Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integrated-scheduling
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
张晓彤
integrated-scheduling
Commits
eeff742b
Commit
eeff742b
authored
Jul 23, 2021
by
Allvey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add comments
parent
95b5a654
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
realtime_dispatch.py
realtime_dispatch.py
+0
-0
settings.py
settings.py
+4
-1
static_data_process.py
static_data_process.py
+3
-3
No files found.
realtime_dispatch.py
View file @
eeff742b
This diff is collapsed.
Click to expand it.
settings.py
View file @
eeff742b
...
@@ -6,11 +6,14 @@
...
@@ -6,11 +6,14 @@
# @File : settings.py
# @File : settings.py
# @Software: PyCharm
# @Software: PyCharm
# 数据库设备, redis设置, 日志设置
from
tables
import
*
from
tables
import
*
from
urllib.parse
import
quote
from
urllib.parse
import
quote
import
logging.handlers
import
logging.handlers
# 创建日志
# 创建日志
########################################################################################################################
########################################################################################################################
# 日志存储地址
# 日志存储地址
...
...
static_data_process.py
View file @
eeff742b
...
@@ -6,11 +6,11 @@
...
@@ -6,11 +6,11 @@
# @File : static_data_process.py
# @File : static_data_process.py
# @Software: PyCharm
# @Software: PyCharm
from
settings
import
*
# 静态数据处理(函数名即为注释)
# 下面开始数据处理部分
from
settings
import
*
########################################################################################################################
def
build_work_area_uuid_index_map
():
def
build_work_area_uuid_index_map
():
# load_area_id <-> load_area_index
# load_area_id <-> load_area_index
...
...
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