{oc.tech.notes} 技術誌
技術誌記錄學習或專案執行當下遇到的問題及解決方案,方便日後翻查,益人益己!
2010/08/23
Android .apk MIME Type
›
Filename extension .apk Internet media type application/vnd.android.package-archive Type of format package management system, ...
2010/08/02
[PHP] 在 Windows 環境下 PHPUnit 安裝及 NetBeans 整合
›
以前從來也沒有 Test Driven Development 的概念 自從接觸微軟的技術後, 參與了不少場的研討會, 漸漸接觸 TDD 的知識 我想不管是任何程式語言, TDD 的發展好像愈來愈盛, 在軟體工程視為不可或缺的一環 Ruddy 老師曾說過: 測試過的程式...
2010/07/15
[MSSQL] 重設資料表自動遞增數字
›
重設資料表自動遞增數字 DBCC CHECKIDENT ( MyTableName , RESEED, 0) Reference: MS SQL resetting the auto increment How to restart the AUTOINCREMEN...
2010/07/01
[Silverlight] 程式端控制 Domain Service 讀取
›
xxx DomainContext dc = new xxx DomainContext(); dc.Load(dc. xxx Query()); myControl.ItemsSource = dc. EntityName ; 參考文件: Project Turing...
2010/06/30
[Silverlight] 取得文件路徑/參數/檔案路徑
›
使用 HtmlPage 需匯入命名空間: System.Windows.Browser 取得網頁路徑: HtmlPage.Document.DocumentUri.ToString() 取得參數: HtmlPage.Document.QueryString["p...
2010/06/12
[iPhone] How To Make An iPhone App.
›
iPhone 4 is coming up soon. Would you like to develope some iPhone apps on your own? Below is a useful resource I found recently~ Hope this...
2010/05/15
[Silverlight 4] 列印功能
›
1. 引入 namespace System.Windows.Printing 2. 建立 PrintDocument 3. 建立對應 Event BeginPrint EndPrint PrintPage - e.PrintVisual (指定列印目標物件), 確認 e.Has...
‹
›
首頁
查看網路版