05 2022 档案
摘要:public function dump_log(){ $time = date('Y-m-d'); $file = "mac/".$time.".txt"; $f = fopen($file,"a"); fwrite($f," $this->cmd "."\n"); fwrite($f," ime
阅读全文
摘要:<> 表示【需替换的项】 [] 表示【非必填项】 | 表示【或】 工作树(工作区),索引(暂存区),Git 目录(HEAD) 三词含义参照 Git 官网 初始配置 git config --global user.name [<username>] 配置用户名 git config --global
阅读全文