使用defaults操作plist

2021-09-19 04:27:53 字數 650 閱讀 5252

# 使用相對路徑是不行的

$ defaults read /users/wangxuefeng/desktop/exportoptions.plist

$ defaults read /users/wangxuefeng/desktop/exportoptions.plist method

ad-hoc

$ defaults write  /users/wangxuefeng/desktop/exportoptions.plist method development

$ defaults read /users/wangxuefeng/desktop/exportoptions.plist method

development

// 有時候第三方提供的resouces.bundle裡面包含cfbundleexecutable這一項,這會導致提交失敗,要刪除

defaults delete /users/wangxuefeng/desktop/info.plist cfbundleexecutable

唯一需要注意的地方就是在指定plist檔案路徑時,使用相對路徑是無效的。

fso使用操作

fso方法使用說明 set fso server.createobject scripting.filesystemobject fso檔案 顯示檔案列表 set f fso.getfolder folderspec set fc f.files for each f1 in fc s s f1.n...

操作使用分析

表示式的值為多少?15 嗎?16 嗎?18 嗎?對於這種情況,語言標準並沒有作出規定。有的編譯器計算出來為18,因為i 經過3 次自加後變為6,然後3 個6 相加得18 而有的編譯器計算出來為16 比如visual c 6.0,gcc,g 先計算前兩個i 的和,這時候i自加兩次,2 個i 的和為10...

Git使用操作

簡明一句介紹git 分布式版本控制系統,充當 專案或者筆記 等等文件 的版本記錄者。粑粑再也不用擔心你找不到兄弟姐妹啦 git安裝apt get install git root使用者安裝,非root使用者前面加上 sudo 在開始選單中找到安裝的git,git git bush,彈出乙個類似命令視...