怪奇物语

怪奇物语

首页 新随笔 联系 管理

2023年11月21日 #

摘要: 100+学习的编程网站_国外篇 1. BitDegree BitDegree is a blockchain-powered learning platform offering various free and paid courses on crypto and digital skills, 阅读全文
posted @ 2023-11-21 22:07 超级无敌美少男战士 阅读(74) 评论(0) 推荐(0)

摘要: python fastapi schema和model的区别 To avoid confusion between the SQLAlchemy models and the Pydantic models, we will have the file model...... 来自 fastapi 阅读全文
posted @ 2023-11-21 22:01 超级无敌美少男战士 阅读(567) 评论(0) 推荐(0)

摘要: macOS 如何设置 .sh 文件能够双击运行 一、如何实现双击运行 例如写了一个 test.sh 脚本文件 修改后缀名,把test.sh 把名字改为 test.command 添加其可执行的属性 chmod +x test.command 二、将执行目录定位到该执行文件的目录 这样双击是能打开的, 阅读全文
posted @ 2023-11-21 21:57 超级无敌美少男战士 阅读(1619) 评论(0) 推荐(0)