Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cybertron
Project
Project
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
alpha
cybertron
Commits
9a0093ff
Commit
9a0093ff
authored
Apr 18, 2019
by
lixiaofang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
d9a10f3b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
encodings.xml
.idea/encodings.xml
+2
-2
auto_request.py
auto_request.py
+2
-2
comment.txt
comment.txt
+0
-0
comment.xlsx
comment.xlsx
+0
-0
~$comment.xlsx
~$comment.xlsx
+0
-0
No files found.
.idea/encodings.xml
View file @
9a0093ff
...
...
@@ -2,7 +2,6 @@
<project
version=
"4"
>
<component
name=
"Encoding"
>
<file
url=
"file://$PROJECT_DIR$/auto_commnet.py"
charset=
"GBK"
/>
<file
url=
"file://$PROJECT_DIR$/comment_data"
charset=
"GBK"
/>
<file
url=
"file://$PROJECT_DIR$/comment_data.csv"
charset=
"GBK"
/>
<file
url=
"file://$PROJECT_DIR$/comment.txt"
charset=
"UTF-8"
/>
</component>
</project>
\ No newline at end of file
auto_request.py
View file @
9a0093ff
...
...
@@ -30,7 +30,6 @@ DATABASES = {
}
}
host
=
DATABASES
[
'default'
][
'HOST'
]
user
=
DATABASES
[
'default'
][
'USER'
]
...
...
@@ -226,7 +225,8 @@ def Urge(cookies_get, id):
def
get_offline_comment
():
try
:
data
=
open
(
"/srv/apps/cybertron/comment.xlsx"
,
"r"
)
data
=
open
(
"/srv/apps/cybertron/comment.txt"
,
"r"
)
list_guanshui
=
[]
for
i
in
data
:
list_guanshui
.
append
(
i
)
...
...
comment.txt
0 → 100644
View file @
9a0093ff
This diff is collapsed.
Click to expand it.
comment.xlsx
deleted
100644 → 0
View file @
d9a10f3b
File deleted
~$comment.xlsx
0 → 100644
View file @
9a0093ff
File added
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