将博客搬至CSDN
posted @ 2016-11-08 18:21 Ext.Net 阅读(120) 评论(0) 推荐(0)
随笔 - 17, 文章 - 0, 评论 - 2, 阅读 -
7884
|
||
摘要:
iisreset ,iis 不支持此接口运行:regsvr32 iisrstap.dll解决 阅读全文
posted @ 2011-06-05 11:06 Ext.Net 阅读(223) 评论(0) 推荐(0)
摘要:
错误消息:The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF解决办法:system.net settings httpWebRequest useUnsafeHeaderParsing="true" / /settings/system.net 阅读全文
posted @ 2010-12-14 14:31 Ext.Net 阅读(333) 评论(0) 推荐(0)
摘要:
Baiduspider 的 200 0 64 最简单解决办法试下 Gzip关掉,,,马上变成 200 0 0了之所以为 gzip关掉 是因为 没 Content-Length 郁闷呀,,用程序试下 Gzip吧.IIS7及以上版本 好像就会显示 Content-Length了 "好像"哦 没用过呢.从别的站看到的BTW: http://www.ysoho.com/ 阅读全文
posted @ 2010-10-11 12:49 Ext.Net 阅读(259) 评论(2) 推荐(0)
摘要:
HttpRuntime.Cache 在清除超时的数据时 是每分钟清理一次,,, 个记录 :) 阅读全文
posted @ 2009-03-02 19:23 Ext.Net 阅读(373) 评论(0) 推荐(0)
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /// /// 扩展Object 方法 ToJson /// /// /// public static String ToJson(this obje... 阅读全文
posted @ 2008-11-25 13:24 Ext.Net 阅读(214) 评论(0) 推荐(0)
摘要:
a给b b给c c给a a=a+b+c c=a-b-c b=a-b-c a=a-b-c 阅读全文
posted @ 2008-06-25 13:51 Ext.Net 阅读(173) 评论(0) 推荐(0)
摘要:
sqlserver 2008 log clear 搞不定 升到08,2天了 今天看了下日志 晕倒. 以前的日志清除方法不能用了.. 日志在天天变大 闷 啊 阅读全文
posted @ 2008-06-23 11:59 Ext.Net 阅读(450) 评论(0) 推荐(0)
摘要:
解压版,PHP 记得 copy libmysql.dll %systemroot%\libmysql.dll 阅读全文
posted @ 2008-06-16 06:08 Ext.Net 阅读(169) 评论(0) 推荐(0)
摘要:
1 protected static ConfigInfo Get() 2 { 3 var ci = new ConfigInfo(); 4 IDataReader dr =ExecuteReader("**", null); 5 var ht = new Hashtable(); 6 ... 阅读全文
posted @ 2008-06-15 07:31 Ext.Net 阅读(273) 评论(0) 推荐(0) |
||