2013年4月29日

解決 XP 的 VS2005檔案無法在 Win 7 下中斷點偵錯

我有一個Web Site的專案原本是在XP上開發,裡面有一些舊有的元件,移轉到 Win7 64bit上的 VS2005卻無法使用中斷點偵錯,執行過程中有出現XX檔案原始碼與原始程式不符合的訊息

2013年4月27日

開啟SQLSERVER 2005 遠端連線

如果我們的web 主機或是SQLSERVER Management需要連接到不同機器SQLSERVER 2005,而且是用SQL使用者登錄,當你連接時出現以下錯誤(用戶端是SQLSERVER 2012 management):

2013年4月24日

消除Server/Local report轉出Excel的多餘欄位

我們在設計Report時,通常會包括表頭,表身,表尾,表身時如果一般的列表,使用者可能會想拿來做一些資料的處理,像是排序,因此會利用Report Viewer轉成Excel,但轉出來的Excel表身的列表部分,發現有的欄位是被合併的,這樣就很難作排序,如下:

2013年4月20日

解決windows 7開機變慢,以『安裝biztalk 2010』為例

我的電腦環境是Windows 7 64 bit,有加入AD domain。

最近安裝了biztalk 2010 在機器上,裝完後開機,發現我的SSD開機優勢蕩然無存:

解決MVC Entity錯誤"請定義此 EntityType 的索引鍵"

在開發Entity Framework的程式時,發生以下錯誤:

\tSystem.Data.Entity.Edm.EdmEntityType: : EntityType 'People' 未定義索引鍵。請定義此 EntityType 的索引鍵。

解決MVC 網站出現『__RequestVerificationToken" 不存在』錯誤

當你在開發MVC的網站,送出表單時出現以下錯誤

需要的反仿冒表單欄位 "__RequestVerificationToken" 不存在。

這是MVC網站為了防止Cross-Site Request Forgery (CSRF)的攻擊,出線的防護措施,CSRF可以參考這裡

JetBrain Resharper 7 工具介紹

Resharper  7 是Visual Studio DEV受歡迎的Plug-in,這是一套提高程式撰寫生產力和品質的工具,支援C#,XAML,XML,ASP.NET,ASP,NET MVC,可以幫助進行程式分析和給建議重構語法,快速介紹可看一下線上介紹。因為功能還蠻強的,所以電腦的CPU,RAM不能太差,我目前的NB是i7 M 系列CPU,RAM有8G,OS為Win 7 64 Ultimate,跑起來還順。

2013年4月17日

如何利用Nuget Package Manger安裝Facebook SDK

如果你沒安裝NPM,請下載Nuget Package Manger (頁面上點download),並安裝,安裝程式會顯示要裝在哪一個Visual studio,確定後點安裝

解決WIN7上IE10無法使用VS2012進行偵錯

當你在在Windows 7 x64 下載了IE10,打開VS2012 進行dubug,就出現以下錯誤,下中斷點都無效

2013年4月16日

常用英文書信用詞

以下是整裡的常用英文用詞:

詳見附件

  1. Please find the report / my homework  in the attachment.
  2. the report / my homework  可換成你附的其他東西, 比如照片 picture(s)
  3. Please find the attached report / homework.
    也可以說: Attached is the report. = The report is attached (to this E-mail).
  4. The report is in the attachment. / Please find the report in the attachment.
  5. Please note the attached report.
  6. Please see the attached report. / Please see the attachment for the report.
  7. I have attached the report to this E-mail. Please take a look.
  8. I am enclosing (our report)
  9. I am attaching details of...
  10. I am attaching (our report) to this message.
  11. I have just received (the photographs), which I have attached to this message.
  12. If you have any problems opening the file, please let me know.
  13. I have pleasure in attaching...
  14. I attach some information which I hope you find useful.
  15. I attach our price list and look forward to hearing from you.
  16. Please find enclosed
  17. Enclosed is our new quotation
  18. Enclosed you will find~
  19. Please see attached file is the~
  20. Please refer to the attachment.
  21. The attached file is for your approval. (附件檔是做為貴公司核准用)
  22. Attached files are~ (二個附檔時file+s, 單數is -> 複數are)
  23. Attached is our latest catalogue. (附件是我們最新的目錄)
  24. I am attaching our project report for your information. (附加我方的專案報告書以供參考)
  25. I have attacheda photo for you to refer.
  26. For further information, pleaserefer to the attachment. .
  27. Please referto the attached agenda for your reference.
  28. I also attachedthe list of the work sheets for you to refer
  29. Please referthe invoice as attachment

Attached is our company profile for your reference. 請見附檔公司資料

1. Please see attached file as our for your reference.
2. Attached our XXXX for your reference.
3. The attahcement as our XXXX for your record.

4. Hereby attachment as our XXXX for your first consideration.
5. Herewith our XXX for your best choice.
6. Enclosed our XXX for your reference.

7.Attached is offer inquiry.

結尾詞

對象 英文 中文
有交情的同事朋友 Cheers 祝你開心
請對方幫忙和協助 Many thanks 多謝
呼應信件的內容 Have a nice day
Enjoy your holiday
To your success
Keep up the good work
祝你有美好的一天
假期愉快
祝你成功
繼續加油
感性和關心祝福的結尾 Best wishs
All the best
Good luck!
Take care & See you soon
祝你一切順心
祝你萬事如意
助你一切順利
請保重&期待再見面

常用句

Thanks for your concern. 謝謝你的關心

Thanks for your reminder. Thanks for your reminding me . 謝謝提醒

I will call you back next Wednesday. 我下星期三再打給你

 

參考

http://tw.myblog.yahoo.com/teacher-sammy/article?mid=2929

2013年4月11日

Oracle PLSQL 指令效能分析

以下是源自網路的一段建議,分享給大家,原本是有人問用Cursor寫比較方便,像底下table dump 是不存在

2013年4月10日

如何在Windows Phone 8 裡儲存分機號碼

我們如果要儲存聯絡人的電話有分機,像是(02)22727964 ext 123,就要輸入
0222727964, 123,請依以下步驟執行:

2013年4月8日

解決VS2005 偵錯Web Service:『無法自動逐步執行伺服器,無法判斷停止位置。請確認已載入符號。找不到符號。』

我們有一個方案,包含一個Web Service專案和一個Win form 的測試專案,在Web service 下中斷點都沒攔截到,在Win form呼叫Web Service的Method前打F8 逐步執行,便出現以下錯誤。
『無法自動逐步執行伺服器,無法判斷停止位置。請確認已載入符號。找不到符號:XXXXXXXXX。』

2013年4月7日

解決DirectX 11 API無法使用Feature Level=11 的顯示卡

之前測試Direct X程式,DirctX 11 加強了DirectX 10,並帶來了Tessellation(拆嵌式細分曲面技術)、Multi-Threading(多執行緒)、DirectCompute(通用計算)、Shader Model 5.0(渲染引擎5.0)以及Texture Compression(紋理壓縮)五個重要特性。 
我們下載了DirectX 11 SDK,並使用VS 2010進行測試。  
測試的機器為NB有獨立顯卡Geforce GT 520 M是可以支援Level 11,以下程式建立D3D11 device,但只偵測出顯示卡的Feature Level為10.1,並導致後續的程式使用Shader Model 5.0(需顯卡支援Feature Level:11, 微軟參考)的功能而發生錯誤。直覺是程式用到 On board的Intel HD 3000。
發生錯誤程式:

解決網頁回應『Server is too busy』

WEB Server版本:IIS6
ASP.NET應用程式目錄:AAA_WEB
使用者近日常回報網頁偶而會出現『Server is too busy』的錯誤訊息。

解決『呼叫Web service:要求失敗,HTTP狀態401:Access Denied』

當我們用windows form 的程式呼叫Web Service時,卻出現錯誤訊息『要求失敗,HTTP狀態401:Access Denied』