04 2023 档案

摘要:#!/bin/bash # This script creates a .zip backup of gitea running inside docker and copies the backup file to the backup directory echo "Delete older b 阅读全文
posted @ 2023-04-18 13:56 MasonLee 阅读(56) 评论(0) 推荐(0) 编辑
摘要:简易的命令行入门教程: Git 全局设置: git config --global user.name "Mason" git config --global user.email "xx@qq.com" 创建 git 仓库: mkdir test3 cd test3 git init touch 阅读全文
posted @ 2023-04-18 11:21 MasonLee 阅读(11) 评论(0) 推荐(0) 编辑
摘要:打包 python setup.py bdist_wheel 需要进行C++编译,因此在执行上述命令之前请确保已经安装了【Visual Studio(Windows)】、【GCC(Linux)】、【XCode(Mac)】编译器。 发布 先安装一下 twine: python -m pip insta 阅读全文
posted @ 2023-04-06 15:47 MasonLee 阅读(33) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示