维基天空

2009年09月7日

domain for sale

类归于: Uncategorized — admin @ 10:33

wikisky.net , $4090 , paypal .

2009年07月23日

密码找回来了

类归于: Uncategorized — admin @ 13:07

1年多没用过了

2008年03月9日

编译mysql时候,No curses/termcap library found 错误

类归于: Uncategorized — admin @ 02:22

./configure 后,出现 “checking for termcap functions library… configure: error: No curses/termcap library found”错误,发现是没有安装curses/termcap库,

#apt-get install libncurses5-dev

安装下就好了

2008年02月17日

mysql导入,强制编码

类归于: Uncategorized — admin @ 23:57

mysql -hlocalhost -udbusername -pdbpassword –default-character-set=latin1  dbname <dbname.sql

2007年12月25日

Custom Apache Build System with DA(DirectAdmin)

类归于: Uncategorized — 标签:, — admin @ 23:08

As root, type:

cd /usr/local/directadmin
mkdir customapache
cd customapache
wget http://files.directadmin.com/services/customapache/build
chmod 755 build
./build update
./build all

And if you want to have Zend, after the whole thing finishes, type:
./build zend

and answer all questions.
Zend install = /usr/local/Zend
php.ini = /usr/local/lib
Apache config dir = /etc/httpd/conf
php = 4.3.9
apache bin = /usr/sbin

it will try to restart the server, which might fail, so type
service httpd restart

好一个平安夜…..

类归于: Uncategorized — admin @ 00:19

信用卡余额竟然成负数了……………….天啊………这样也成..

2006年10月30日

Class是个好东西

类归于: Uncategorized — admin @ 15:19

PHP里面的类(class)是个好东西…有必要新建立一个版面好好研究一下..
直到运用自如了为止!!

WordPress 所驱动