摘要: @app.route("xxxxxx", methods=['POST', 'OPTIONS']) def case_desc_post(): """ 提交案例基本信息 :return: """ print(1111) if request.method in ('OPTIONS',): retur 阅读全文
posted @ 2023-07-14 11:29 残宠魔法袋 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 在 Flask 项目中,flask run 和 python xxx(其中 xxx 是 Python 文件名)是两种不同的方式来运行 Flask 应用程序。 flask run:这是 Flask 提供的命令行工具,用于在开发环境中运行 Flask 应用程序。当你在项目目录下运行 flask run 阅读全文
posted @ 2023-07-03 19:24 残宠魔法袋 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-05-11 18:16 残宠魔法袋 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 全网最全 | MySQL EXPLAIN 完全解读 转载自:https://www.cnblogs.com/itmuch/p/13301281.html EXPLAIN作为MySQL的性能分析神器,读懂其结果是很有必要的,然而我在各种搜索引擎上竟然找不到特别完整的解读。都是只有重点,没有细节(例如t 阅读全文
posted @ 2022-07-07 18:27 残宠魔法袋 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 1.安装 //安装依赖工具 xcode-select --install /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 2.查看帮助信息 brew 阅读全文
posted @ 2021-12-03 16:59 残宠魔法袋 阅读(255) 评论(0) 推荐(0) 编辑
摘要: http://www.ruanyifeng.com/blog/2017/08/elasticsearch.html http://doc.codingdict.com/elasticsearch/6/ https://www.elastic.co/guide/cn/elasticsearch/gui 阅读全文
posted @ 2021-03-10 15:06 残宠魔法袋 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 创建一个桌面文件命名为:Postman.desktop。文件位置如下: ~/.local/share/applications/Postman.desktopPostman.desktop文件内容如下:[Desktop Entry]Encoding=UTF-8Name=PostmanExec=YOU 阅读全文
posted @ 2020-02-18 10:49 残宠魔法袋 阅读(208) 评论(0) 推荐(0) 编辑
摘要: docker 安装mysql docker pull hub.c.163.com/library/mysql:5.6 sudo docker run --name mysql -p 3406:3306 -e MYSQL_ROOT_PASSWORD=gstone@007 -it mysql:5.6 来 阅读全文
posted @ 2020-02-06 17:35 残宠魔法袋 阅读(647) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/544c319fd838 阅读全文
posted @ 2018-12-10 14:22 残宠魔法袋 阅读(744) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_33562996/article/details/80538022 阅读全文
posted @ 2018-12-05 16:53 残宠魔法袋 阅读(158) 评论(0) 推荐(0) 编辑