SecuROM不喜歡Daemon tool
某些遊戲偵測到你有跑虛擬光盤(Daemon tool)就不給你跑! Daemon tool還說它可以屏蔽secuRom/Safedisk/laserlock 那解決方案就是用YASU這東西(已停止開發= =||,很難GOOGLE) 留個下載點自行參詳~ http://www.2hea.com/software/YASU.exe
某些遊戲偵測到你有跑虛擬光盤(Daemon tool)就不給你跑! Daemon tool還說它可以屏蔽secuRom/Safedisk/laserlock 那解決方案就是用YASU這東西(已停止開發= =||,很難GOOGLE) 留個下載點自行參詳~ http://www.2hea.com/software/YASU.exe
自從家裡的ADSL modem換了之後 ,黑色的中興變了十年前的NEC….. (變壓器還是傳統線圈式呢…… ) 小FON 就一直不穩定(當年買空之軌跡送的) 另外要FON和新ISP的制式不相容(DHCP也會跑不動!!甚麼Firmware來的1) =>唯有改跑為dd-wrt 找了幾天資料,原來也不簡單,特別是FON的firmware是0.7.1 r2以後(俺用的是0.7.2 r3…..)。 跟著這篇教學一直做就對了,大約40分鐘左右 >> http://geek.no19.com/2010/03/fon-dd-wrt.html 比較麻煩的部份: Reset firmware,俺的2100變回0.7.0 在Redboot那邊init linux,(做了兩次)等了15分鐘才有反應, flash有夠慢 Redboot boot 舊config改不了(用putty都刪不到),最後google 了redboot的manual 用fc [variable_name] [value] 這方法改 其它參考資料: http://dd-wrt.com/wiki/index.php/LaFonera_Software_Flashing http://mattchen.info/2008/11/fon-dd-wrt.html (中文Blog)
link: http://code.google.com/p/google-styleguide/ Do s and Don’t s of C++ Style Guide, JavaScript Style Guide, Objective-C Style Guide, and Python Style Guide are now available
經wubi安裝後的ubuntu, /host原設定為root所擁有(ownership), 而/host本身是ntfs格式(windows的關係)。 chmod後,從開也會不見,所以要更改/host 就要作以下動作。 Source: http://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg980057.html 原文如下: The mounting for /host is done in the initramfs, which makes this tricky (for me anyway) to track down. I’ve found a workaround for the problem: Edit /usr/share/initramfs-tools/scripts/local-premount/root_locale Append ,umask=022 to this line: echo ROOTFLAGS=\”${ROOTFLAGS}locale=$ROOT_LOCALE\” >> /conf/param.conf so that it reads: echo ROOTFLAGS=\”${ROOTFLAGS}locale=$ROOT_LOCALE,umask=022\” >> /conf/param.conf Save, run: update-initramfs… Read More »
作品集小技巧:Cufon讓網頁的字型更漂亮 有點類似font-face的功能,展示/使用客戶端沒有的字體
網頁的table可以直接由IE拖到Excel內 很方便@@
Check sequence – Plugin library – Error message display (ini_set + error_reporting) – PHP version – Linux/Unix vs Windows vs ??? server – exec (Not all hosting have exec permission)
From Google Dictionary: A wildcard is a symbol such as * or ? which is used in some computing commands or searches in order to represent any character or range of characters. Noun (countable) http://www.google.com.tw/dictionary?hl=zh-TW&sl=en&tl=en&q=wildcard (俺: wiki竟然沒有= =)
太久沒碰Java…寫Android的project又要用Java@@ 原來URL只可以存RFC2396格式的東西,別的會出expection (天丫!找蟲找半天) e.g. URL myurl=new URL(“I am empty”); //exception+myurl會變null Android的debugger真的不會用……expection也看不到= = 一堆海量的東西在cat log呢 每次也要手動edit filter指定pid,麻煩得很。 看來要花點時間學學Android debug的程序
http://allhotkeys.com/eclipse_hotkeys.html 應該是最齊全吧