显示和隐藏以点开头的文件和文件夹:
显示:
defaults write com.apple.Finder AppleShowAllFiles YES
killall Finder
隐藏:
defaults write com.apple.Finder AppleShowAllFiles NO
killall Finder
SSH命令远程连接linux服务器
ssh 用户名@192.168.1.1
mac上浏览器跨域设置
open -a "Google Chrome" --args --disable-web-security --user-data-dir
cordova系列命令
ios模拟器列表 :cordova emulate ios --list
选择模拟器运行:cordova emulate ios --target="iPhone-4s, 9.3"