搜索资源列表
lib_mysqludf_sys_0.0.3.rar
- 枚举windows系统的所有进程,及其对应的ID,进程名,和exe的路径,Enumerate all the windows system process, and its corresponding ID, process name, and exe path
Netbeanjtree
- 采用JTree根据数据库表建立树形结构。需要用mysql创建一个area(id,name)。id的结构是x.xxx.xxx.xxx结构,层次可自己设定。-Established according to a database table using JTree tree. Need to use mysql to create a area (id, name). id structure is x.xxx.xxx.xxx structure, hierarchy can set yoursel
zzbds
- PHP 正则表达式标准格式源码.email,id,pwd,address,tel-failed to translate
DumpTools
- 1.修改config中dumpConfig.properties源数据库配置 2.修改config中dumpConfig.properties目标数据库配置,并创建一个db.target.schema值名字的数据库,不创建工具会自动创建 3.配置config中dumpConfig.properties开服时间配置 4.humanids=设置想要导出的玩家id(支持多玩家用,分隔) 5.个人表配置 (表明名,与角色id关联字段名字)注:个人表知道出相关数据 6.忽略表配置 注:忽略表不导
SQL语言基础1(1)
- --1.编写程序计算1+2+...+100的和 --2.编写计算n!(n=20)的SQL语句,并显示计算结果 --3.使用系统函数: --a.将身份证号的生日日期提取出来,例如19900913 --b.将你的手机号码中间第4至7位号码隐藏为****,138****9008. --c.获取1-10之间的随机整数 --d.从你的身份证号获取年龄 --4.尝试求解所有的水仙花数。水仙花数是三位数,它的各位数的立方和等于这三位数本身。(--1. writes programs to com