Archive for the '博客' Category

Test Twitter

Sunday, October 11th, 2009

Does it work?

人生如滚雪球。最重要之事是发现湿雪和长长的山坡

Monday, October 5th, 2009

Technorati 标签: 阅读,好书

Post from Windows Live Writer

Monday, October 5th, 2009

This is a test post using Windows Live Writer!

如何更改WordPress的语言设置?

Thursday, September 17th, 2009

如果安装了wordpress的多语言支持,比如中文,该如何设置启用中文呢? 答案很简单,修改wp-config.php如下即可: define (‘WPLANG’, ‘zh_CN’);

Red leaves in great wall

Tuesday, September 15th, 2009

Red leaves in great wall (test image upload)

test

Tuesday, September 15th, 2009

this is a test

Speex压缩语音

Friday, August 15th, 2008

你有压缩语音的需求吗? 推荐看一下,http://www.speex.org/ 这是一个免费开源的语音编码库,大致试了一下:

mysql的缺省配置文件

Wednesday, August 13th, 2008

mysql自带了一些缺省的配置文件,可以如下搜索得到 find / | grep .cnf 以下是配置文件的说明: my-small.cnf 最小配置安装,内存

wxWebKit

Monday, August 11th, 2008

WebKit是苹果公司的浏览器引擎, wxWebKit是一个基于WebKit的开源项目: wxWebKit – WebKit for wxWidgets Welcome to the wxWebKit port homepage!

Resolving: High Apache Memory Usage

Sunday, August 10th, 2008

Apache can be a big memory user. Apache runs a number of ‘servers’ and shares incoming requests among them. The memory used by each server grows, especially when the web page being returned by that server includes PHP or Perl that needs to load in new libraries. It is common for each server process to [...]