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