<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_shenxian</title><subtitle type="text">心平气和 厚积薄发</subtitle><id>http://feed.cnblogs.com/blog/u/27957/rss</id><updated>2011-08-27T14:00:18Z</updated><author><name>红民</name><uri>http://www.cnblogs.com/shenxian/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/shenxian/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/27957/rss"/><entry><id>http://www.cnblogs.com/shenxian/archive/2010/08/23/1806352.html</id><title type="text">flex 编译命令。备忘</title><summary type="text">compc -include-file myStule.css -include-file Bg.jpg -o myStyle.swccd C:\Example_3\src</summary><published>2010-08-23T05:10:00Z</published><updated>2010-08-23T05:10:00Z</updated><author><name>红民</name><uri>http://www.cnblogs.com/shenxian/</uri></author><link rel="alternate" href="http://www.cnblogs.com/shenxian/archive/2010/08/23/1806352.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/shenxian/archive/2010/08/23/1806352.html"/><content type="html">&lt;p&gt;compc -include-file myStule.css -include-file Bg.jpg -o myStyle.swc&lt;/p&gt;&#xD;
&lt;p&gt;&lt;br /&gt;cd C:\Example_3\src&lt;/p&gt;&lt;img src="http://www.cnblogs.com/shenxian/aggbug/1806352.html?type=1" width="1" height="1" alt=""/&gt;&lt;p&gt;&lt;a href="http://www.cnblogs.com/shenxian/archive/2010/08/23/1806352.html" target="_blank"&gt;本文链接&lt;/a&gt;&lt;/p&gt;</content></entry><entry><id>http://www.cnblogs.com/shenxian/archive/2009/11/16/1603780.html</id><title type="text">转:数据库存储过程缺点总结</title><summary type="text">转自http://zphab.blog.163.com/blog/static/441387132008627113222268/备注：有些观点我不认同，例如第三条，如果第三条存在，则表示开发人员没有管理好，比如命名规范。第一、二、三条作者的分析不认同，应该视情况和环境而定。---- 1. 数据库移植不方便:  2. 大量采用存储过程进行业务逻辑的开发致命的缺点是很多存储过程不支持面向对象的设计，...</summary><published>2009-11-16T05:24:00Z</published><updated>2009-11-16T05:24:00Z</updated><author><name>红民</name><uri>http://www.cnblogs.com/shenxian/</uri></author><link rel="alternate" href="http://www.cnblogs.com/shenxian/archive/2009/11/16/1603780.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/shenxian/archive/2009/11/16/1603780.html"/></entry><entry><id>http://www.cnblogs.com/shenxian/archive/2009/09/07/1561664.html</id><title type="text">数据库的反范式设计，降低消耗，提高运行效率</title><summary type="text">以前听说wp没建一个分类就创建一个分类表，记得那个博主说wp效率低在这里。 这几天给一个站点分析优化策略，突然想起来wp这件事，不由得佩服wp作者的聪明之处：通过反范式设计，降低消耗，提高效率。硬盘空间低廉，但是cpu、内存资源成本高。举例如下（无图)：原始设计：1. 文章分类表。id,className,description,others&amp;#8230;2. 文章表。id,title,conte...</summary><published>2009-09-07T02:57:00Z</published><updated>2009-09-07T02:57:00Z</updated><author><name>红民</name><uri>http://www.cnblogs.com/shenxian/</uri></author><link rel="alternate" href="http://www.cnblogs.com/shenxian/archive/2009/09/07/1561664.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/shenxian/archive/2009/09/07/1561664.html"/></entry><entry><id>http://www.cnblogs.com/shenxian/archive/2009/02/04/1383760.html</id><title type="text">插入临时表分页排序时“添加标识列，该表中已有继承了标识属性的列 'id'”问题的解决方法</title><summary type="text">排序分页，SQL2000，遇到如下问题select identity(int ,1,1) as pid, id ,username,classid into #collectionInfos from pk_collectionselect * from #collectionInfos---id 是原表标识列，自增。数据库报错如下：服务器: 消息 8108，级别 16，状态 1，行 1无法使用 ...</summary><published>2009-02-04T03:46:00Z</published><updated>2009-02-04T03:46:00Z</updated><author><name>红民</name><uri>http://www.cnblogs.com/shenxian/</uri></author><link rel="alternate" href="http://www.cnblogs.com/shenxian/archive/2009/02/04/1383760.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/shenxian/archive/2009/02/04/1383760.html"/></entry><entry><id>http://www.cnblogs.com/shenxian/archive/2008/11/22/1338971.html</id><title type="text">mysql：Out of range value adjusted for column 'crc32key' at row 的正确 解决方法</title><summary type="text">mysql：Out of range value adjusted for column 'crc32key' at row 的正确 解决方法.网上的方法都是修改sql mode，去掉 STRICT_TRANS_TABLES。我碰到后发现问题在于插入负数时候出错。解决方法是将该列的UNSIGNED去掉。</summary><published>2008-11-22T07:02:00Z</published><updated>2008-11-22T07:02:00Z</updated><author><name>红民</name><uri>http://www.cnblogs.com/shenxian/</uri></author><link rel="alternate" href="http://www.cnblogs.com/shenxian/archive/2008/11/22/1338971.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/shenxian/archive/2008/11/22/1338971.html"/></entry><entry><id>http://www.cnblogs.com/shenxian/archive/2008/11/15/1334018.html</id><title type="text">Lucene.NET 给索引库添加文档时 String.Intern 方法 详解（来自MSND）</title><summary type="text">调试lucene.NET时候遇到的，希望对大家有用。-------------更新： 2008 年 7 月 检索系统对指定 String 的引用。 命名空间： System程序集： mscorlib（在 mscorlib.dll 中）语法 Visual Basic（声明） Public Shared Function Intern ( _ str As String _ ) As String V...</summary><published>2008-11-15T02:19:00Z</published><updated>2008-11-15T02:19:00Z</updated><author><name>红民</name><uri>http://www.cnblogs.com/shenxian/</uri></author><link rel="alternate" href="http://www.cnblogs.com/shenxian/archive/2008/11/15/1334018.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/shenxian/archive/2008/11/15/1334018.html"/></entry><entry><id>http://www.cnblogs.com/shenxian/archive/2008/11/12/1331865.html</id><title type="text">&amp;quot;由于连接方在一段时间后没有正确答复或连接的主机没有反应，连接尝试失败。&amp;quot;的解决方法</title><summary type="text">刚开始做socket通讯 .NET Remoting /WCF 时经常会遇到的错误：****************************************************&amp;#8220;/&amp;#8221;应用程序中的服务器错误。-------------------------------------------------------------------------------...</summary><published>2008-11-12T02:58:00Z</published><updated>2008-11-12T02:58:00Z</updated><author><name>红民</name><uri>http://www.cnblogs.com/shenxian/</uri></author><link rel="alternate" href="http://www.cnblogs.com/shenxian/archive/2008/11/12/1331865.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/shenxian/archive/2008/11/12/1331865.html"/></entry><entry><id>http://www.cnblogs.com/shenxian/archive/2008/10/27/1320327.html</id><title type="text">Lucene.Net 增量索引 原创</title><summary type="text">Analyzer analyzer = new StandardAnalyzer(); IndexWriter writer = new IndexWriter(@"D:\lucene\index\Corpoegeration", analyzer, false);//最后Bool值设置为false，设置为true的话每次全部为覆盖。但是好像无论true还是false，每次都会全部重新建立索引。将...</summary><published>2008-10-27T04:05:00Z</published><updated>2008-10-27T04:05:00Z</updated><author><name>红民</name><uri>http://www.cnblogs.com/shenxian/</uri></author><link rel="alternate" href="http://www.cnblogs.com/shenxian/archive/2008/10/27/1320327.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/shenxian/archive/2008/10/27/1320327.html"/></entry><entry><id>http://www.cnblogs.com/shenxian/archive/2008/10/06/1304723.html</id><title type="text">原创:C# .Net 获取应该程序池中站点数量，并列举站点和属性</title><summary type="text">txtPath.Text=IIS://Localhost/W3SVC/AppPools/DefaultAppPool;DirectoryEntry pool = new DirectoryEntry(txtPath.Text.Trim()); lvPoolProties.Items.Clear(); ////显示属性 //foreach (string name in pool.Propertie...</summary><published>2008-10-06T06:45:00Z</published><updated>2008-10-06T06:45:00Z</updated><author><name>红民</name><uri>http://www.cnblogs.com/shenxian/</uri></author><link rel="alternate" href="http://www.cnblogs.com/shenxian/archive/2008/10/06/1304723.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/shenxian/archive/2008/10/06/1304723.html"/></entry></feed>
