文章目錄 Deleted... And Still AroundCompact a PST File to Reduce Its Size in Outlook 轉自:http://email.about.com/od/outlooktips/qt/et_compact_pst.htmDeleted... And Still Around When you delete an email in Outlook, it goes to
[Full article: http://msdn.microsoft.com/en-us/library/aa290342%28VS.71%29.aspx]VS automation model gives us the chance to interact with VS IDE's everything including solution explorer, toolbar, document, etc. By developing a VSMaros or VS addin, we
1. Verify that the modtime option in your Perforce client spec is not checked. Detail explanation is as follows: Mod time set to depot submission time: (modtime) What should the modification time on files in your workspace be set to when
1. VS IDE Automation Model. It's a set of API that can visit everything in VS IDE. VS addin is developed with the assistance of it.2. MS UI Automation Model. It's a set of API (separate ones for C++ and .Net languages) that can be used to visit a
This pages serves as the central place to manage my collected tools.Section A: In Use (Suggested) ToolsInputDirector. A tool that can let several machines share the specified MASTER machine's mouse.Everything. A quickest desktop search
For AfxLoadLibrary, and serving as the dll search rule: When no path is specified, the function searches for the file in the following sequence:The directory from which the application loaded. The current directory. Windows 95/98: The Windows
[原文:http://www.indiangeek.net/wp-content/uploads/Programmer%20competency%20matrix.htm][譯文:http://static.icybear.net/%5BCN%5DProgrammer%20competency%20matrix.htm]Note that the knowledge for each level is cumulative; being at level n implies that
Based on researching a issue met on work, I summarize several new points about debugging:1. Process directory. As we know, GetCurrentDirectory will return current directory for current process, and SetCurrentDirectory can change the directory for
How to reuse pch file on another pc?MS doesn't officially announcethat the pch files that are produced on on pc can be reused on anyother pcs. But MS suggests you can use Incredibuild to do this.You will receive below compile error:fatal error C1027:
文章目錄 Another Example - How to trace fault into DLL file( in � process, and out � process DLL file).Example [From Code Project: http://www.codeproject.com/KB/debug/moomoo.aspx]IntroductionOur software just published
假設現在有個問題需要解決。 1. 徹底理解相關代碼及模組。這部分時間大約佔到總時間的40% 2. 代碼該理解的都理解透了,解決問題的思路就跳了出來。然後,這是關鍵:創造性思維開始充分活動。以一種幾乎接近“代碼自己寫出自己”的狀態,這裡寫寫,那 裡改改,天馬行空的、精力全部集中在純邏輯思考中把程式碼完成。到了這裡,心裡就已經有數了:解決問題的關鍵面已經鋪好了。 3. 讓解決問題相關的use cases(看著代碼)在腦子裡運行一遍。 4. Run unit test( Check use