<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_leves</title><subtitle type="text">使一切更加简单！</subtitle><id>http://feed.cnblogs.com/blog/u/6467/rss</id><updated>2008-09-05T05:25:50Z</updated><author><name>leves</name><uri>http://www.cnblogs.com/leves/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leves/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/6467/rss"/><entry><id>http://www.cnblogs.com/leves/archive/2008/09/05/1285074.html</id><title type="text">邮件协议小结-pop3与smtp </title><summary type="text">tcp/ip协议中，邮件协议可以算是最常用的协议之一了，以前觉得没什么，不就是smtp,pop3嘛，不过接连做了几个相关的项目，才发现这里面的东西还是挺多的。简单写点东西，算是备忘吧，响应李敖老先生的号召：好记性不如烂笔头。^_^我的计划是一共写3~4篇，第一篇介绍smtp及pop3的命令用法，第二篇着重分析smtp的认证机制，第三篇会关注于一些与邮件协议相关的内容，比如反向域名解析，邮件中继，垃...</summary><published>2008-09-05T05:26:00Z</published><updated>2008-09-05T05:26:00Z</updated><author><name>leves</name><uri>http://www.cnblogs.com/leves/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leves/archive/2008/09/05/1285074.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leves/archive/2008/09/05/1285074.html"/></entry><entry><id>http://www.cnblogs.com/leves/archive/2006/12/25/602782.html</id><title type="text">ASP.NET 页面生命中的关键事件</title><summary type="text">ASP.NET 页面生命中的关键事件 阶段 页面事件 可覆盖的方法 页面初始化 Init 加载视图状态 LoadViewState 处理回发数据 任意实现 IPostBackDataHandler 接口的控件中的 LoadPostData 方法 加载页面 Load 回发更改通知 任意实现 IPostBackDataHandler 接口的控件中的 RaisePostDataChangedEvent ...</summary><published>2006-12-25T02:58:00Z</published><updated>2006-12-25T02:58:00Z</updated><author><name>leves</name><uri>http://www.cnblogs.com/leves/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leves/archive/2006/12/25/602782.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leves/archive/2006/12/25/602782.html"/></entry><entry><id>http://www.cnblogs.com/leves/archive/2006/04/27/386432.html</id><title type="text">IIS 配置脚本</title><summary type="text">Iiscnfg.vbs：IIS 配置脚本更新日期： 01/21/2005Iiscnfg.vbs：IIS 配置脚本导入和导出本地或远程计算机上 Internet 信息服务 (IIS) 配置数据库的所有或选定元素，或者将整个 IIS 配置（配置数据库和架构）复制到另一台计算机以复制配置。Iiscnfg 执行下列功能:若要查看该命令语法，请单击以下命令: &amp;#8226; iiscnfg /export ...</summary><published>2006-04-27T03:43:00Z</published><updated>2006-04-27T03:43:00Z</updated><author><name>leves</name><uri>http://www.cnblogs.com/leves/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leves/archive/2006/04/27/386432.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leves/archive/2006/04/27/386432.html"/></entry><entry><id>http://www.cnblogs.com/leves/archive/2006/02/22/335502.html</id><title type="text">一些常用的正则表达式</title><summary type="text">^\d+$　　//匹配非负整数（正整数 + 0） ^[0-9]*[1-9][0-9]*$　　//匹配正整数 ^((-\d+)|(0+))$　　//匹配非正整数（负整数 + 0） ^-[0-9]*[1-9][0-9]*$　　//匹配负整数 ^-?\d+$　　　　//匹配整数 ^\d+(\.\d+)?$　　//匹配非负浮点数（正浮点数 + 0） ^(([0-9]+\.[0-9]*[1-9][0-9]*...</summary><published>2006-02-22T07:14:00Z</published><updated>2006-02-22T07:14:00Z</updated><author><name>leves</name><uri>http://www.cnblogs.com/leves/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leves/archive/2006/02/22/335502.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leves/archive/2006/02/22/335502.html"/></entry><entry><id>http://www.cnblogs.com/leves/archive/2006/02/10/328279.html</id><title type="text">分布式查询</title><summary type="text">EXEC sp_addlinkedserver  'server2',  '',  'MSDASQL', NULL, NULL, 'DRIVER={SQL Server};SERVER=***;UID=**;PWD=****;'GOEXEC sp_addlinkedsrvlogin 'server2', 'false', 'localUser','rmtUser','rmtPass' EXEC s...</summary><published>2006-02-10T05:13:00Z</published><updated>2006-02-10T05:13:00Z</updated><author><name>leves</name><uri>http://www.cnblogs.com/leves/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leves/archive/2006/02/10/328279.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leves/archive/2006/02/10/328279.html"/></entry><entry><id>http://www.cnblogs.com/leves/archive/2006/01/06/312262.html</id><title type="text">采用XHTML和CSS设计可重用可换肤的WEB站点 </title><summary type="text">随着XHTML的逐渐推广流行，HTML 在许多场合已经显得过时。World Wide Web Consortium (W3C) 于 2000 年 6 月 26 日发布了 XHTML 的第一个版本作为推荐标准。XHTML 标准的目标是取代 html。按照 W3C 的说法，&amp;#8220;XHTML 是 html 的继承者&amp;#8221;(http://www.w3.org/MarkUp/)。 XHTML...</summary><published>2006-01-06T04:18:00Z</published><updated>2006-01-06T04:18:00Z</updated><author><name>leves</name><uri>http://www.cnblogs.com/leves/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leves/archive/2006/01/06/312262.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leves/archive/2006/01/06/312262.html"/></entry><entry><id>http://www.cnblogs.com/leves/archive/2005/12/13/296107.html</id><title type="text">WebBulider 中的RSSWebpar — 建立自己的 RSS 阅读器</title><summary type="text">透过RSS (RichSiteSummary )技术，Web Builder可以从最热门的门户网站获得最新的新闻的站点。股票价格，天气信息，新闻，线式讨论组，软件发布&amp;#8230;&amp;#8230;所有这一切都将被动态更新，每小时一次，不需要任何手工干预。  同时Web Builder也会发布自己的RSS输出，这样可以让其他新闻聚合工具(例如RSS阅读器)或web站点，很容易找到自己的内容，并自动获得...</summary><published>2005-12-13T03:26:00Z</published><updated>2005-12-13T03:26:00Z</updated><author><name>leves</name><uri>http://www.cnblogs.com/leves/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leves/archive/2005/12/13/296107.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leves/archive/2005/12/13/296107.html"/></entry><entry><id>http://www.cnblogs.com/leves/archive/2005/12/05/291167.html</id><title type="text">WEB BUILDER中的动态页面生成</title><summary type="text">在Web Builder中通过.NET的控件和反射技术，提供一个弹性的、可延伸的机制。使开发人员和管理员能够开发和部署新控件及装配件(.dll)，以此来实现与其它系统整合或是扩充网站的功能，增加新的特性。  Web Builder可以动态地建立解析页面。让页面依据使用者的身份和个人人设定载入不同的模块和功能。同时可以让使用者自己设定自己的页面模块和功能,如设置页面栏目布局及位置。充分体现智能化和人...</summary><published>2005-12-05T11:51:00Z</published><updated>2005-12-05T11:51:00Z</updated><author><name>leves</name><uri>http://www.cnblogs.com/leves/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leves/archive/2005/12/05/291167.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leves/archive/2005/12/05/291167.html"/></entry><entry><id>http://www.cnblogs.com/leves/archive/2005/11/30/287644.html</id><title type="text">智能门户 Web Builder</title><summary type="text">由于公司经常会有帮客户建网站或内部系统的业务，而在设计完成之后，客户又常常会有需求上的变动，比如修改界面样式，增删页面模块，增删栏目，权限变动等等要求，每次变动都会带来程序的或大或小的修改。而一些个性化和智能功能用传统的开发方式也很难实现。 在学习了开源项目IbuySpy Portal后，对IbuySpy Portal将网站分为框架引擎和用户模块, 框架引擎根据用户的设置及权限来载入用户模块的方式...</summary><published>2005-11-30T03:31:00Z</published><updated>2005-11-30T03:31:00Z</updated><author><name>leves</name><uri>http://www.cnblogs.com/leves/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leves/archive/2005/11/30/287644.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leves/archive/2005/11/30/287644.html"/></entry><entry><id>http://www.cnblogs.com/leves/archive/2005/11/28/286079.html</id><title type="text">  从VS 2005到用户体验</title><summary type="text">前几天参加MS 2005新品发布会，几位专家讲了一整天时间,给我印象最深的是VS2005,看来MS是打算把所有开发工具都塞进去，从软件项目管理、需求分析、设计、编码、部署、版本控制到测试全部囊括。并配合Office系列把软件工程各个步骤全部跑过。个人觉得这样下去,很多人迟早会被搞失业。。。以后作项目只需要有MS，而不需要有了程序员，系统分析员，测试人员之类的了，一切都是智能的，人性化的，有好的想法...</summary><published>2005-11-28T06:28:00Z</published><updated>2005-11-28T06:28:00Z</updated><author><name>leves</name><uri>http://www.cnblogs.com/leves/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leves/archive/2005/11/28/286079.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leves/archive/2005/11/28/286079.html"/></entry></feed>
