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