上一页 1 2 3 4 5 6 7 8 ··· 41 下一页
摘要: http://www.sharpcrafters.com/aop.net/runtime-weavingRun-Time WeavingTransparent proxies, RealProxy and ContextBoundObjectThe idea here is to put a proxy between the woven class and the consumer. It us... 阅读全文
posted @ 2010-05-19 17:47 彷徨...... 阅读(277) 评论(0) 推荐(1) 编辑
摘要: .net Profiling相关.NET Internals: The Profiling APIRewrite MSIL Code on the Fly with the .NET Framework Profiling API .NET Internals and Code InjectionReally Easy Logging using IL Rewriting and the .NET... 阅读全文
posted @ 2010-05-14 16:41 彷徨...... 阅读(328) 评论(0) 推荐(1) 编辑
摘要: 在做项目的performance问题时候,为了方便跟踪各个页面的postback或者callback的花费时间,写了一个简单的httpmodule,用来打印访问花费时间。使用的时候将下边这个类编译成一个dll,在web.config里配置好,再打开debugview就可以了。配置 <httpModules> <clear /> <add name="TracingMo... 阅读全文
posted @ 2010-04-30 14:31 彷徨...... 阅读(406) 评论(0) 推荐(0) 编辑
摘要: 由于我平时工作的时候总是在远程桌面或者虚机里边,所以经常有新邮件或者Reminder没有能及时察觉,所以便写了这么一个VBA,在有新邮件或者reminder的时候使用主板小喇叭来点动静。关于Outlook的编程可以参考这篇文章 阅读全文
posted @ 2010-04-30 09:13 彷徨...... 阅读(490) 评论(0) 推荐(0) 编辑
摘要: 1.将GAC目录mapping到一个虚拟文件夹: subst z: C:\Windows\Assembly2. 打开Z盘,找到你想Debug的dll,将对应的pdb文件放入。3. 使用vs attach到相应的进程就可以了。 阅读全文
posted @ 2010-04-19 17:58 彷徨...... 阅读(218) 评论(1) 推荐(1) 编辑
摘要: 这个工具看起来也就是个查英语单词的词典,您也许会奇怪现在那么多免费的在线的查词工具,你这个又能多出个什么花啊还,哈哈,的确,比起其他查词工具,YourDict有以下两个特性:1.您可以看见下图中左边的ListBox,这个查词工具在每次查词的时候会自动列出出拼写相近的单词,(其他工具好像都是Startwith的关系) 我个人觉得每次查单词的时候联想出近似单词,然后我们根据已知单词记忆一下这个新单词,... 阅读全文
posted @ 2010-04-17 19:14 彷徨...... 阅读(580) 评论(0) 推荐(1) 编辑
摘要: In Visual Studio 2005, open Tools menu and choose Device emulator manager. In Device emulator manager, select your current emulator and select cradle.   Right click activeSync in your pc:  ... 阅读全文
posted @ 2010-04-11 22:08 彷徨...... 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 先上Code:代码可能一般大家会猜测结果将是0,1,...9,或者其他顺序,但值应该是这些。但实际运行看一下会发现,结果乱七八糟,有的数字输出多次,而且甚至10也被输出了。正好想起之前博客园有篇文章说这个问题,赶紧搜索之,http://www.cnblogs.com/jeffreyzhao/archive/2009/03/13/anonymous-method-false-sharing.html 阅读全文
posted @ 2010-03-23 17:04 彷徨...... 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 编程中发现一个问题,设置listbox的Dock属性为Fill的时候,listbox总离下边框有点间隙,查了一下,果然已经有前人触及这个问题.https://connect.microsoft.com/VisualStudio/feedback/details/115231/listbox-dock-fill-leaves-space解决方法是设置IntegralHeight为False。 阅读全文
posted @ 2010-03-17 16:25 彷徨...... 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 在dm_docbase_config中,有个字段"r_normal_tz",文档上的解释是Indicates the storage mode used for date values. 0 directs Content Server to store all date values in UTC time. A value other than 0 represents the time zo... 阅读全文
posted @ 2010-03-10 17:42 彷徨...... 阅读(296) 评论(1) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 41 下一页