摘要: ``` python # setting.py import os DB_PATH = os.path.dirname(__file__) HOST_NAME = "127.0.0.1" PORT = 3362 ``` ``` python import time import hashlib import os import pickle import setting import math i 阅读全文
posted @ 2019-10-11 21:04 YajunRan 阅读(81) 评论(0) 推荐(0) 编辑