dataCreating/README.md

25 lines
839 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# dataCreating
文件和数据持续造数据,并进行增删改的操作,从而模拟生产环境的使用场景
## 使用说明:
1. 安装python3
2. 在当前目录中中打开cmd
3. 执行脚本:
文件:
python bin/fileDataCreating.py
# 会在当前目录中产生一个data目录会持续的在这个目录中产生文件、以及对增加、删除、和修改
数据库目前支持MySQL和Oracle
1. 修改数据库的连接配置文件 /bin/DBConfig.py
2. 运行命令:
python bin/SQLDataCreating.py
注:
1. 在windows上执行
2. 确认可以通过工具Navicat等连接数据库
3. 需要事先创建好database并在DBConfig.py中配置连接信息