06 2013 档案

摘要:This notice is regarding the recent completion of the blog migration from csdn to cnblogs, corresponding to the notice on the source blog site, which is copied as follows,本通知是关于最近完成的从csdn搬迁至博客园的工作,对应原博客的搬迁通知。原文如下:本博客可能即日起逐步搬迁至博客园(http://www.cnblogs.com/quanben)。此站已有文章将全部保留,或时有新文章登载于此站,但内容将以博客园主站为准。如 阅读全文
posted @ 2013-06-09 13:28 quanben 阅读(147) 评论(0) 推荐(0)
摘要:OLE(Object Linking and Embedding) is a critical technology by Microsoft to carry out its enterprise applications, based on COM it's also a quite old one. Despite of its importance, itdoesn't seem to be so necessary to me as .NET is far more than enough. However in a recent task I have to tou 阅读全文
posted @ 2013-06-08 20:16 quanben 阅读(510) 评论(0) 推荐(0)
摘要:In C# we all know the standard way of finalising an object that potentially contains both managed and unmanaged resources islike 1 class SomeDisposabl... 阅读全文
posted @ 2013-06-07 08:01 quanben 阅读(328) 评论(0) 推荐(0)
摘要:This is one of the most daunting problems I have ever solved in my life. Another one with a similar complex nature that comes in to my mind is the extended regular expression parser I implemented. For the latter I still not 100% sure if it works perfectly as expected, it passed some typical tests th 阅读全文
posted @ 2013-06-01 18:49 quanben 阅读(187) 评论(0) 推荐(0)