<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_aTao.Xiang's Blog</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/60729/rss</id><updated>2009-11-29T15:01:09Z</updated><author><name>atao.xiang</name><uri>http://www.cnblogs.com/atao/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/atao/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/60729/rss"/><entry><id>http://www.cnblogs.com/atao/archive/2009/11/29/1613363.html</id><title type="text">ASP.NET性能优化（三）动静分离</title><summary type="text">“如何在不影响使用的情况下尽量减少用户对web服务器的请求数？”这是提高web服务器性能一个很简单但很有效的方法。</summary><published>2009-11-29T14:55:00Z</published><updated>2009-11-29T14:55:00Z</updated><author><name>atao.xiang</name><uri>http://www.cnblogs.com/atao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/atao/archive/2009/11/29/1613363.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/atao/archive/2009/11/29/1613363.html"/><content type="text">“如何在不影响使用的情况下尽量减少用户对web服务器的请求数？”这是提高web服务器性能一个很简单但很有效的方法。</content></entry><entry><id>http://www.cnblogs.com/atao/archive/2009/11/18/1605705.html</id><title type="text">ASP.NET性能优化（二）合理利用ViewState</title><summary type="text">本文教你如何正确使用ViewState</summary><published>2009-11-18T14:45:00Z</published><updated>2009-11-18T14:45:00Z</updated><author><name>atao.xiang</name><uri>http://www.cnblogs.com/atao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/atao/archive/2009/11/18/1605705.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/atao/archive/2009/11/18/1605705.html"/><content type="text">本文教你如何正确使用ViewState</content></entry><entry><id>http://www.cnblogs.com/atao/archive/2009/11/18/1605694.html</id><title type="text">ASP.NET性能优化（一）压缩你的网页</title><summary type="text">本文教你如何在IIS6中启用Http压缩，以减小文件体积。</summary><published>2009-11-18T14:27:00Z</published><updated>2009-11-18T14:27:00Z</updated><author><name>atao.xiang</name><uri>http://www.cnblogs.com/atao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/atao/archive/2009/11/18/1605694.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/atao/archive/2009/11/18/1605694.html"/><content type="text">本文教你如何在IIS6中启用Http压缩，以减小文件体积。</content></entry><entry><id>http://www.cnblogs.com/atao/archive/2009/11/15/1603528.html</id><title type="text">NPOI 1.2教程（目录）</title><summary type="text">NPOI，顾名思义，就是POI的.NET版本。那POI又是什么呢？POI是一套用Java写成的库，能够帮助开发者在没有安装微软Office的情况下读写Office 97-2003的文件，支持的文件格式包括xls, doc, ppt等。在本文发布时，POI的最新版本是3.5 beta 6。NPOI 1.x是基于POI 3.x版本开发的，与poi 3.2对应的版本是NPOI 1.2，目前最新发布的版本是1.2.1，在该版本中仅支持读写Excel文件和Drawing格式，其他文件格式将在以后的版本中得到支持。本系列是NPOI1.2的相关教程。</summary><published>2009-11-15T13:56:00Z</published><updated>2009-11-15T13:56:00Z</updated><author><name>atao.xiang</name><uri>http://www.cnblogs.com/atao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/atao/archive/2009/11/15/1603528.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/atao/archive/2009/11/15/1603528.html"/><content type="text">NPOI，顾名思义，就是POI的.NET版本。那POI又是什么呢？POI是一套用Java写成的库，能够帮助开发者在没有安装微软Office的情况下读写Office 97-2003的文件，支持的文件格式包括xls, doc, ppt等。在本文发布时，POI的最新版本是3.5 beta 6。NPOI 1.x是基于POI 3.x版本开发的，与poi 3.2对应的版本是NPOI 1.2，目前最新发布的版本是1.2.1，在该版本中仅支持读写Excel文件和Drawing格式，其他文件格式将在以后的版本中得到支持。本系列是NPOI1.2的相关教程。</content></entry><entry><id>http://www.cnblogs.com/atao/archive/2009/11/15/1603516.html</id><title type="text">2.6.6 用NPOI操作EXCEL－－设置初始视图的行、列</title><summary type="text">有些时候，我们可能希望生成的Excel文件在被打开的时候自动将焦点定位在某个单元格或是选中某个区域中。在NPOI中可以通过SetAsActiveCell和SetActiveCellRange等几个方法实现。</summary><published>2009-11-15T13:47:00Z</published><updated>2009-11-15T13:47:00Z</updated><author><name>atao.xiang</name><uri>http://www.cnblogs.com/atao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/atao/archive/2009/11/15/1603516.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/atao/archive/2009/11/15/1603516.html"/><content type="text">有些时候，我们可能希望生成的Excel文件在被打开的时候自动将焦点定位在某个单元格或是选中某个区域中。在NPOI中可以通过SetAsActiveCell和SetActiveCellRange等几个方法实现。</content></entry><entry><id>http://www.cnblogs.com/atao/archive/2009/10/25/1589606.html</id><title type="text">3.5 用NPOI操作EXCEL－－巧妙使用Excel Chart</title><summary type="text">在NPOI中，本身并不支持Chart等高级对象的创建，但通过l模板的方式可以巧妙地利用Excel强大的透视和图表功能，请看以下例子。</summary><published>2009-10-25T13:47:00Z</published><updated>2009-10-25T13:47:00Z</updated><author><name>atao.xiang</name><uri>http://www.cnblogs.com/atao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/atao/archive/2009/10/25/1589606.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/atao/archive/2009/10/25/1589606.html"/><content type="text">在NPOI中，本身并不支持Chart等高级对象的创建，但通过l模板的方式可以巧妙地利用Excel强大的透视和图表功能，请看以下例子。</content></entry><entry><id>http://www.cnblogs.com/atao/archive/2009/10/25/1589570.html</id><title type="text">2.4.4 用NPOI操作EXCEL－－画Grid</title><summary type="text">在NPOI中，本身没有画Grid的方法。但我们知道Grid其实就是由横线和竖线构成的，所在我们可以通过画线的方式来模拟画Grid。</summary><published>2009-10-25T12:31:00Z</published><updated>2009-10-25T12:31:00Z</updated><author><name>atao.xiang</name><uri>http://www.cnblogs.com/atao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/atao/archive/2009/10/25/1589570.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/atao/archive/2009/10/25/1589570.html"/><content type="text">在NPOI中，本身没有画Grid的方法。但我们知道Grid其实就是由横线和竖线构成的，所在我们可以通过画线的方式来模拟画Grid。</content></entry><entry><id>http://www.cnblogs.com/atao/archive/2009/10/24/1589305.html</id><title type="text">最佳Excel导入实践（五）</title><summary type="text">前面我已经完成了整个Excel导入方案，那会什么还会有这篇呢？主要是因为功能完成后不久，又接到了新的需求，要求XML格式的数据也能够导入到我们现有的系统中。</summary><published>2009-10-24T13:57:00Z</published><updated>2009-10-24T13:57:00Z</updated><author><name>atao.xiang</name><uri>http://www.cnblogs.com/atao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/atao/archive/2009/10/24/1589305.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/atao/archive/2009/10/24/1589305.html"/><content type="text">前面我已经完成了整个Excel导入方案，那会什么还会有这篇呢？主要是因为功能完成后不久，又接到了新的需求，要求XML格式的数据也能够导入到我们现有的系统中。</content></entry><entry><id>http://www.cnblogs.com/atao/archive/2009/10/24/1589284.html</id><title type="text">最佳Excel导入实践（四）</title><summary type="text">上一篇我们讲了Excel导入模板的生成，这一节我们将完成数据导入的功能。</summary><published>2009-10-24T13:01:00Z</published><updated>2009-10-24T13:01:00Z</updated><author><name>atao.xiang</name><uri>http://www.cnblogs.com/atao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/atao/archive/2009/10/24/1589284.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/atao/archive/2009/10/24/1589284.html"/><content type="text">上一篇我们讲了Excel导入模板的生成，这一节我们将完成数据导入的功能。</content></entry><entry><id>http://www.cnblogs.com/atao/archive/2009/10/24/1589073.html</id><title type="text">最佳Excel导入实践（三）</title><summary type="text">为了让系统能够识别待引入的Excel，用户提供的Excel必须满足一定格式上的要求。通常我们的做法是提供Excel模板让用户下载，然后用户往其中填入数据再提交给系统执行导入操作。本篇将主要介绍导入模板的生成。</summary><published>2009-10-24T04:22:00Z</published><updated>2009-10-24T04:22:00Z</updated><author><name>atao.xiang</name><uri>http://www.cnblogs.com/atao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/atao/archive/2009/10/24/1589073.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/atao/archive/2009/10/24/1589073.html"/><content type="text">为了让系统能够识别待引入的Excel，用户提供的Excel必须满足一定格式上的要求。通常我们的做法是提供Excel模板让用户下载，然后用户往其中填入数据再提交给系统执行导入操作。本篇将主要介绍导入模板的生成。</content></entry></feed>
