Archive for 10月, 2008
-
最近聚会搞的PPT
星期一, 10月 27th, 2008深圳PEA的一次聚会,PPT的PHP基础方面的资料没写好,多画一些图会好很多(哎,画图太累了),大家凑合看吧。。
http://phpcup.cn/redirect.php?tid=887&goto=lastpost#lastpost -
mysql查看数据库的数据大小
星期一, 10月 13th, 2008不用多说,看语句.
select sum(data_length) from information_schema.TABLES where table_schema=’database’; -
让cygwin可用剪贴板
星期四, 10月 9th, 2008vi ~/.bashrc:
stty lnext ^q stop undef start undef
vi ~/.inputrc:
“\C-v”: paste-from-clipboard