ok~~我是個太閣迷
從一代玩到五代
我個人覺得最好玩的是1 代和2 代。
前幾天找了一下二代的ps模擬器和image
總算讓我找到了,也玩的還滿開心的。
也因為這款遊戲,讓我還滿喜歡日本的戰國時代的。
有一段話,寫出了當時幾個主要人物的個性。
這段話如下!!
織田信長:「杜鵑不叫,就把牠殺了!」 豊臣秀吉:「杜鵑不叫,就讓牠叫」 德川家康:「杜鵑不叫,就等牠叫」。
這段話,真的還寫的滿貼切的。
個人還滿喜歡木下藤吉郎的(豊臣秀吉是後來的名字,其中織田信長也幫他取一個名字叫羽柴秀吉,羽和柴都是各取當時織田家的兩位人物的一個字,目地是希望能有他們兩個的能力。)
ok~若是有人也想玩的話~可以留個comment 給我。哈~至於怎麼樣獲得~就…….噓
每月彙整: 2006 年 12 月
Plugoo!!!
剛剛看yahoo 的信箱
收到了plugoo 的認証信了。
真快!!滿簡單的~~用好註冊一下,填一些基本資料就ok 了。
然後再去installing 那邊把他給你的code
再embed it in your blog
這樣就大功告成了啦。
ps:什麼叫plugoo
ok ,簡單來說應該就是一個線上即時通訊的東西。
你們可以在上面留msn給我,而我不必透露我的msn這樣。
聽說invitation不好拿。要的人可以在我的即時貼or plugoo 上留言給我,我再寄invitation給你們。
wordpressmu use subdomains
在subdomains地方卡住。
找了google 找了好久,沒看到什麼有營養的
回去看readme.txt,馬上就解了(這告訴我們一定要看README呀)
一般的安裝我就不講了
README.txt上寫到
Apache
======
Apache must be configured so that mod_rewrite works. Here are
instructions for Apache 2. Apache 1.3 is very similar.
1. Make sure a line like the following appears in your httpd.conf
LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
2. In the
line
“AllowOverride None”
and change it to
“AllowOverride FileInfo Options”
3. In the
will be a line defining the hostname. You need to add the following
if you want virtual hosts to work properly:
“ServerAlias *.domain.tld”
Replace domain.tld with whatever your one is, and remove the quotes.
DNS
===
If you want to host blogs of the form http://blog.domain.tld/ where
domain.tld is the domain name of your machine then you must add a
wildcard record to your DNS records.
This usually means adding a “*” hostname record pointing at your
webserver in your DNS configuration tool.
Matt has a more detailed explanation:
http://photomatt.net/2003/10/10/wildcard-dns-and-sub-domains/
簡單來說就是
把你的apache 上的
virtualhost 的directory tag 上加這個
AllowOverride FileInfo Options
然後dns上設
@ IN A xxx.xxx.xxx.xxx
*.twbsd.net. IN A xxx.xxx.xxx.xxx
這樣基本上你的subdomains 就好了
============================example==================================
我的virtualhost設定如下
NameVirtualHost *:80
DocumentRoot /path/to/wordpressmu
ServerName yourdoamin.tld
ServerAlias *.yourdoamin.tld
AllowOverride FileInfo Options
PS:記得要用name-based 的virtual host 呀。
View formatted source on Firefox 2.0
VIM的一點點小TIP
1
自動縮排
全選
ggvG
然後按下”等於”
=
這樣就會自已排了
2
有的時後我們會在vim 上貼上已經排版過的文章
但是vim 會再一次縮排
這樣就會造成多餘的空白
解決的方法就是
先set paste然後再貼
好了的話
再set nopaste就ok 了啦