Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
岳巧源
/
python_script
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f79a279d
authored
Aug 06, 2024
by
岳巧源
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add new line
parent
d40100bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
element_14_data_process.py
element_14_data_process.py
View file @
f79a279d
...
@@ -117,5 +117,9 @@ if __name__ == '__main__':
...
@@ -117,5 +117,9 @@ if __name__ == '__main__':
# 解析并推送
# 解析并推送
HandleTxT
()
.
parse
(
unzip_name
)
HandleTxT
()
.
parse
(
unzip_name
)
end
=
time
.
time
()
end
=
time
.
time
()
producer
.
close
()
# 清理文件
os
.
remove
(
file_name
)
os
.
remove
(
unzip_name
)
logger
.
info
(
"handle file: eCat_element14_CN_BI.txt total spend time: "
+
str
(
end
-
start
))
logger
.
info
(
"handle file: eCat_element14_CN_BI.txt total spend time: "
+
str
(
end
-
start
))
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