<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_缘易姿姿Hermes Liu</title><subtitle type="text">空间商务网 - 中国最优质低廉的虚拟主机，域名注册服务提供商！</subtitle><id>http://feed.cnblogs.com/blog/u/17046/rss</id><updated>2009-08-12T05:51:46Z</updated><author><name>缘易姿姿</name><uri>http://www.cnblogs.com/hermes262/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hermes262/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/17046/rss"/><entry><id>http://www.cnblogs.com/hermes262/archive/2008/08/10/1264502.html</id><title type="text">继SqlPager之后推出一款可用于前台页面的分页控件--UrlPager</title><summary type="text">使用方法其实和SqlPager一样，用的存储过程也是同一个，只是SqlPager更是个用于后台管理和B/S应用系统中，因为他是采用的Postback实现的翻页；而今天推出的Sqlpager是使用的通过在Url地址中传递参数(page=1...)实现的。闲话不多说了，转入正题。（使用环境：WindowsServer2003(IIS6.0)+.Net Framework2.0+MSSQL2000）</summary><published>2008-08-09T16:34:00Z</published><updated>2008-08-09T16:34:00Z</updated><author><name>缘易姿姿</name><uri>http://www.cnblogs.com/hermes262/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hermes262/archive/2008/08/10/1264502.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hermes262/archive/2008/08/10/1264502.html"/></entry><entry><id>http://www.cnblogs.com/hermes262/archive/2008/04/09/1145643.html</id><title type="text">SqlPager2.0分页控件(使用存储过程，支持.NET2.0)</title><summary type="text">SqlPager最终版[附源码和示例程序](使用存储过程进行分页)中的SqlPager只支持.net1.1，这段时间闲下来了特意改了一下，现在的SQLPager能支持.net2.0的控件了（包括GridView）。</summary><published>2008-04-09T11:54:00Z</published><updated>2008-04-09T11:54:00Z</updated><author><name>缘易姿姿</name><uri>http://www.cnblogs.com/hermes262/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hermes262/archive/2008/04/09/1145643.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hermes262/archive/2008/04/09/1145643.html"/></entry><entry><id>http://www.cnblogs.com/hermes262/archive/2007/09/19/899160.html</id><title type="text">SqlPager最终版[附源码和示例程序](使用存储过程进行分页)</title><summary type="text">主要的改进是在上一次修改了其样式表指定和数字分页的基础上进行的，主要修改的地方是分页的方式，原来一直是使用的select top 的分页，现在我改为了使用SQL存储过程分页了！主要是在使用原来那种分页方式的时候遇到了很多问题，最突出的一个问题就是无法使用飞关键字段排序，所以这次我对其进行了这个修改，相信通过这次的修改已经基本能够满足一般的需求了！</summary><published>2007-09-19T13:55:00Z</published><updated>2007-09-19T13:55:00Z</updated><author><name>缘易姿姿</name><uri>http://www.cnblogs.com/hermes262/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hermes262/archive/2007/09/19/899160.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hermes262/archive/2007/09/19/899160.html"/></entry><entry><id>http://www.cnblogs.com/hermes262/archive/2007/08/30/875220.html</id><title type="text">SqlPager的再次改进(带数字翻页以及翻页样式设置功能)</title><summary type="text">以前也对SqlPager进行过一些小的修改，不过还是感觉功能上欠缺了一些！由于一个小项目的需要以及我对SqlPager分页的热爱，所以我又对其进行了修改！主要新增功能如下：1.带类似于百度那种数字翻页功能  2.可以为翻页的数字设置样式表中的样式。&#xD;如图所示：&#xD;</summary><published>2007-08-29T16:32:00Z</published><updated>2007-08-29T16:32:00Z</updated><author><name>缘易姿姿</name><uri>http://www.cnblogs.com/hermes262/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hermes262/archive/2007/08/30/875220.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hermes262/archive/2007/08/30/875220.html"/></entry><entry><id>http://www.cnblogs.com/hermes262/archive/2007/02/13/649386.html</id><title type="text">Asp.net文件的上传与下载</title><summary type="text">在我们实际的应用项目开发中，文件的上传和下载都是是必不可少的，可以说是随处可见。对于DotNet下的文件上传已经是一件再简单不过的事情了，.NET提供了强大的类库System.IO 来实现IO的所有操作。对于文件的下载也是非常简单的事情，下面我将总结一些我的实际经验，希望能给初学者们一点帮助。</summary><published>2007-02-13T06:10:00Z</published><updated>2007-02-13T06:10:00Z</updated><author><name>缘易姿姿</name><uri>http://www.cnblogs.com/hermes262/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hermes262/archive/2007/02/13/649386.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hermes262/archive/2007/02/13/649386.html"/></entry><entry><id>http://www.cnblogs.com/hermes262/archive/2007/02/09/645528.html</id><title type="text">[转]什么是工作分解结构(WBS)？</title><summary type="text">工作分解结构(WBS Work Breakdown Structure)，以可交付成果为导向对项目要素进行的分组，它归纳和定义了项目的整个工作范围，每下降一层代表对项目工作的更详细定义。  &#xD;　　WBS总是处于计划过程的中心，也是制定进度计划、资源需求、成本预算、风险管理计划和采购计划等的重要基础。WBS同时也是控制项目变更的重要基础。项目范围是由WBS定义的，所以WBS也是一个项目的综合工具。 &#xD;</summary><published>2007-02-09T00:54:00Z</published><updated>2007-02-09T00:54:00Z</updated><author><name>缘易姿姿</name><uri>http://www.cnblogs.com/hermes262/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hermes262/archive/2007/02/09/645528.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hermes262/archive/2007/02/09/645528.html"/></entry><entry><id>http://www.cnblogs.com/hermes262/archive/2007/02/09/645524.html</id><title type="text">[转]什么是CMMI?</title><summary type="text">CMMI 的全称为：Capability Maturity Model Integration，即能力成熟度模型集成。CMMI是CMM模型的最新版本。早期的CMMI（CMMI-SE/SW/IPPD）1.02版本是应用于软件业项目的管理方法，SEI在部分国家和地区开始推广和试用。随着应用的推广与模型本身的发展，演绎成为一种被广泛应用的综合性模型。 </summary><published>2007-02-09T00:51:00Z</published><updated>2007-02-09T00:51:00Z</updated><author><name>缘易姿姿</name><uri>http://www.cnblogs.com/hermes262/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hermes262/archive/2007/02/09/645524.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hermes262/archive/2007/02/09/645524.html"/></entry><entry><id>http://www.cnblogs.com/hermes262/archive/2007/01/25/630607.html</id><title type="text">一个继承于DropDownList的树状控件</title><summary type="text">由于工作需要特扩展了一下已有的DropDownList控件，使其能显示树状结构的数据，主要用于那些有层次关系的数据显示</summary><published>2007-01-25T11:11:00Z</published><updated>2007-01-25T11:11:00Z</updated><author><name>缘易姿姿</name><uri>http://www.cnblogs.com/hermes262/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hermes262/archive/2007/01/25/630607.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hermes262/archive/2007/01/25/630607.html"/></entry><entry><id>http://www.cnblogs.com/hermes262/archive/2007/01/18/624095.html</id><title type="text">树型DataGrid的思路</title><summary type="text">扩展DataGrid为树形DataGrid的一点思路</summary><published>2007-01-18T11:31:00Z</published><updated>2007-01-18T11:31:00Z</updated><author><name>缘易姿姿</name><uri>http://www.cnblogs.com/hermes262/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hermes262/archive/2007/01/18/624095.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hermes262/archive/2007/01/18/624095.html"/></entry><entry><id>http://www.cnblogs.com/hermes262/archive/2006/12/28/606055.html</id><title type="text">[温故知新]c#的一些基础知识</title><summary type="text">温故知新，复习一些C#的基础知识</summary><published>2006-12-28T07:08:00Z</published><updated>2006-12-28T07:08:00Z</updated><author><name>缘易姿姿</name><uri>http://www.cnblogs.com/hermes262/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hermes262/archive/2006/12/28/606055.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hermes262/archive/2006/12/28/606055.html"/></entry></feed>
