博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年5月27日

摘要: 参考 http://www.itwis.com/html/net/winform/20110414/10191.html public static void GarbageCollect() { GC.Collect(); GC.WaitForPendingFinalizers(); GC.Collect(); } public static void FlushMemory() { GarbageCollect(); if (Environment.OSVersion.Platform == PlatformID.Win32NT) { SetProcessWorkingSetSize(Sy 阅读全文

posted @ 2011-05-27 20:02 to be or not 阅读(245) 评论(0) 推荐(0)

2011年3月11日

该文被密码保护。 阅读全文

posted @ 2011-03-11 17:07 to be or not 阅读(2) 评论(0) 推荐(0)

2010年4月19日

摘要: 友益文书<THEAD> and <TFOOT> elements for asp:table11-23-2004, 8:28 AM http://forums.asp.net/p/754517/3185554.aspx#3185554Hi All,I found the solution it is use of TableSection : http://msdn.mic... 阅读全文

posted @ 2010-04-19 20:06 to be or not 阅读(964) 评论(0) 推荐(0)

2010年4月18日

摘要: 转载转载转载 http://blog.csdn.net/21aspnet/archive/2007/03/20/1534362.aspx 使用VS自带的混淆器防止你的程序被反编译 收藏 这里就介绍大家使用VS自带的混淆器dotfuscator.exe来阻止这种行为。首先要做的找到dotfuscator.exe:D:\Microsoft Visual Studio .NET 2003\PreEmpt... 阅读全文

posted @ 2010-04-18 23:30 to be or not 阅读(546) 评论(0) 推荐(0)

2010年4月1日

摘要: 【ASP.NET】FCKeditor 2.6 + Asp.Net 设置 收藏 FCKeditor相关资料简介:http://blog.csdn.net/xujh/archive/2007/11/19/1892819.aspx官方网站http://www.fckeditor.net/官方文档http://wiki.fckeditor.net/下载地址http://www.fckeditor.net/... 阅读全文

posted @ 2010-04-01 18:15 to be or not 阅读(177) 评论(0) 推荐(0)

2010年3月27日

摘要: SQLite的原子提交原理摘要:本文源自:http://www.sqlite.org/atomiccommit.html,2007/11/28的版本本人正在做一个项目,在项目中定义了自己的文件格式,为了做到停电或程序崩溃不损坏这些文件原有的数据,故针对操作的原子性做一些思考,后来看到sqlite的这篇文章,与自己的实现方式作了一些对比。故顺手在研究此文章的时候将大意译成了中文。毕竟只是一时顺手之作... 阅读全文

posted @ 2010-03-27 00:44 to be or not 阅读(504) 评论(1) 推荐(0)

2010年3月18日

摘要: 转转载载 转载转载转载转载ashx文件和HttpHandler 收藏 ashx文件和HttpHandlerashx 文件用于写web handler的。.ashx必须包含IsReusable. 如下例所示。}.ashx比.aspx的好处在与不用多一个html 注意了VS2005中Web应用程序项目模板里的Generic Handler 项,发现它是一个.ashx文件,实际上它是一个HttpHand... 阅读全文

posted @ 2010-03-18 18:04 to be or not 阅读(376) 评论(0) 推荐(0)