標籤

more tags...

最新回覆

[ASP.NET]利用configSource將web.config的connectionStrings移到另一個config檔來維護

2010年1月25日 下午 06:53 | Add Comment | 閱讀數 : 468 | 文章分類 : ASP.NET

摘要:[ASP.NET]利用configSource將web.config的connectionStrings移到另一個config檔來維護 深入閱讀

[SQL Azure]SQL Azure連線方式介紹

2009年12月13日 下午 05:01 | Add Comment | 閱讀數 : 458 | 文章分類 : MS SQL

[SQL Azure]SQL Azure連線方式介紹 深入閱讀

[C#]利用Single.IsNaN來判斷NaN

2009年11月12日 上午 11:32 | Add Comment | 閱讀數 : 998 | 文章分類 : C#(WinForm)

最近在寫一些Report的東西,
Report常常會有一些計算公式,例如a/b
結果出現了"NaN"的東西,要如何解決呢,直接看範例吧 深入閱讀

[ASP.NET]利用Stored Procedures sp_MSforeachtable來取得DB所有Table的筆數

2009年10月20日 上午 09:55 | Add Comment | 閱讀數 : 1231 | 文章分類 : ASP.NET

利用Stored Procedures sp_MSforeachtable來取得DB所有Table的筆數 深入閱讀

[SQL Server]使用T-SQL取得資料庫File與File Group的實體路徑

2009年10月19日 上午 10:12 | Add Comment | 閱讀數 : 883 | 文章分類 : MS SQL

使用T-SQL取得資料庫File與File Group的實體路徑 深入閱讀

[ASP.NET]利用itextsharp將GridView匯出PDF檔

2009年10月14日 下午 06:30 | 6 Comments | 閱讀數 : 2770 | 文章分類 : ASP.NET

最近在討論區看到有人說itextsharp可以把網頁變成PDF
小弟就去抓一下itextsharp來玩玩,先教大家最實用的,就是把GridView匯出成PDF檔 深入閱讀

[SQL Server]使用T-SQL來備份與還原資料庫

2009年10月14日 上午 09:35 | Add Comment | 閱讀數 : 1215 | 文章分類 : MS SQL

使用T-SQL來備份與還原資料庫 深入閱讀

[ASP.NET]利用oncontextmenu與onSelectStart防止網頁按右鍵與選取

2009年10月13日 下午 03:15 | 2 Comments | 閱讀數 : 1205 | 文章分類 : ASP.NET

最近剛好有一個這樣的需求,這個需求不是在防止別人偷看原始碼.. 深入閱讀

[WinForm][C#]判斷是否有打開Caps Lock鍵

2009年9月25日 下午 04:24 | Add Comment | 閱讀數 : 1317 | 文章分類 : C#(WinForm)

好久沒寫Blog了,最近剛好有此需求,就是如何判斷User端的電腦是否有打開Caps Lock鍵
如果有打開Caps Lock鍵,再用程式關閉它 深入閱讀

[Mobile]Windows Mobile - Camera 結合 QR Code 運用

2009年7月21日 下午 11:21 | 2 Comments | 閱讀數 : 3052 | 文章分類 : Mobile

Windows Mobile - Camera 結合 QR Code 運用 深入閱讀

[Mobile]Windows Mobile 6.5 Widget - Localizing Widgets

2009年7月17日 上午 01:30 | Add Comment | 閱讀數 : 1132 | 文章分類 : Mobile Widget/Gadget

今天要介紹的是Widget如何做到Localizing
在Widget裡Menu或內容可以依不同的區域設定,顯示不同的語系 深入閱讀

[Mobile]Windows Mobile 6.5 Widget - Deploying the Widget

2009年7月14日 下午 11:40 | 2 Comments | 閱讀數 : 1466 | 文章分類 : Mobile Widget/Gadget

今天就介紹WM6.5 Widget 的部署方式 深入閱讀

[Mobile]Windows Mobile 6.5 Widget - Widget 結合 Google Maps JavaScript API V3

2009年7月10日 上午 12:07 | 2 Comments | 閱讀數 : 3500 | 文章分類 : JavaScript Mobile

今天介紹大家如何結合Widget與Google Maps JavaScript API V3
首先可以到下列網址,去了解一下目前最新版的Google Maps V3 深入閱讀

[Mobile]Windows Mobile 6.5 Widget - Widget 結合 Bing API(JSON) 翻譯功能

2009年7月8日 下午 10:50 | Add Comment | 閱讀數 : 1194 |

最近微軟推出的Bing,其實有很多功能可以與WM6.5的Widget結合運用的
這篇就介紹如何使用Widget結合Bing API 的 Translation Service 深入閱讀

[Mobile]Windows Mobile 6.5 Widget - Widget JavaScript Objects

2009年7月7日 下午 11:20 | Add Comment | 閱讀數 : 1800 | 文章分類 : JavaScript Mobile

今天就介紹WM6.5為Widget提供一組Javascript物件"widget" 深入閱讀

[Mobile]Windows Mobile 6.5 Widget - Creating Widget Menus

2009年7月4日 下午 11:29 | Add Comment | 閱讀數 : 1917 | 文章分類 : Mobile Widget/Gadget

今天就介紹大家如何使用WM6.5的Widget建立選單功能
在看這篇內容時可以先看 bauann 的 Widgets in Windows Mobile 6.5 - 簡介
先了解WM6.5的一些新東西,再來看這篇會比較好上手 深入閱讀

[WCF]利用net.tcp傳輸協定來建置WCF Service

2009年6月21日 下午 02:00 | Add Comment | 閱讀數 : 2918 | 文章分類 : WCF

最近很少在寫文章,也佷少在討論區解問題(因為工作很忙),所以沒什麼東西可以寫
這幾天無聊去看看WCF的東西,介紹給大家如何利用net.tcp傳輸協定來建置WCF Service 深入閱讀

[ASP.NET]利用 DotNetZip 或 SharpZip 一次下載多個檔案

2009年5月30日 上午 02:36 | 4 Comments | 閱讀數 : 3532 | 文章分類 : ASP.NET ASP.NET(Collections) ASP.NET(GridView) ASP.NET(IO)

利用 DotNetZip or SharpZip 這兩個壓縮的Lib 可以將檔案壓縮起來
就像RAR那樣可以打包多個檔案為一個壓縮檔
這樣的功能,在web就可以達到一次下載多個檔案了 深入閱讀

[ASP.NET]利用List的Sort()、Find()、FindAll()、Exist()來解決一些問題

2009年5月28日 上午 11:28 | 4 Comments | 閱讀數 : 5969 | 文章分類 : ASP.NET ASP.NET(Collections)

最近寫案子常常用到List,這個東西還真好用 深入閱讀

[ADO.NET] 連Oracle DB 出現 Oracle OCI-22053 Error

2009年5月23日 下午 03:12 | Add Comment | 閱讀數 : 1623 | 文章分類 : ADO.NET ASP.NET Oracle

前陣子同事遇到連Oracle DB 出現【Oracle OCI-22053】的問題
去google一下,原來oracle在做數值運算時
例如1/3 會 產生 0.33333333....
回傳到DataTable時會產生 overflow 的 error 深入閱讀

[ADO.NET]一些常見的DB存取Error Message

2009年5月23日 下午 01:05 | Add Comment | 閱讀數 : 2297 | 文章分類 : ADO.NET ASP.NET Oracle

好久沒寫文章了,這篇文章是前陣子同事問的問題把它記錄下來
寫程式更新DB是程式設計師最基本一定要會的,但常會遇到一些問題
我把同事遇到的Error記下來
深入閱讀

取得DB裡所有Table Name

2009年4月4日 下午 01:37 | Add Comment | 閱讀數 : 3003 | 文章分類 : MS SQL Oracle

取得DB裡所有Table Name 深入閱讀

[Javascript]三個好用的Height,Width屬性

2009年4月2日 下午 10:29 | Add Comment | 閱讀數 : 3517 | 文章分類 : JavaScript

最近在做一些report的功能
會把視窗調到最佳的可視範圍
針對不用螢幕解析度來調整. 深入閱讀

[C#]利用Socket送傳class or struct序列化資料

2009年4月2日 下午 09:51 | Add Comment | 閱讀數 : 4872 | 文章分類 : C#(WinForm)

一般利用Sockert都傳送文字字串.
那如果要傳送class or struct的資料怎麼辦呢.
重點就是先將class or struct序列化. 深入閱讀

[ASP.NET]利用ashx handler來顯示Flash檔案

2009年4月2日 下午 06:52 | Add Comment | 閱讀數 : 3355 | 文章分類 : ASP.NET

最近討論區人的問到這樣的問題...
有時候會把資源檔,例如圖片,影音,Flash..在放DB裡..
可以利用ashx handler的技術將資源檔,載入網頁裡 深入閱讀

F6 Team logo


用BloggerAds 替自已加薪

每月文章

文章分類

推薦討論區

推薦部落格