-
Notifications
You must be signed in to change notification settings - Fork 489
导表工具
JiangZhiYong edited this page Nov 26, 2017
·
1 revision
- 规则
1)第一行为字段名称,第二行为数据类型,第三行为文字描述,第四行开始为内容
2)表单名为数据库表名
3)数据必须有默认值,数字为0,字符串为“”
- 数据类型
1)int 数字
2)float 浮点数
3)double
4)long
5)byte
6)short
7)date 日期字符串
8)boolean
9)string 字符串
- array 数组、List
- object 内嵌对象
配置文件config/config.xml
1.DBConfig
Mongodb数据库配置,可配置多个
name:界面显示名称
url:数据库地址
dbName:数据库名
2.excelDir
Excel表默认路径
网站:https://jzyong.github.io/game-server/
QQ交流群:144709243