Skip to content

Instantly share code, notes, and snippets.

launchctl load|unload|start|stop|list com.baijian.xx.plist
/Library/LaunchAgents/
/System/Library/LaunchAgents/
~/Library/LaunchAgents/
$ adb shell
$ su
# mount -o rw,remount /system
pod install --verbose
gmdate自动设置UTC时间.
echo(date_default_timezone_get() . "\n");
echo(date("Y-m-d\TH:i:s\Z") . "\n");
print gmdate("Y-m-d\TH:i:s\Z");