1、使用終端啟動Xcode:sudo /Applications/Xcode.app/Contents/MacOS/Xcode 2、選擇一個版本...
首先是安裝 debugger gem install pry接著在 Podfile 的開頭導(dǎo)入 require 'pry'然后在我們想要插入斷點...
“通用”里有時沒有“任何來源”這個選項: 顯示"任何來源"選項在控制臺中執(zhí)行: sudo spctl --master-disable 不顯示"...
find 命令用于搜索指定文件 按文件名尋找 找到當(dāng)前路徑下的test.txt文件find ./ -name "test.txt" 找到當(dāng)前路徑...
先安裝libssh2,這樣可以支持sftp brew install libssh2 1.下載最新的curl包 https://curl.hax...
git日志遷移 git fast-export HEAD -- /Users/apple/TestGitRoot/ > testfile git...
http://www.itdecent.cn/p/4d4af684f0ae
${inherited}繼承自更高一級的配置 -》由到高低的配置,分別是:You can see the flow of inherited f...
在開發(fā)過程中有時候我們需要內(nèi)部局域網(wǎng)訪問公司服務(wù)器,外網(wǎng)用于日常使用。所以一般會將wifi設(shè)置成外網(wǎng)并優(yōu)先訪問,以太網(wǎng)設(shè)置為內(nèi)網(wǎng)。但是當(dāng)我第一次...