2012年11月24日 星期六

如何關閉wcf service host

每次在測試 WCF Service Library 時Visual Studio 會貼心的幫我們建立Host及Test程式來測試WCF服務的功能

但是當我們自行建立Host時, 這個自動建立的Host也會被啟動而佔用了指定的Port
這時只要將WCF Service Library 專案中的WCF Opiotns 頁中的 Start WCF Service Host when debugging another project in the same solution關閉即可~

2012年11月15日 星期四

最新技術參考網址


Windows Store App: http://msdn.microsoft.com/zh-tw/windows
download: http://msdn.microsoft.com/en-us/windows/apps/br229516

Windows Azure: http://www.windowsazure.com
resources: http://www.windowsazure.com/en-us/develop/net/

Live SDK: http://msdn.microsoft.com/en-US/live/ff621310

2012年11月7日 星期三

Windows 8 鍵盤快捷鍵

Windows 8 鍵盤快捷鍵
常用工具列:Windows 鍵 + C
搜索:Windows 鍵 + Q
分享:Windows 鍵 + H
開始:Windows 鍵
裝置:Windows 鍵 + K

設定:Windows 鍵 + I
有關搜尋則還有細部的快捷鍵:
搜尋設定:Windows 鍵 + W
尋找檔案:Windows 鍵 + F
http://3c.msn.com.tw/article/1210300058/1

2012年11月1日 星期四

學會Windows 8不難~


Windows 8 操作12字口訣

觸控四邊, 滑鼠四角, 右鍵無敵

詳見:

http://events.tw.msn.com/windows/windows-8-%e6%93%8d%e4%bd%9c12%e5%ad%97%e5%8f%a3%e8%a8%a3

2012年6月18日 星期一

在Windows 8 找不到你的程式嗎?


以前(windows 7)可以從 開始 -> 執行, 啟動某個應用程式,
像是 “notepad"
現在 [開始] 選單不見了, 讓人不知所措,
其實, 只要滑鼠移到時間的右側, 就會看到 [搜尋],
直接在上頭輸入要找的應用程式名稱就可以了!!





2012年6月1日 星期五

Windows 8 不會關機嗎?

[Windows] + [C] 叫出charms -> 設定 -> 開關機

2011年11月19日 星期六

終於有WPF 版的Crystal Report Viewer

最近有空試了一下Crystal Report for Visual Studio 2010 的功能
看到文件上有關於WPF 版的Crystal Report Viewer的控制項,
測試了一下發現, CrystalReportViewer for WPF的控制項竟沒有ReportSource的屬性,
啊~這樣要怎麼把報表物件塞入呢?...
找了半天才看到它有個ViwerCore屬性, 下有個ReportSource屬性,
真是曲折... 要這樣寫才能塞Report Object :
reportViewer.ViewerCore.ReportSource = new CrystalReport1();