mysql导出word
https://gitee.com/laofeng/db2word.git
https://gitee.com/laofeng/db2word?_from=gitee_search
查看使用方式,执行:java -jar lib/dbToWord.jar
参数:
-h=「可选」mysql带端口地址,默认为localhost:3306
-d=数据库名称
-t=「可选」表名,多个表名以英文逗号分隔,默认为全部的表
-u=用户名
-p=密码
-f=「可选」文件输出目录,默认存放目录为当前目录,默认文件名为指定数据库的名称
案例
java -jar dbToWord.jar -h=localhost:3306 -d=pm_code_bs -u=root -p=rg123456
mysql导出word dev2word
https://gitee.com/yvanyan/dev2word?_from=gitee_search
http://localhost:10010/index.html
mvn clean install 运行清理和打包
0_dev\dev2word\target
java -Dfile.encoding=utf-8 -jar dev2doc-0.0.1.jar
文档更新时间: 2023-03-28 16:09 作者:admin