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
文档服务地址:
http://47.92.0.57:3000/
周报索引地址:
http://47.92.0.57:3000/s/NruNXRYmV
Open sidebar
Berlin
DA-Platform
Commits
23357c1f
Commit
23357c1f
authored
Nov 27, 2020
by
ren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置文件
parent
e4750a52
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
9 deletions
+18
-9
SelectedText.vue
...form-front/src/components/textAnnotation/SelectedText.vue
+2
-2
config.py
DAPlatform/config/config.py
+4
-4
model.py
DAPlatform/dao/model.py
+3
-3
1606474152.txt
DAPlatform/upload/1606474152.txt
+9
-0
No files found.
DAPlatform-front/src/components/textAnnotation/SelectedText.vue
View file @
23357c1f
...
...
@@ -13,8 +13,8 @@
<div
class=
"img-title-list1"
>
<div
class=
"tokenList2"
v-for=
"
it
in tokenList"
:key=
"i
t
"
v-for=
"
(it, index)
in tokenList"
:key=
"i
ndex
"
style=
"user-select:none; float: left;"
>
<li
class=
"token2"
v-html=
"it.word"
></li>
...
...
DAPlatform/config/config.py
View file @
23357c1f
...
...
@@ -13,10 +13,10 @@ class DevelopmentConfig(object):
# MongoEngine config
MONGODB_SETTINGS
=
{
'db'
:
'da'
,
'host'
:
'
47.92.1.107
'
,
'port'
:
8081
,
'username'
:
'admin'
,
'password'
:
'admin'
'host'
:
'
172.17.61.43
'
,
'port'
:
27017
,
#
'username': 'admin',
#
'password': 'admin'
}
# MONGODB_SETTINGS = {
...
...
DAPlatform/dao/model.py
View file @
23357c1f
...
...
@@ -2,8 +2,8 @@ from peewee import *
mysql
=
MySQLDatabase
(
'da'
,
host
=
'
47.92.1.107
'
,
user
=
'
dadeveloper
'
,
passwd
=
'
123456
'
,
host
=
'
172.17.61.43
'
,
user
=
'
root
'
,
passwd
=
'
root
'
,
charset
=
'utf8'
)
DAPlatform/upload/1606474152.txt
0 → 100644
View file @
23357c1f
前端:
区分已被选择三次的分片和其他可选分片
发布者终止任务按钮
标注者我的任务界面区分被终止任务
标注者主动删除任务
后端:
限制对已选择三次的分片的再选
终止任务的后端删除
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