Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DA-Platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hongxia Zhang
DA-Platform
Commits
b4a43a43
Commit
b4a43a43
authored
May 12, 2020
by
Berlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改readme
parent
45f8cf1f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
model.py
DAPlatform/dao/model.py
+1
-1
README.md
README.md
+5
-3
No files found.
DAPlatform/dao/model.py
View file @
b4a43a43
...
...
@@ -5,7 +5,7 @@ db = MySQLDatabase(
'test'
,
host
=
'127.0.0.1'
,
user
=
'root'
,
passwd
=
'
19980517
'
,
passwd
=
'
root
'
,
charset
=
'utf8'
)
# 连接数据库
...
...
README.md
View file @
b4a43a43
...
...
@@ -53,7 +53,6 @@ textAnnotation:文字标注模块
```
python
# python3
# 解释器选择:..\DAPlatform\venv\Scripts\python.exe
pip
install
flask
```
...
...
@@ -67,9 +66,9 @@ pip install flask
util:一些通用的方法
dao:
使用peewee进行数据库操作
dao:
数据库操作(peewee)
DA.py:项目入口
DA.py:
项目入口
config.json:配置(数据库等)
...
...
@@ -81,3 +80,6 @@ pip install flask
-
Flask快速入门:
https://dormousehole.readthedocs.io/en/latest/quickstart.html
-
注意选择python解释器:..
\D
APlatform
\v
env
\S
cripts
\p
ython.exe
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment