Commit eeff742b authored by Allvey's avatar Allvey

add comments

parent 95b5a654
This diff is collapsed.
...@@ -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
# 创建日志 # 创建日志
######################################################################################################################## ########################################################################################################################
# 日志存储地址 # 日志存储地址
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment