<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_licongjie的博客</title><subtitle type="text">专心、专注、专业</subtitle><id>http://feed.cnblogs.com/blog/u/19010/rss</id><updated>2011-11-02T06:18:30Z</updated><author><name>李.net</name><uri>http://www.cnblogs.com/licongjie/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/licongjie/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/19010/rss"/><entry><id>http://www.cnblogs.com/licongjie/archive/2008/05/07/1186291.html</id><title type="text">实战小技巧系列(4)：WinForm简单步骤制作</title><summary type="text">进行类似于上一步，下一步的操作，是比较常见的，在WebAppliction中自从２.０发布以后到是已经有类似控件可以操作了，不知道为什么在Winform中好象没有该控件（我没有确认过，不知道是否真的没有？）。所以没有办法，只好自己做了。　　问题：　　由于最近要做一个软件的升级程序，程序本身比较简单，无非是执行一些ＳＱＬ语句，覆盖一些文件而已，但我想模仿安装程序一样，可以进行步骤操作，基本要求如下：...</summary><published>2008-05-07T01:51:00Z</published><updated>2008-05-07T01:51:00Z</updated><author><name>李.net</name><uri>http://www.cnblogs.com/licongjie/</uri></author><link rel="alternate" href="http://www.cnblogs.com/licongjie/archive/2008/05/07/1186291.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/licongjie/archive/2008/05/07/1186291.html"/></entry><entry><id>http://www.cnblogs.com/licongjie/archive/2008/05/05/1182843.html</id><title type="text">实战小技巧系列(4)：URL中包含中文参数造成乱码的解决之道</title><summary type="text">中文乱码一直以来是ＷＥＢ开发中比较常见的问题之一，对于初学者来说，各种各样的编码方式可能会有点不适应，本篇文章并不讲述这些编码，而是把自己遇到的一个小问题以及该问题的解决之法说明一下，希望对大家有用。
　　问题：
　　前段时间，在系统中做了一个类似于友情链接的功能块，一直运行良好，直到有一天加了类似于以下的链接地址：http://www.****.com/user.aspx?id=水天，就出现大问...</summary><published>2008-05-05T02:07:00Z</published><updated>2008-05-05T02:07:00Z</updated><author><name>李.net</name><uri>http://www.cnblogs.com/licongjie/</uri></author><link rel="alternate" href="http://www.cnblogs.com/licongjie/archive/2008/05/05/1182843.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/licongjie/archive/2008/05/05/1182843.html"/></entry><entry><id>http://www.cnblogs.com/licongjie/archive/2008/05/01/1178441.html</id><title type="text">实战小技巧系列(3)：服务器端数据初始化到客户端数组中</title><summary type="text">为了增强用户体验，也为了减少服务器端的回发操作，使得服务器端与客户端之间的交互越来越被广泛使用，各种ＡＪＡＸ产品的出现也正是顺应了这股潮流。　
　　在这里，我也不讲什么深奥的东西，只是把自己在开发当中遇到的一些实用的东西拿出来跟大家共享，希望不会有重的东西在。
　　案例：
　　现在我希望能够从数据库里读出一个数据列表，再把这个列表初始化到客户端的一个数组中去。这是一个典型的客户端与服务器端的交互，...</summary><published>2008-05-01T01:29:00Z</published><updated>2008-05-01T01:29:00Z</updated><author><name>李.net</name><uri>http://www.cnblogs.com/licongjie/</uri></author><link rel="alternate" href="http://www.cnblogs.com/licongjie/archive/2008/05/01/1178441.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/licongjie/archive/2008/05/01/1178441.html"/></entry><entry><id>http://www.cnblogs.com/licongjie/archive/2008/03/30/1129770.html</id><title type="text">实战小技巧系列(2)：关于IIS6.0中应用程序池圆设置的问题</title><summary type="text">关于应用程序池：这是微软的一个全新概念：应用程序池是将一个或多个应用程序链接到一个或多个工作进程集合的配置。因为应用程序池中的应用程序与其他应用程序被工作进程边界分隔，所以某个应用程序池中的应用程序不会受到其他应用程序池中应用程序所产生的问题的影响。这个功能是IIS6.0里新增的，它可以使得不同的ＷＥＢ应用程序运行在同一个ＩＩＳ时，不被互相干扰，从而当其中一个ＷＥＢ应用发生异常时，而其它的ＷＥＢ应...</summary><published>2008-03-30T05:33:00Z</published><updated>2008-03-30T05:33:00Z</updated><author><name>李.net</name><uri>http://www.cnblogs.com/licongjie/</uri></author><link rel="alternate" href="http://www.cnblogs.com/licongjie/archive/2008/03/30/1129770.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/licongjie/archive/2008/03/30/1129770.html"/></entry><entry><id>http://www.cnblogs.com/licongjie/archive/2008/03/24/1120224.html</id><title type="text">实战小技巧系列(1)：使用索引器解决参数统一解析</title><summary type="text">MSDN中的名词解释：索引器允许类或结构的实例按照与数组相同的方式进行索引。索引器类似于属性，不同的是它们的访问器采用参数。
　　问题场景：模拟google可拖动模块，并且可以针对各自的模块设置不同的参数，从而使得各模块的显示方式或显示数据根据所设置的参数来呈现。这时问题就出来了，因为不同的模块对应不同的参数设置，这些参数并没有统一性，那怎么用统一的方法来处理这些不同模块参数呢？目前，为了共用性，...</summary><published>2008-03-24T12:42:00Z</published><updated>2008-03-24T12:42:00Z</updated><author><name>李.net</name><uri>http://www.cnblogs.com/licongjie/</uri></author><link rel="alternate" href="http://www.cnblogs.com/licongjie/archive/2008/03/24/1120224.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/licongjie/archive/2008/03/24/1120224.html"/></entry><entry><id>http://www.cnblogs.com/licongjie/archive/2007/04/27/729219.html</id><title type="text">关于Castle中AOP的一个问题，急!!</title><summary type="text">1&amp;lt;facilityid="aspectsharp"type="Castle.Facilities.AspectSharp.AspectSharpFacility,Castle.Facilities.AspectSharp"&amp;gt;2&amp;lt;![CDATA[3importFWL.Component4importFWL.Service.InterfaceinFWL.Service56inter...</summary><published>2007-04-27T01:30:00Z</published><updated>2007-04-27T01:30:00Z</updated><author><name>李.net</name><uri>http://www.cnblogs.com/licongjie/</uri></author><link rel="alternate" href="http://www.cnblogs.com/licongjie/archive/2007/04/27/729219.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/licongjie/archive/2007/04/27/729219.html"/></entry><entry><id>http://www.cnblogs.com/licongjie/archive/2007/03/06/665196.html</id><title type="text">关于IBatisNet + Castle开发？</title><summary type="text">由于比较急，请dudu允许我在首页上放会，因为在网上的关于这些方面的资料也太少了。近段时间比较关注IBatisNet + Castle ，也希望能通过这二个的结合来进行项目的开发工作。但在学习的过程中碰到了一些问题：1、这二者可以单独在项目使用，也可以结合起来使用，我想知道这二者各有什么优缺点。2、如果二者结合起来使用，那么如果我在将来单独升级其中的一个，会不会影响二者的合作?</summary><published>2007-03-06T03:35:00Z</published><updated>2007-03-06T03:35:00Z</updated><author><name>李.net</name><uri>http://www.cnblogs.com/licongjie/</uri></author><link rel="alternate" href="http://www.cnblogs.com/licongjie/archive/2007/03/06/665196.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/licongjie/archive/2007/03/06/665196.html"/></entry><entry><id>http://www.cnblogs.com/licongjie/archive/2007/01/29/632967.html</id><title type="text">关于网站安全性的问题</title><summary type="text">由于问题比较紧迫，暂时在首页上放会儿，请dudu见谅。最近网站频繁出现病毒，也就是在首页上会被插入一段恶意的js代码或iframe框架，在状态栏上出现一些莫名其妙的链接，该网站在允许用户上传图片，这些扩展名等都已经控制。我查了代码，也没有发现哪里有异常情况。情急之下，只好求救于园子里的各位大侠了。还有哪些情况，可以导致页面被修改？</summary><published>2007-01-29T02:12:00Z</published><updated>2007-01-29T02:12:00Z</updated><author><name>李.net</name><uri>http://www.cnblogs.com/licongjie/</uri></author><link rel="alternate" href="http://www.cnblogs.com/licongjie/archive/2007/01/29/632967.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/licongjie/archive/2007/01/29/632967.html"/></entry><entry><id>http://www.cnblogs.com/licongjie/archive/2006/12/14/590623.html</id><title type="text">设计模式杂谈：创建型模式之生成器模式(Builder Pattern) </title><summary type="text">前几讲链接：1、设计模式杂谈：开头篇2、设计模式杂谈：创建型模式之工厂方法（Factory Method）3、设计模式杂谈：创建型模式之单件模式（Singleton）4、设计模式杂谈：创建型模式之抽象工厂模式(Abstract Factory)关于设计模式的杂谈，已经断断续续写了四篇了，但反应好象不怎么样，呵呵，大家都对设计模式不陌生了，再加上这几篇又是很简单的东西，所以没有多少价值，不过不管怎么...</summary><published>2006-12-14T02:26:00Z</published><updated>2006-12-14T02:26:00Z</updated><author><name>李.net</name><uri>http://www.cnblogs.com/licongjie/</uri></author><link rel="alternate" href="http://www.cnblogs.com/licongjie/archive/2006/12/14/590623.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/licongjie/archive/2006/12/14/590623.html"/></entry><entry><id>http://www.cnblogs.com/licongjie/archive/2006/12/12/589661.html</id><title type="text">设计模式杂谈：创建型模式之抽象工厂模式(Abstract Factory)</title><summary type="text">前几讲链接：1、设计模式杂谈：开头篇2、设计模式杂谈：创建型模式之工厂方法（Factory Method）3、设计模式杂谈：创建型模式之单件模式（Singleton）在上一讲中，对系统做了进一步的优化，使之更灵活，以适合需求的变化，也经过几位热心朋友的指点，对一些关键的细节进行了修正，自己也有了更进一步的理解，在此非常感谢他们。在这一讲，来看看抽象工厂模式的运用。抽象工厂模式目的是要解决&amp;#822...</summary><published>2006-12-12T03:20:00Z</published><updated>2006-12-12T03:20:00Z</updated><author><name>李.net</name><uri>http://www.cnblogs.com/licongjie/</uri></author><link rel="alternate" href="http://www.cnblogs.com/licongjie/archive/2006/12/12/589661.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/licongjie/archive/2006/12/12/589661.html"/></entry></feed>
