[龍之穴]日服遊戲初體驗

August 16th, 2010

好久沒有寫文章了,其實是我太懶了…

最近大多都在玩 Game…

喔~不~~是在學日文:p

Read more…

Tony 心情分享

打羽球打到掛急診…

April 16th, 2010

真的是太厲害了我,跟 Lab 打球打到掛急診…

那時準備去救一顆球,發現隊友好像跑到我後面了,回頭喵了一下

隊友舉起拍子打了下去,準確的打到了球,也很準確的揮到我的左眉XD

當時只感覺麻麻的,接著紅紅的血跡開始往下滴,此時也沒感覺痛,就拿衛生紙止血

接著就去醫護室擦藥,沒想到說傷口很深,可能需要縫合,於是就請老大載我去醫院了QQ

整個過程都沒感覺很痛,最後要做縫合手術之前打個麻醉!

哇賽!!超痛的…沒想到竟然是打麻醉的時候最痛=.=

昨天回去複診,醫生跟我說了一句:你的傷口沒問題,幫你換個藥,下禮拜一來拆線。

這樣就收了240塊…虧還是有免掛號費…

下星期一拆線不會又要打一次麻醉吧…感覺我是被麻醉打到而不是被球拍打到@@

不知道跟老闆說我打羽球打到掛急診他會有什麼反應:P

Tony 心情分享

Monitor packet delay in TCL file

April 2nd, 2010

You have two chooses to calculate the average delay. One is from trace file, another is in TCL file. If you want to use trace file to calculate, you need to analysis the trace file. However, write calculate average delay in TCL file, that when you run ns over, you can get the average delay. Here will teach you how to modify NS2 and get the average delay in TCL file.

Read more…

Tony NS2

千呼萬喚始出來!

March 14th, 2010

光陰似箭,時光飛逝,轉眼間就快過了三個禮拜

這三個禮拜過的真充實,反之現在開始覺得生活好無聊XD

Read more…

Tony 心情分享

TCP Network transmission on Linux using Go Programming Language

February 22nd, 2010

This example will include server and client. When you run this example only with port, this example will create a server and listening on this port. If you run with IP and port, that will become a client to connect server with this IP and port. Server will listen on a port and wait connect from client. When client connect to server, it will send ‘Hello’ message to server and wait response. After server get data, server will response ‘ok’ to client to end this connection.

Read more…

Tony Go, Linux

連到網卡使用NAT方式的VirtualBox

February 21st, 2010

由於我的宿舍有綁 MAC,因此無法利用 Bridge 方式取得新的 IP,所以若 VirtualBox 要上網就要使用 NAT 方式透過同個 IP 出去。但是若要使用 SSH 連到 VirtualBox 反而沒有 IP 可以連,所以就在網路上找到了這個方法:

Read more…

Tony VirtualBox

Wordpress簡單易用的圖形驗證碼產生工具

February 18th, 2010

自己架設Wordpress的人肯定會遇到有很多廣告留言,而這些廣告留言都是透過程式自己在網路上搜尋並且發送的,雖然目前Wordpress會偵測若正在等待管理者接受回應,則再進行另一篇回應會被認定為廣告,藉此減少一些廣告留言。

Read more…

Tony Wordpress

The Go Programming Language

February 17th, 2010

Google從一個搜尋引擎慢慢的擴大,到現在大家所知的Youtube、Gmail、Google Map…等各種Service都在Google的底下,如今Google又自行開發了一套程式語言『Go』,強調五大重點:

Read more…

Tony Go, Program Language, Technology

Apple的平板電腦:iPad

January 28th, 2010

最近Apple剛發表出來的平板電腦iPad,看似功能強大,也非常特別、好用,當然也相當輕巧方便攜帶,但是仔細看看之後,存在的問題還是相當的多。

Read more…

Tony Technology

一些分析與統計log資訊的技巧

January 24th, 2010

自己架設Server時,系統常會有些記錄檔需要觀看

但是系統記錄檔看起來非常吃力,因此通常都會寫個shell來做處理

Read more…

Tony Linux