目前分類:程式 (21)
- Oct 07 Tue 2008 15:14
C# 引用別人做好的DLL
- Sep 07 Sun 2008 12:59
[CSS] style.display 和 style.visibility的差別
當visibility被設置為"hidden"的時候,元素雖然被隱藏了,但它仍然佔據它原來所在的位置。
- Aug 18 Mon 2008 11:10
PostBack is...
- Aug 14 Thu 2008 15:59
取DataTable資料時,也有DISTINCT的效果
DataView tmpDataView = Dt.DefaultView;
- Aug 06 Wed 2008 10:42
About DateTime Format in MSSQL
所以將他的資料型態設成smalldatetime
- Jul 18 Fri 2008 15:47
How To : set several "div" in same line
以下底為齊<style>div{display:inline;}</style>
- Jul 09 Wed 2008 12:07
using(c#)
using 關鍵字有兩種主要的用法:
- 做為指示詞,此時它是用來建立命名空間的別名,或是用來匯入在其他命名空間中定義的型別。請參閱 using 指示詞。
- 做為陳述式,此時它是用來定義一個範圍,物件會在此範圍結尾處進行處置 (Dispose)。請參閱 using 陳述式。
http://msdn.microsoft.com/zh-tw/library/zhdeatwt(VS.80).aspx
- Jun 20 Fri 2008 15:57
Create Pie Chart For ASP.NET WebForm Page
- Jun 19 Thu 2008 14:17
How to clear up all items of dropdownlist
- Jun 11 Wed 2008 11:12
How do you add a static item to a dynamic dropdownlist
如果透過DB或XML動態產生DropDownList時,可以利用AppendDataBoundItems屬性,讓動態產生的item是附加在原有的控制項,而不是覆寫原有的靜態項目。這是ASP.NET 2.0後新增的屬性,除了適用於DropDownList,像ListBox、RaidoButtonList、CheckBoxList都共同擁有這項新屬性。
- Jun 04 Wed 2008 14:58
How RSS to Notify People When they subscribe to a RSS Feed?
這是最近接到一項新工作,就是有個站有一些圖提供使用者下載使用(有些charge,有些free),指定用RSS來做資料更新機制,這些圖並沒有資料表來記錄它們...需charge的部份還沒了解金流物流過程,若先只考慮free部份資料,以使用者角度,是否一定要有資料表來記錄它們,才能在新增資料時,訂閱RSS的使用者獲得有資料更新(新上架)通知?
- Jun 03 Tue 2008 00:37
What is DOM
什麼是 DOM?
- Jun 02 Mon 2008 22:43
ASP.NET @指示詞是?
指定網頁和使用者控制項編譯器 (Compiler) 在處理 ASP.NET Web Form 網頁 (.aspx) 和使用者控制項 (.ascx) 檔案時所使用的設定。
- May 12 Mon 2008 14:22
使用ASPX輸出XML應注意
Ajax应用程序中服务器端如果使用ASPX返回XML格式数据,一般将VS生成的HTML字符先清除,代码文件中直接使用Response.Write输出XML字符串。
- Apr 19 Sat 2008 16:07
[CSS] Class 與 ID (下)
接續 [CSS] Class 與 ID (上) ,關於 CSS 中 ID 的用法...
- Apr 16 Wed 2008 01:05
[CSS] Class 與 ID (上)
Class 及 ID 都是使用者設定的選擇器 (selector)...
- Apr 14 Mon 2008 16:50
hard-coded
根據維基百科Wiki hard-code指的是...
- Apr 02 Wed 2008 15:32
[WinAPI] 利用CreateCompatibleDC顯示BMP
- Mar 24 Mon 2008 16:09
[c/c++] break和continue
沒什麼...再提醒一次自己2者用法而已...
- Mar 10 Mon 2008 13:07
使用exec()出現Unable to fork的警告訊息
關於在php程式使用exec出現
exec()[<a href="function.exec">function.exec</a>]: Unable to fork 的訊息..."