This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ adb shell | |
$ su | |
# mount -o rw,remount /system | |
pod install --verbose |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
launchctl load|unload|start|stop|list com.baijian.xx.plist | |
/Library/LaunchAgents/ | |
/System/Library/LaunchAgents/ | |
~/Library/LaunchAgents/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chsh -s /bin/zsh | |
sudo usermod -s /bin/zsh march |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ eval `ssh-agent -s` | |
$ ssh-add |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rebase基本用法: | |
http://git-scm.com/book/en/Git-Branching-Rebasing | |
git co xxx | |
git rebase master : patch modification of xxx on base of master branch | |
rebase远程分支: | |
http://stackoverflow.com/questions/7929369/how-to-rebase-local-branch-with-remote-master | |
1. | |
>git fetch origin | |
>git rebase origin/master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wrap your JavaScript around {literal}{/literal} tags so it won't get interpreted by Smarty. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tcpdump host 114.80.132.160 and (tcp port 80 or tcp port 443) -nnX -s 1600 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git push origin :refs/tags/12345 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
raspdebian-> /boot/config.txt | |
display_rotate=0 Normal | |
display_rotate=1 90 degrees | |
display_rotate=2 180 degrees | |
display_rotate=3 270 degrees | |
display_rotate=0x10000 horizontal flip | |
display_rotate=0x20000 vertical flip | |
NewerOlder