2012年05月 存档

bbPress Nginx Rewrite

2012年05月31日,星期四

bbPress在Nginx下的Rewrite规则。

(更多…)

Unable to find the socket transport "ssl" – did you forget to enable it when you configured PHP?

2012年05月29日,星期二

用PHPMailer发送邮件不成功,错误信息是“Unable to find the socket transport "ssl" – did you forget to enable it when you configured PHP?”

(更多…)

PHP return语句

2012年05月25日,星期五

一直以为,return只能出现在函数中,直到看了bbPress的代码:

(更多…)

用LinuxLive USB Creator创建Linux启动盘

2012年05月15日,星期二

自从不做BT管理员之后,就一直没有安装过Linux系统了。现在学习MySQL C API编程,需要Linux环境,而电脑的光驱又坏掉了,不能用光盘安装,于是想用U盘来安装,然后就Google到了LinuxLive USB Creator。

(更多…)

MySQL快速插入大量数据——使用LOAD DATA语句

2012年05月14日,星期一

很久很久以前,为了写某个程序,必须在MySQL数据库中插入大量的数据,一共有85766121条。近一亿条的数据,怎么才能快速插入到MySQL里呢?

(更多…)