今日在P2P界最大的新聞,非這則新聞莫屬:

大陸VeryCD電驢 本月停止下載(2011/01/24 12:05)

原文網址: 大陸VeryCD電驢 本月停止下載 | 國際新聞 | NOWnews 今日新聞網 http://www.nownews.com/2011/01/24/334-2684315.htm#ixzz1By7G2F9y

 

scr_0124_230132.png

 

VeryCD創始人黃一孟在他的的新浪微博上面

dragonspring 發表在 痞客邦 留言(0) 人氣()

在Linux的shell裡面,觀看目前時間的指令是date,如:

$ date
Sat Jan  8 15:34:16 CST 2011
$

 

dragonspring 發表在 痞客邦 留言(0) 人氣()

各式各樣利用JavaScript reload 的方法。

 
以下文章轉貼自:http://king971119.blogspot.com/2009/08/javascript.html#comment-form
 
 

dragonspring 發表在 痞客邦 留言(1) 人氣()

在某些很特殊的情況下,需要利用DOS BATCH檔來呼叫 Firefox,在這邊做個筆記。命令列參數如下:

Command Result Example
profile "<path>" Starts with profile located at the given path.
Does not apply to Mozilla Suite/SeaMonkey 1.x
firefox.exe -profile "E:\myprofile"
P "<profile name>" Starts with a given profile name (profile name is case sensitive). firefox.exe -P "Joel User"
<url> Launches the application and opens the given URL(s). firefox.exe "www.mozilla.org" "www.mozillazine.org"
safe-mode Launches the application with extensions disabled and the default theme.
Does not apply to Mozilla Suite/SeaMonkey 1.x
firefox.exe -safe-mode
no-remote Enables running multiple instances of the application with different profiles; [1] used with -P
Does not apply to Mozilla Suite/SeaMonkey 1.x
firefox.exe -no-remote
height <value> Sets height of the startup window to <value>. firefox.exe -height 600
width <value> Sets width of the startup window to <value>. firefox.exe -width 800
ProfileManager Starts with Profile Manager. firefox.exe -ProfileManager
CreateProfile Create a new profile firefox -CreateProfile test
migration Starts the application with the Import Wizard

dragonspring 發表在 痞客邦 留言(0) 人氣()

拜Youtube流行之賜,在Youtube上面有各式各樣的影片可以幫助我們學習英文。但是,面對這麼多的影片該如何選擇呢?以下提供一些個人的心得。

  • 尋找ESL影片

所謂的ESL,是『English as a Second Language』的縮寫,指的是以英文為第二語言。從敦煌書局外文網,可以看到詳細的解釋:

以英語為第二語言:亦簡稱ESL。意即除了母語外,英語為第二順位會使用的語言。在以下兩種情況,可視英語為第二語言。

一、人民遷移:移民或生活在英語系國家的人們,在學校或工作時大多使用英語溝通,但是在家人或是朋友間則是使用母語。舉例來說:墨西哥/西班牙人/中國人移民到美國,日常生活用語及周遭環境都是英語,那麼英語就成為日常溝通最主要的語言,除了母語之外,必須精熟的語言就是英語,所以說 English as a Second Language。

二、官方政策:另一種情況為,英語不是居民的母語,但是在學校、公司或是政府都是以英語為官方語言,例如:新加坡、菲律賓等。

dragonspring 發表在 痞客邦 留言(2) 人氣()

用skype傳訊息時,除了內建的表情符號,還有以下這些隱藏版:

image

 

內建的表情符號整理如下表:

dragonspring 發表在 痞客邦 留言(0) 人氣()

在使用Windows的過程中,無可避免會遇到process 沒有反應。大部分情況下,你可以叫出工作管理員,然後將沒有回應的process殺掉。

BUT!

套句九把刀說的話:『人生最厲害就是這個 BUT!

有時候,連『CTRL+ALT+DEL』都沒有作用,根本沒機會打開工作管理員。

在某次不經意的情況下,發現了cygwin竟然可以幫上忙,真是太高興了!

dragonspring 發表在 痞客邦 留言(0) 人氣()

IBM developerWorks 中國網站中,有一系列關於pthread的文章,對於pthread有初步而全面的介紹。特地將目錄轉成繁體字,摘錄如下。

 

小叮嚀:

因為對岸用語與我們不同,以下是一些常用詞:

內存=記憶體

dragonspring 發表在 痞客邦 留言(0) 人氣()

  • 利用Bash內建變數$RANDOM

在Bash裡面,有一個內建的變數,可以用來產生亂數:

$RANDOM

使用起來很簡單,用echo 叫出來即可:

$ echo $RANDOM
4371

dragonspring 發表在 痞客邦 留言(0) 人氣()

雖然目前IPv6尚未廣泛應用,不過偶爾還是會碰到客戶要求 IPv6 compatible,所以在寫網路程式的時候,最好是『一魚兩吃』。

以下記錄的是四個最常用的structure,方便查閱:

struct sockaddr {
      unsigned short sa_family;     /* address family, AF_xxx */
      char sa_data[14];                  /* 14 bytes of protocol address */

dragonspring 發表在 痞客邦 留言(0) 人氣()

Close

您尚未登入,將以訪客身份留言。亦可以上方服務帳號登入留言

請輸入暱稱 ( 最多顯示 6 個中文字元 )

請輸入標題 ( 最多顯示 9 個中文字元 )

請輸入內容 ( 最多 140 個中文字元 )

reload

請輸入左方認證碼:

看不懂,換張圖

請輸入驗證碼