<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_希望在明天</title><subtitle type="text">如果,你没有耐心等待成功的到来,那么,你将用一生的耐心去面对失败。</subtitle><id>http://feed.cnblogs.com/blog/u/12352/rss</id><updated>2008-05-30T11:25:31Z</updated><author><name>蒜头</name><uri>http://www.cnblogs.com/epjnpe/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/epjnpe/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/12352/rss"/><entry><id>http://www.cnblogs.com/epjnpe/archive/2008/05/30/1210918.html</id><title type="text">Mailbox unavailable. The server response was: 5.7.1 Unable to relay for (email address).</title><summary type="text">在发送email时得到这个异常，Mailbox unavailable. The server response was: 5.7.1 Unable to relay for (email address).解决办法是添加一句代码：client.DeliveryMethod=SmtpDeliveryMethod.PickupDirectoryFromIis;新代码如下：MailMessagemes...</summary><published>2008-05-30T11:26:00Z</published><updated>2008-05-30T11:26:00Z</updated><author><name>蒜头</name><uri>http://www.cnblogs.com/epjnpe/</uri></author><link rel="alternate" href="http://www.cnblogs.com/epjnpe/archive/2008/05/30/1210918.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/epjnpe/archive/2008/05/30/1210918.html"/></entry><entry><id>http://www.cnblogs.com/epjnpe/archive/2008/05/30/1210912.html</id><title type="text">再谈Images到xps,pdf的转换</title><summary type="text">介绍如何将Image转换为xps,如何将Image加入word文档</summary><published>2008-05-30T11:08:00Z</published><updated>2008-05-30T11:08:00Z</updated><author><name>蒜头</name><uri>http://www.cnblogs.com/epjnpe/</uri></author><link rel="alternate" href="http://www.cnblogs.com/epjnpe/archive/2008/05/30/1210912.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/epjnpe/archive/2008/05/30/1210912.html"/></entry><entry><id>http://www.cnblogs.com/epjnpe/archive/2008/04/25/1171543.html</id><title type="text">SQL Server 2005中xml类型和函数的简单应用</title><summary type="text">简单应用SQL 2005 xml字段类型实现批量操作数据库</summary><published>2008-04-25T12:54:00Z</published><updated>2008-04-25T12:54:00Z</updated><author><name>蒜头</name><uri>http://www.cnblogs.com/epjnpe/</uri></author><link rel="alternate" href="http://www.cnblogs.com/epjnpe/archive/2008/04/25/1171543.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/epjnpe/archive/2008/04/25/1171543.html"/></entry><entry><id>http://www.cnblogs.com/epjnpe/archive/2008/04/24/1168173.html</id><title type="text">部分Office 2007文件格式转换为xps和pdf代码整理</title><summary type="text">通过代码调用office 2007 PDF&amp;XPS AddIn实现Word,Excel,PowerPoint到pdf和xps的转换。</summary><published>2008-04-24T14:30:00Z</published><updated>2008-04-24T14:30:00Z</updated><author><name>蒜头</name><uri>http://www.cnblogs.com/epjnpe/</uri></author><link rel="alternate" href="http://www.cnblogs.com/epjnpe/archive/2008/04/24/1168173.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/epjnpe/archive/2008/04/24/1168173.html"/></entry><entry><id>http://www.cnblogs.com/epjnpe/archive/2008/03/17/1110425.html</id><title type="text">Image.FromFile gives "Out of Memory" Exception for icon</title><summary type="text">I got "Out of memory" exception when load an ".ico" file use System.Drawing.Image.FromFile, Image.FromFile(sFilePath,true);but don't get any exception when load a ".jpg" file, and there are same permi...</summary><published>2008-03-17T12:02:00Z</published><updated>2008-03-17T12:02:00Z</updated><author><name>蒜头</name><uri>http://www.cnblogs.com/epjnpe/</uri></author><link rel="alternate" href="http://www.cnblogs.com/epjnpe/archive/2008/03/17/1110425.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/epjnpe/archive/2008/03/17/1110425.html"/></entry><entry><id>http://www.cnblogs.com/epjnpe/archive/2008/03/12/1086354.html</id><title type="text">简单介绍PDF,XPS,Images,Office 2007之间的转换方法</title><summary type="text">在实现这些文件格式转换时，使用了第三方的一个组件：Amyuni PDF Creator .NET，Licence好像需要399美刀。这里使用的是30天试用Licence。主要需要是三个dll，在项目中添加对他们的引用就可以了.在B/S应用中部署时可能碰到问题在此blog第二条描述解决办法。privatestringlicensee="PDFCreatorEvaluationlicense";pri...</summary><published>2008-03-12T12:08:00Z</published><updated>2008-03-12T12:08:00Z</updated><author><name>蒜头</name><uri>http://www.cnblogs.com/epjnpe/</uri></author><link rel="alternate" href="http://www.cnblogs.com/epjnpe/archive/2008/03/12/1086354.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/epjnpe/archive/2008/03/12/1086354.html"/></entry><entry><id>http://www.cnblogs.com/epjnpe/archive/2008/02/29/1086329.html</id><title type="text">SQL 2005 全文检索(续)</title><summary type="text">之前，简单介绍如何为SQL2005普通文本字段创建全文检索，这次是针对存储在数据库中的文件内容进行全文检索，创建cataglog和主键唯一索引和之前是一样的，不同的是在创建全文检索引时，有点不同，由于是以二进制方式存储的文件内容，因此需要文件的扩展名作为辅助，在创建索引时，需要指定这个存储文件扩展名的字段：CREATEFULLTEXTINDEXON[tablename]([textfield]--...</summary><published>2008-02-29T08:11:00Z</published><updated>2008-02-29T08:11:00Z</updated><author><name>蒜头</name><uri>http://www.cnblogs.com/epjnpe/</uri></author><link rel="alternate" href="http://www.cnblogs.com/epjnpe/archive/2008/02/29/1086329.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/epjnpe/archive/2008/02/29/1086329.html"/></entry><entry><id>http://www.cnblogs.com/epjnpe/archive/2008/01/28/1056509.html</id><title type="text">简单实现C#生成Excel 2007文件并下载</title><summary type="text">简单实现生成xlsx文件并下载</summary><published>2008-01-28T09:50:00Z</published><updated>2008-01-28T09:50:00Z</updated><author><name>蒜头</name><uri>http://www.cnblogs.com/epjnpe/</uri></author><link rel="alternate" href="http://www.cnblogs.com/epjnpe/archive/2008/01/28/1056509.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/epjnpe/archive/2008/01/28/1056509.html"/></entry><entry><id>http://www.cnblogs.com/epjnpe/archive/2008/01/28/1056432.html</id><title type="text">简单应用ReportViewer控件</title><summary type="text">简单介绍使用ReportViewer控件显示Reporting Service中的报表</summary><published>2008-01-28T08:55:00Z</published><updated>2008-01-28T08:55:00Z</updated><author><name>蒜头</name><uri>http://www.cnblogs.com/epjnpe/</uri></author><link rel="alternate" href="http://www.cnblogs.com/epjnpe/archive/2008/01/28/1056432.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/epjnpe/archive/2008/01/28/1056432.html"/></entry><entry><id>http://www.cnblogs.com/epjnpe/archive/2007/12/05/984053.html</id><title type="text">配置SQL Server Session方法</title><summary type="text">以下过程是在Win 2003 SP2 + IIS 6.0, ASP.NET 2.0, SQL Server 2005下进行的。1. 安装Session数据库到Framework目录C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727运行下面的命令:aspnet_regsql.exe-ssadd-sstypec-d[DB]-S[Server]&amp;#8211;E-E...</summary><published>2007-12-05T11:54:00Z</published><updated>2007-12-05T11:54:00Z</updated><author><name>蒜头</name><uri>http://www.cnblogs.com/epjnpe/</uri></author><link rel="alternate" href="http://www.cnblogs.com/epjnpe/archive/2007/12/05/984053.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/epjnpe/archive/2007/12/05/984053.html"/></entry></feed>
