// create a virtual host>mkdir -p /var/www/layne.com/document_root>cd /etc/apache2/sites-avaliable>pico -w layne.com 或者 随便建一个文件,用gedit打开,save as layne... Read More
posted @ 2013-03-13 23:14 lein.wang Views(151) Comments(0) Diggs(0) Edit
RewriteEngine on RewriteRule ^$ webroot/ [L] RewriteRule (.*) webroot/$1 [L] SetHandler php5-script SetHandler ph... Read More
posted @ 2013-03-13 16:20 lein.wang Views(160) Comments(0) Diggs(0) Edit
1994 年,由Erich Gamma,Richard Helm,Ralph Johnson和 John Vlissides(即所谓的“四人帮’,GoF:Gang of Four)合作的以《设计模式:可复用的面向对象软件的基本原理》为题目的书藉出版了。这本书解释了模式的用处,同时也使得设计模式得到广... Read More
posted @ 2013-03-13 15:52 lein.wang Views(117) Comments(0) Diggs(0) Edit