可愛的小黑人面紙套

Jenny 之前買給我的~~~蠻可愛的~~
繼續閱讀

Remote debug in VS2005

Reference: http://msdn2.microsoft.com/zh-TW/library/bt727f1t.aspx http://msdn.microsoft.com/netframework/programming/64bit/remotedebugging/ Follow the reference for necessary configuration on local project and remote machine’s network settings. Install the debug package on the remote machine and launch the debug monitor. Under the installation diretory Microsoft Visual Studio 2005vsRemote Debuggerx86 Startup “Visual Studio 2005 Remote Debugger”, and use “No Authentication”(Naive only). Copy follow folders from local machine if needed. C:WINDOWSWinSxSManifestsx86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c.cat C:WINDOWSWinSxSManifestsx86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c.manifest C:WINDOWSWinSxSManifestsx86_Microsoft.VC80.DebugMFC_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_c8452471.cat C:WINDOWSWinSxSManifestsx86_Microsoft.VC80.DebugMFC_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_c8452471.manifest C:WINDOWSWinSxSManifestsx86_Microsoft.VC80.DebugOpenMP_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_66b81908.cat C:WINDOWSWinSxSManifestsx86_Microsoft.VC80.DebugOpenMP_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_66b81908.manifest C:WINDOWSWinSxSPoliciesx86_policy.8.0.Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_x-ww_09e017b4 C:WINDOWSWinSxSPoliciesx86_policy.8.0.Microsoft.VC80.DebugMFC_1fc8b3b9a1e18e3b_x-ww_a193936f C:WINDOWSWinSxSPoliciesx86_policy.8.0.Microsoft.VC80.DebugOpenMP_1fc8b3b9a1e18e3b_x-ww_6afafa78 C:WINDOWSWinSxSx86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c C:WINDOWSWinSxSx86_Microsoft.VC80.DebugMFC_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_c8452471 C:WINDOWSWinSxSx86_Microsoft.VC80.DebugOpenMP_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_66b81908 Copy your debug code in debug machine.  Change your project setting as follow.
繼續閱讀

DllRegisterServer/DllUnregisterServer failed in 0×80029C4A (TYPE_E_CANTLOADLIBRARY)

**SYMPTOMS **When you try to register or unregister a COM server, it will pop failed in 0x80029C4A (TYPE_E_CANTLOADLIBRARY). **CAUSE **This is cuase by no TLB or missing TLB of this COM DLL.  **RESOLUTION **If your COM DLL is builded using /notlb. remember use      CComModule::RgisterServer(FALSE);      CComModule::DllUnregisterServer(FALSE); otherwise, please make sure your TLB is well for register. REFERENCE CComModule::RegisterServer; CComModule::UnregisterServer
繼續閱讀

How to register COM DLL when UAC is on under vista

UAC (User Account Control)  is complicate as I disussed before. Even you are a “Administrators” (Yes~~ it has ‘s’, in Vista you only have one “Administrator” but much “Administrators”), you can not register the COM component. There is a way to tell you how to work it out!! Write a batch file “regsvr32 foo.dll” and use right click “Run as administrator”. Open Programs–>Accessories–>Command Prompt.   (right click “Run as administrator”.) Such you can register your COM component, or you can use “Administrator” account (it will be disable by default, just go to “Manage–>Local Users and Groups–> Users” to open it.
繼續閱讀

MT調教~擋住所有的TrackBack

雖然很不容易的把SCode安裝完整,總算擋住了之前蜂擁而上的迴響。但是由於MT-Blacklist關閉的原因~使得垃圾的Trackback如潮水般的襲來~~ 沒辦法了~ 只好去網路上找尋一些的解決方法~ 總算找到了這個MTDisguiseTrackbackURL 。他的運作機制也很簡單,就是利用java script 去把你原來的引用切成了許多的小片段~ 讓SPAM無法正常的運作~~安裝方式如下: 下載0.5版的MTDisguiseTrackbackURL 解壓縮在你的plugin目錄底下 這樣就可以了~ 如果你跟我一樣每篇都有的話~ 可能需要重建所有的頁面就可以了~ 直接看可能看不出有什麼不同,但是當你去檢視原始碼的時候~你就會發現有所不同了~~~ 參考資料: Blog@MNMNN::對抗 trackback spam: MTDisguise TrackbackURL 這不是部落格::Trackback Spam 襲來!
繼續閱讀

讀書心得~~NET and BOOKs 夢想(Dream)

(圖片來源:  博客來網路書局) 這本書是我在巴里島自助旅行前去書店所購買的書,在巴里島悠閒的Villa裡面,靜靜的聽著音樂看著這本書算是一個蠻快意的享受。 你有夢想嗎?你還記得你以前的夢想嗎? 是這本書的主要的一個主題~~~ 這本書一開始以各種的夢想作為簡單的開場之外,更在這本書的中間,選出了63位由7歲到70歲的人~~ 來訴說著他們的夢想~~ 在裡面~ 你可以看到 7歲的國小女孩的夢想~ 是想要一台鋼琴;也可以看到70 歲的老人家他們的夢想竟然是想要嚐嚐中獎的感覺  這樣多元化而特別的企劃 就是我一直喜歡”網路與書”這個系列書籍的原因~~~ 你有多少夢想~  你還記得你小時後的夢想嗎?  
繼續閱讀