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
阅读全文
摘要:简易的命令行入门教程: Git 全局设置: git config --global user.name "Mason" git config --global user.email "xx@qq.com" 创建 git 仓库: mkdir test3 cd test3 git init touch
阅读全文
摘要:打包 python setup.py bdist_wheel 需要进行C++编译,因此在执行上述命令之前请确保已经安装了【Visual Studio(Windows)】、【GCC(Linux)】、【XCode(Mac)】编译器。 发布 先安装一下 twine: python -m pip insta
阅读全文