摘要: import datetime, pymysql# print(datetime.datetime.today()) # 当前时间至秒# print(datetime.datetime.now()) # 当前时间,与today一致# print(datetime.datetime.today().s 阅读全文
posted @ 2018-01-22 21:51 Crish 阅读(143) 评论(0) 推荐(0) 编辑
摘要: import flask, jsonfrom tools import op_mysqlserver = flask.Flask(__name__)@server.route('/get_user', methods=['get', 'post']) # 定义接口访问的路径和请求方式def get_ 阅读全文
posted @ 2018-01-22 21:51 Crish 阅读(1269) 评论(0) 推荐(0) 编辑