1、使用終端啟動(dòng)Xcode:sudo /Applications/Xcode.app/Contents/MacOS/Xcode 2、選擇一個(gè)版本...
首先是安裝 debugger gem install pry接著在 Podfile 的開(kāi)頭導(dǎo)入 require 'pry'然后在我們想要插入斷點(diǎn)...
“通用”里有時(shí)沒(méi)有“任何來(lái)源”這個(gè)選項(xiàng): 顯示"任何來(lái)源"選項(xiàng)在控制臺(tái)中執(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://m.itdecent.cn/p/4d4af684f0ae
${inherited}繼承自更高一級(jí)的配置 -》由到高低的配置,分別是:You can see the flow of inherited f...
在開(kāi)發(fā)過(guò)程中有時(shí)候我們需要內(nèi)部局域網(wǎng)訪問(wèn)公司服務(wù)器,外網(wǎng)用于日常使用。所以一般會(huì)將wifi設(shè)置成外網(wǎng)并優(yōu)先訪問(wèn),以太網(wǎng)設(shè)置為內(nèi)網(wǎng)。但是當(dāng)我第一次...