macOS禁用iTunes备份
defaults write com.apple.iTunes DeviceBackupsDisabled -bool true
启用
defaults write com.apple.iTunes DeviceBackupsDisabled -bool false
开启x5内核设置界面http://debugx5.qq.com/
获取android id
adb shell settings get secure android_id
@宗仁 The original setup guide contains typo (about GitLab bot’s permissions). The GitLab repo setup and the API server setup are mixed together. You may see my repo setup walkthrogh and my custom API config to know more.
android shell遍历两个数组
array=( Vietnam Germany Argentina ) array2=( Asia Europe America ) for index in ${!array[*]}; do echo "${array[$index]} is in ${array2[$index]}" done
资料来源:stackoverflow
最新评论
macOS禁用iTunes备份
启用
开启x5内核设置界面
http://debugx5.qq.com/
获取android id
@宗仁 The original setup guide contains typo (about GitLab bot’s permissions). The GitLab repo setup and the API server setup are mixed together. You may see my repo setup walkthrogh and my custom API config to know more.
android shell遍历两个数组
资料来源:stackoverflow