1
git config --global user.email "you@example.com"
Xcode--New--Project--OS X--Other--External Build System
小测试……
123456789
date("Y-m-d"); // 2015-02-10$now = microtime(TRUE);date("Y-m-d", $now); // 2015-02-10date("Y-m-d", $now - 60 * 60 * 24); // 2015-02-09mktime(hour, minute, second, month, day, year)$t = mktime(13, 2, 3, 2, 10, 2015);date("Y-m-d H:i:s", $t); // 2015-02-10 13:02:03
磁盘空间常用命令
123
df -h #磁盘剩余空间du -sh #当前目录总大小du --max-depth=1 -h #当前目录空间使用情况
之前一直用这个方法获取当前时间:
$now = new DateTime();
12345678
gg 光标移到文本首行G 光标移到文本末行nG 光标移到第n行nEnter 光标下移n行0 光标移到本行开头$ 光标移到本行末尾CTRL+F PageDownCTRL+B PageUp
WordPress 有许多资源会被墙,默认的头像链接就是其中之一。
可以安装插件「Simple Local Avatars」,然后在 Users - Your Profile 设置自定义头像。
Wordpress 搭建完后,需要先在 Dashboard - Settings 中选择合适的时区,新建的 Post 的时间戳才会正确。
Wordpress
Dashboard
Settings