文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit b4a43a43 by Berlin

修改readme

parent 45f8cf1f
...@@ -5,7 +5,7 @@ db = MySQLDatabase( ...@@ -5,7 +5,7 @@ db = MySQLDatabase(
'test', 'test',
host='127.0.0.1', host='127.0.0.1',
user='root', user='root',
passwd='19980517', passwd='root',
charset='utf8' charset='utf8'
) )
# 连接数据库 # 连接数据库
......
...@@ -53,7 +53,6 @@ textAnnotation:文字标注模块 ...@@ -53,7 +53,6 @@ textAnnotation:文字标注模块
```python ```python
# python3 # python3
# 解释器选择:..\DAPlatform\venv\Scripts\python.exe
pip install flask pip install flask
``` ```
...@@ -67,9 +66,9 @@ pip install flask ...@@ -67,9 +66,9 @@ pip install flask
util:一些通用的方法 util:一些通用的方法
dao: 使用peewee进行数据库操作 dao: 数据库操作(peewee)
DA.py:项目入口 DA.py: 项目入口
config.json:配置(数据库等) config.json:配置(数据库等)
...@@ -81,3 +80,6 @@ pip install flask ...@@ -81,3 +80,6 @@ pip install flask
- Flask快速入门: - Flask快速入门:
https://dormousehole.readthedocs.io/en/latest/quickstart.html https://dormousehole.readthedocs.io/en/latest/quickstart.html
- 注意选择python解释器:..\DAPlatform\venv\Scripts\python.exe
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment