摘要: 返回值规范 json { "code":200, "message":"" "data":[ { "title":"xxx", "content":"xxx" }, { "title":"xxx", "content":"xxx" } ] } 状态码规范 状态码状态码英文名称中文描述 100 Con 阅读全文
posted @ 2020-02-15 18:40 LeoShi2020 阅读(745) 评论(0) 推荐(0) 编辑
摘要: Chrome 调试的时候经常发现缓存没有清理 MacOS :⌘+⇧+r Windows:Ctrl + F5 阅读全文
posted @ 2020-02-15 18:22 LeoShi2020 阅读(433) 评论(0) 推荐(0) 编辑
摘要: 获取数据库列表屏蔽系统自带数据库 # 原代码 db_list_result = [('master', ), ('tempdb', ), ('model', ), ('msdb', ), ('student', ), ('school', )] db_list = [] for _database 阅读全文
posted @ 2020-02-15 08:52 LeoShi2020 阅读(2206) 评论(0) 推荐(0) 编辑