Swift 页面跳转 Swift 页面跳转 override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view. // 每次当前视图控制器创建一次,全局变量加一 pageNum = pageNum + 1 // 2021-01-10 Swift
Git基本命令 Git 基本命令zsh 简写gco == git checkoutga . == git add .gcmsg "add log" == git commit -m “addlog”git checkout -b feature-branch-name // 切分支 新建并切换仓库git init git add . git commit -m ‘first commit’ 2020-12-29 Git
Hello World Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick 2020-12-29 Hexo