悄悄地 來了
就在陰暗的夜裡 一同走出
從那充滿呼喊的森林裡 展翅衝向深藍的天空
但怎飛都飛不出濃厚的大氣
如羽毛似地 慢慢墜落於地
- Mar 23 Wed 2011 17:39
-
春天
- Mar 21 Mon 2011 13:19
-
小小戰士
每一顆拔下來的牙齒都是曾經替我辛苦工作的小小生命
每一顆拔下來的牙齒都是醫生精挑細選的犧牲品
櫻花最美麗的時刻不是綻放而是凋謝
而當那些牙齒被拔下的時候 是他們生命中最重要也是最光榮的一刻
當他們退休後我會把他們個別安放在一個小小的玻璃瓶中
- Jan 28 Fri 2011 16:04
-
RA3-蘇聯對盟軍-不公平對戰
- Jan 24 Mon 2011 22:46
-
RA3-蘇聯十七分半打兇殘-不公平對戰
- Dec 27 Mon 2010 20:32
-
QT– repaint和update的差別
- Nov 17 Wed 2010 12:44
-
修復機碼:…\CurrentControlSet\Enum 修改權限

其實方法就跟之前要開啟另一個Windows系統的文件資料夾一樣。
要嘛就是刪除原本的擁有者(當然在這裡不可能),要嘛就建立一個新的全能擁有者。
就像這樣:
藍色的擁有者是我創出來的,先按進階。
- Nov 16 Tue 2010 20:27
-
Permission denied (maybe missing INTERNET permission) - Android

We'll receive this error messsage especially when we using TabHost and many tab activities. But donig only this step can solve the problem I met.
Add the folowing code just in the <manifest> tag and before application tag:
<uses-permission android:name="android.permission.INTERNET">
</uses-permission>
- Oct 21 Thu 2010 20:19
-
羽球第一次成功回合的達成!!
- Oct 17 Sun 2010 22:19
-
Really solve the problem: ERROR: the user data image is used by another emulator.

The message will show like the picture above.
When we close the emulator in wrong way then we will get this message.
The emulator runs but Eclipse won’t install the application.
And…how to solve this problem?
Some says reinstall the android sdk, some says delete the image file, some says remove the lock folder and some even says move them to another OS.
- Oct 10 Sun 2010 12:32
-
Android: “The application has stopped unexpectedly, please try again.”

The object such as TextView cannot put before super.onCreate() and this.setContentView().
So, it must put in the onCreate() like this:
Then the problem could be fixed!
- Sep 26 Sun 2010 21:50
-
PHP - 從MySQL資料庫刪除資料終於成功!

學了一種新的語言或工具,最麻煩的不是"要知道怎麼做",而是"知道怎樣寫才對"。
"方法"有很多種,但哪一種"方法"要搭配哪一種"樣子"就真的是一門學問了。
明明是個簡單的地把PHP的變數傳到HTML的變數裡面,卻需要一番的研究。
它需要(或 可以)這樣的寫法:
雖然對許多人來說這是在陽春不過的東西,怎麼會有人想不出來要怎麼寫呢!
- Sep 20 Mon 2010 22:19
-
Android - 終於成功能讓它編譯核心!

講義上的東西跟實際真的是有一些出入。
這東西搞了我很久,原來是投影片上的錯誤。
上面寫的“export SEC_PRODUCT=generic”要改成export SEC_PRODUCT="generic"。
光是引號就很難發現,還要知道引號括的範圍也錯。
反正現在可以編譯了,這些事也算是一種經驗吧!




