2012年11月29日 星期四
2012年11月28日 星期三
New
[Java] 類別中的多個建構子(constructor)
S7an
11/28/2012 01:43:00 下午
0 Comments
一個類別中,可以同時定義數個建構子,並且各個建構子可以有多個參數及不同的參數型態。也就是建構子可以實現方法的超載(overload)。 例如: public class Computer{ private int keybord; ...
Read More
2012年11月23日 星期五
New
[HTML] sent.htm
S7an
11/23/2012 05:13:00 下午
0 Comments
(圖三:sent.htm的外觀) 而sent.htm裡的html tag是這樣子的: <html > < head > < meta NAME = "GENERATOR" Conten...
Read More
New
[ASP] Global.asa
S7an
11/23/2012 03:43:00 下午
0 Comments
Global.asa 文件存放於ASP檔案的根目錄中, 除此之外,每一隻ASP只能有一個Global.asa文件。 Gloabal.asa include: Application Session cookies
Read More
2012年11月7日 星期三
New
[Coding] Hardcodes
S7an
11/07/2012 09:05:00 下午
0 Comments
[Hardcodes]:寫死的意思,直接把值寫在程式碼內,有時可以避免不必要的輸入。 Ref: 台灣Wiki
Read More
New
[Java] adb 無法執行的問題
S7an
11/07/2012 08:51:00 下午
0 Comments
因為更新eclipse語言包,adb莫名無法啟動, 開啟我安裝SDK的位置,連點adb.exe 重新啟動eclipse即可。 C:\Users\ USERNAME \AppData\Local\Android\android-sdk\platform-tools
Read More
New
[Android] AndroidManifest
S7an
11/07/2012 05:48:00 下午
0 Comments
Android 功能清單 5. AndroidManifest .xml 「 AndroidManifest .xml」 是 Android 程式的功能清單,應用程式在這裡列出該程式所提供的功能。當應用程式開啟時,會提供諸如內容提供者(ContentProvider)、處理...
Read More