摘要: 文件结构 config import os IP_PORT = ('127.0.0.1',8080) BASE_DIR = os.path.dirname(os.path.dirname(__file__)) BASE_UPLOAD_MOVIE = os.path.join(BASE_DIR,'up 阅读全文
posted @ 2018-05-22 21:30 MJay_Lee 阅读(449) 评论(0) 推荐(0)
摘要: 文件结构 config import os IP_PORT = ('127.0.0.1',8080) BACKLOG = 5 BASE_DIR = os.path.dirname(os.path.dirname(__file__)) BASE_MOVIE_LIST = os.path.join(BA 阅读全文
posted @ 2018-05-22 21:25 MJay_Lee 阅读(312) 评论(0) 推荐(0)