<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_维生素C.net</title><subtitle type="text">Talents come from diligence, and knowledge is gained by accumulation 天才源于勤奋，知识源于积累。难忘的1654天</subtitle><id>http://feed.cnblogs.com/blog/u/1935/rss</id><updated>2008-03-12T06:53:17Z</updated><author><name>维生素C.NET</name><uri>http://www.cnblogs.com/lovewangshu/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lovewangshu/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/1935/rss"/><entry><id>http://www.cnblogs.com/lovewangshu/archive/2008/03/12/1102143.html</id><title type="text">[ie8特性1] 6个conection per domain的设计</title><summary type="text">作为www的传输协议，HTTP很简单：client与remote server建立connection，然后发送request，server处理这个request，返回response，然后关闭这个connection。 但是这个如此简单的过程存在着一些问题： 先看request: GET /index.html HTTP/1.0 /*表明动作是GET,要获取的东东是/index.html*/Ac...</summary><published>2008-03-12T06:53:00Z</published><updated>2008-03-12T06:53:00Z</updated><author><name>维生素C.NET</name><uri>http://www.cnblogs.com/lovewangshu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lovewangshu/archive/2008/03/12/1102143.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lovewangshu/archive/2008/03/12/1102143.html"/></entry><entry><id>http://www.cnblogs.com/lovewangshu/archive/2008/03/06/1093463.html</id><title type="text">asp.net 3.5 extensions readme</title><summary type="text">asp.net 3.5 extensions readme</summary><published>2008-03-06T05:17:00Z</published><updated>2008-03-06T05:17:00Z</updated><author><name>维生素C.NET</name><uri>http://www.cnblogs.com/lovewangshu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lovewangshu/archive/2008/03/06/1093463.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lovewangshu/archive/2008/03/06/1093463.html"/></entry><entry><id>http://www.cnblogs.com/lovewangshu/archive/2008/01/11/1035472.html</id><title type="text">Vista上无法使用WCF的处理方法</title><summary type="text">如果用IIS7勾选Windows Communication Foundation HTTP Activation 之后IIS7的Handler Mapping里就会有: 了</summary><published>2008-01-11T08:41:00Z</published><updated>2008-01-11T08:41:00Z</updated><author><name>维生素C.NET</name><uri>http://www.cnblogs.com/lovewangshu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lovewangshu/archive/2008/01/11/1035472.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lovewangshu/archive/2008/01/11/1035472.html"/></entry><entry><id>http://www.cnblogs.com/lovewangshu/archive/2008/01/08/1029973.html</id><title type="text">SQL Server 2005 Management Studio假死的情况</title><summary type="text">昨天遇到了一个问题，就是当我往SQL Server 2005 Management Studio里paste一段超长的文本的时候，按下ctrl+v后迟迟没有反映，最后以我等不及了点X时的end responding告终。 后来开始怀疑Text Editor的Word Wrap（我们都比较习惯这么用）会不会是从犯，结果一试——它是主谋！</summary><published>2008-01-08T02:41:00Z</published><updated>2008-01-08T02:41:00Z</updated><author><name>维生素C.NET</name><uri>http://www.cnblogs.com/lovewangshu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lovewangshu/archive/2008/01/08/1029973.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lovewangshu/archive/2008/01/08/1029973.html"/></entry><entry><id>http://www.cnblogs.com/lovewangshu/archive/2008/01/07/1028407.html</id><title type="text">Internal .Net Framework Data Provider error 6</title><summary type="text">在使用SQL Server 2005的database mirroring功能时遇到了Internal .Net Framework Data Provider error 6这个错误，发现没法立刻解决了，看完了KB article 944099后才知道要去自己去找ms的support要一个更新。至少到目前为止是这样的，遇到这个错误又想尽快解决问题的，我看还是先考虑换种方式，或者试试2008吧，2...</summary><published>2008-01-07T01:39:00Z</published><updated>2008-01-07T01:39:00Z</updated><author><name>维生素C.NET</name><uri>http://www.cnblogs.com/lovewangshu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lovewangshu/archive/2008/01/07/1028407.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lovewangshu/archive/2008/01/07/1028407.html"/></entry><entry><id>http://www.cnblogs.com/lovewangshu/archive/2007/12/29/1019643.html</id><title type="text">查找含有特定字符的存储过程</title><summary type="text">select p.name, m.definition from sys.procedures p inner join sys.sql_modules m on p.object_id = m.object_idwhere m.definition like '%150%' 感谢怡红公子</summary><published>2007-12-29T03:23:00Z</published><updated>2007-12-29T03:23:00Z</updated><author><name>维生素C.NET</name><uri>http://www.cnblogs.com/lovewangshu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lovewangshu/archive/2007/12/29/1019643.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lovewangshu/archive/2007/12/29/1019643.html"/></entry><entry><id>http://www.cnblogs.com/lovewangshu/archive/2007/12/29/1019529.html</id><title type="text">firefox, IE6, IE7在CSS hack上的入口点</title><summary type="text">firefox认识!important IE7认识*和!important,而且!important还有优先级作用, 不认识_ IE6不认识!important,*和_的全认识</summary><published>2007-12-29T02:37:00Z</published><updated>2007-12-29T02:37:00Z</updated><author><name>维生素C.NET</name><uri>http://www.cnblogs.com/lovewangshu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lovewangshu/archive/2007/12/29/1019529.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lovewangshu/archive/2007/12/29/1019529.html"/></entry><entry><id>http://www.cnblogs.com/lovewangshu/archive/2007/12/27/1016519.html</id><title type="text">不知道多少人存在这个误解:</title><summary type="text">When the script engine is shut down, garbage is collected. When 256 variants, or more than 64KB of strings, or more than 4096 array slots have been allocated, the garbage collector sets a flag that sa...</summary><published>2007-12-27T02:39:00Z</published><updated>2007-12-27T02:39:00Z</updated><author><name>维生素C.NET</name><uri>http://www.cnblogs.com/lovewangshu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lovewangshu/archive/2007/12/27/1016519.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lovewangshu/archive/2007/12/27/1016519.html"/></entry><entry><id>http://www.cnblogs.com/lovewangshu/archive/2007/09/30/911535.html</id><title type="text">Google Reader/Google Notebook使用以前的英文界面的办法</title><summary type="text">Google的产品向来好用的，但是作到现在已经看不出认真两个字了，Google Reader中文版的翻译工作只能给予0分，把OK按钮都翻译成“良好”，一来说明Google Translate不好用，二来说明Google已经开始俗气了。被强迫使用中文的朋友可以这样操作来使用英文版：Google Reader uses your general Google preferences for this....</summary><published>2007-09-30T01:42:00Z</published><updated>2007-09-30T01:42:00Z</updated><author><name>维生素C.NET</name><uri>http://www.cnblogs.com/lovewangshu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lovewangshu/archive/2007/09/30/911535.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lovewangshu/archive/2007/09/30/911535.html"/></entry><entry><id>http://www.cnblogs.com/lovewangshu/archive/2007/08/05/843620.html</id><title type="text">编译IronRuby项目和修复其中的一些bugs</title><summary type="text">编译：1.下载了源代码，并且安装了.net framework2.因为.net framework安装时的bug，所以一定要检查一下%frameworkdir%，%frameworkversion%这两个环境变量的位置，我直接修改的build.cmd文件，使用了msbuild的绝对位置：C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\msbuild.ex...</summary><published>2007-08-05T04:16:00Z</published><updated>2007-08-05T04:16:00Z</updated><author><name>维生素C.NET</name><uri>http://www.cnblogs.com/lovewangshu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lovewangshu/archive/2007/08/05/843620.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lovewangshu/archive/2007/08/05/843620.html"/></entry></feed>
