Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
F
ffm-baseline
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ML
ffm-baseline
Commits
b2aa20b7
Commit
b2aa20b7
authored
Sep 02, 2018
by
张彦钊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete print
parent
51439953
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
diaryUpdateOnlineOffline.py
diaryUpdateOnlineOffline.py
+0
-3
No files found.
diaryUpdateOnlineOffline.py
View file @
b2aa20b7
...
...
@@ -180,7 +180,6 @@ def update_sql_dairy_queue(queue_name, diary_id,device_id, city_id):
db
=
'doris_prod'
)
else
:
db
=
pymysql
.
connect
(
host
=
LOCAL_HOST
,
port
=
3306
,
user
=
'work'
,
passwd
=
'workwork'
,
db
=
'doris_test'
)
print
(
"bd"
)
cursor
=
db
.
cursor
()
id_str
=
str
(
diary_id
[
0
])
for
i
in
range
(
1
,
len
(
diary_id
)):
...
...
@@ -189,9 +188,7 @@ def update_sql_dairy_queue(queue_name, diary_id,device_id, city_id):
sql
=
"update device_diary_queue set {}='{}' where device_id = '{}' and city_id = '{}'"
.
format
\
(
queue_name
,
id_str
,
device_id
,
city_id
)
cursor
.
execute
(
sql
)
print
(
"1bd"
)
db
.
commit
()
print
(
"2bd"
)
db
.
close
()
over
=
time
.
time
()
print
(
"写入日记队列耗时{}秒"
.
format
(
over
-
begin
))
...
...
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