上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 186 下一页
摘要: 一,生成requirements.txt $ pip3 freeze > requirements.txt 查看效果 : $ more requirements.txt blinker==1.9.0 click==8.3.0 Flask==3.1.2 itsdangerous==2.2.0 Jinj 阅读全文
posted @ 2025-11-08 10:54 刘宏缔的架构森林 阅读(9) 评论(0) 推荐(0)
摘要: 一,安装jsonify $ pip3 install jsonify 二,返回json from flask import Flask,jsonify app = Flask(__name__) @app.route('/') def hello_world(): return 'Hello, Wo 阅读全文
posted @ 2025-11-08 10:52 刘宏缔的架构森林 阅读(25) 评论(0) 推荐(0)
摘要: 一,用pip3安装框架 $ pip3 install flask Collecting flask Downloading flask-3.1.2-py3-none-any.whl.metadata (3.2 kB) Collecting blinker>=1.9.0 (from flask) Do 阅读全文
posted @ 2025-11-08 10:52 刘宏缔的架构森林 阅读(35) 评论(0) 推荐(0)
摘要: 一,安装node 安装Node.js(推荐) 下载地址:https://nodejs.org 验证安装:node -v $ node -v v22.20.0 二,安装python库 $ pip install PyExecJS Collecting PyExecJS Downloading PyEx 阅读全文
posted @ 2025-11-08 10:52 刘宏缔的架构森林 阅读(27) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-11-02 14:43 刘宏缔的架构森林 阅读(14) 评论(0) 推荐(0)
摘要: 解决: 阅读全文
posted @ 2025-11-02 14:42 刘宏缔的架构森林 阅读(12) 评论(0) 推荐(0)
摘要: 一,安装gin $ go get github.com/gin-gonic/gin@latest 二,安装zap $ go get -u go.uber.org/zap 三,安装validator $ go get -u github.com/go-playground/validator/v10 阅读全文
posted @ 2025-10-26 17:13 刘宏缔的架构森林 阅读(31) 评论(0) 推荐(0)
摘要: 一,报错信息: $ ssh -p 22 root@123.124.125.84 Unable to negotiate with 123.124.125.84 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss 阅读全文
posted @ 2025-10-26 17:12 刘宏缔的架构森林 阅读(74) 评论(0) 推荐(0)
摘要: 一,报错信息: Traceback (most recent call last): File "<frozen zipimport>", line 620, in _get_decompress_func ModuleNotFoundError: No module named 'zlib' 二, 阅读全文
posted @ 2025-10-26 17:12 刘宏缔的架构森林 阅读(237) 评论(0) 推荐(0)
摘要: 一,搜狗输入法: https://shurufa.sogou.com/mac 二,chrome https://www.google.cn/chrome/index.html 三,sublime text https://www.sublimetext.com/ 四,vmware fusion ht 阅读全文
posted @ 2025-10-25 14:44 刘宏缔的架构森林 阅读(28) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 186 下一页