<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_gdlinly</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/18234/rss</id><updated>2008-06-20T08:56:09Z</updated><author><name>叶落无痕</name><uri>http://www.cnblogs.com/gdlinly/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gdlinly/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/18234/rss"/><entry><id>http://www.cnblogs.com/gdlinly/archive/2008/06/20/1226986.html</id><title type="text">A generic error occurred in gdi+ error的解决方法</title><summary type="text">有时用picturebox的image的save方法保存一个图像会有A generic error occurred in gdi+ error的错误提示。多加几行代码，用这个方法可以实现保存1using(FileStreamfs=newFileStream(imgFile,FileMode.Create))2{3pbPhoto.Image.Save(fs,ImageFormat.Jpeg);4}...</summary><published>2008-06-20T08:56:00Z</published><updated>2008-06-20T08:56:00Z</updated><author><name>叶落无痕</name><uri>http://www.cnblogs.com/gdlinly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gdlinly/archive/2008/06/20/1226986.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gdlinly/archive/2008/06/20/1226986.html"/></entry><entry><id>http://www.cnblogs.com/gdlinly/archive/2008/02/28/1085097.html</id><title type="text">Debian 安装完后控制台中文乱码解决</title><summary type="text">好像在/etc/environment文件里加入LC_CTYPE=”zh_CN.UTF-8″并在putty里面的translation选项里选UTF-8就可以了，当前，前提是之前用dpkg-reconfigure locales设置默认的locale为utf-8</summary><published>2008-02-28T08:31:00Z</published><updated>2008-02-28T08:31:00Z</updated><author><name>叶落无痕</name><uri>http://www.cnblogs.com/gdlinly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gdlinly/archive/2008/02/28/1085097.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gdlinly/archive/2008/02/28/1085097.html"/></entry><entry><id>http://www.cnblogs.com/gdlinly/archive/2007/08/13/853441.html</id><title type="text">Parser Error Message: Could not load type '_Default'.</title><summary type="text">from http://cuimingda.cnblogs.com/异常信息：Unrecognized configuration section 'connectionStrings'这个异常信息出现在我用虚拟目录访问一个ASP.NET网站时，把Web.Config删除掉，可能还会提示下面这个信息：Parser Error Description: An error occurred durin...</summary><published>2007-08-13T03:25:00Z</published><updated>2007-08-13T03:25:00Z</updated><author><name>叶落无痕</name><uri>http://www.cnblogs.com/gdlinly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gdlinly/archive/2007/08/13/853441.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gdlinly/archive/2007/08/13/853441.html"/></entry><entry><id>http://www.cnblogs.com/gdlinly/archive/2007/07/24/829464.html</id><title type="text">ubuntu 7.10里装apxs2(Firebird相关)</title><summary type="text">install apache2-prefork-dev</summary><published>2007-07-24T06:47:00Z</published><updated>2007-07-24T06:47:00Z</updated><author><name>叶落无痕</name><uri>http://www.cnblogs.com/gdlinly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gdlinly/archive/2007/07/24/829464.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gdlinly/archive/2007/07/24/829464.html"/></entry><entry><id>http://www.cnblogs.com/gdlinly/archive/2007/07/19/824153.html</id><title type="text">ncurses安装的问题</title><summary type="text">配置过程提示configure:error:Nocurses/termcaplibraryfound 安装ncurses apt-getinstalllibncurses5-dev</summary><published>2007-07-19T08:13:00Z</published><updated>2007-07-19T08:13:00Z</updated><author><name>叶落无痕</name><uri>http://www.cnblogs.com/gdlinly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gdlinly/archive/2007/07/19/824153.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gdlinly/archive/2007/07/19/824153.html"/></entry><entry><id>http://www.cnblogs.com/gdlinly/archive/2007/07/17/821689.html</id><title type="text">return code 与 exception的比较 (From C++ FAQ)</title><summary type="text">What are the disadvantages of using return codes for error handling?They don't separate exceptional logic from normal logic as well as exceptions do, they impose avoidable overhead, and they can't be ...</summary><published>2007-07-17T13:16:00Z</published><updated>2007-07-17T13:16:00Z</updated><author><name>叶落无痕</name><uri>http://www.cnblogs.com/gdlinly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gdlinly/archive/2007/07/17/821689.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gdlinly/archive/2007/07/17/821689.html"/></entry><entry><id>http://www.cnblogs.com/gdlinly/archive/2007/07/17/821652.html</id><title type="text">What is a framework (From C++ FAQ)</title><summary type="text">A framework is a set of class hierarchies plus models of interaction and cooperation between the various objects of the various hierarchies. The framework defines a generic program structure that is s...</summary><published>2007-07-17T12:58:00Z</published><updated>2007-07-17T12:58:00Z</updated><author><name>叶落无痕</name><uri>http://www.cnblogs.com/gdlinly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gdlinly/archive/2007/07/17/821652.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gdlinly/archive/2007/07/17/821652.html"/></entry><entry><id>http://www.cnblogs.com/gdlinly/archive/2007/06/18/787184.html</id><title type="text">可以自定义URL的前缀类型:Asynchronous Pluggable Protocols</title><summary type="text">先留一下，以后如果用昨上就到MSDN查一下 Asynchronous Pluggable Protocols</summary><published>2007-06-18T02:14:00Z</published><updated>2007-06-18T02:14:00Z</updated><author><name>叶落无痕</name><uri>http://www.cnblogs.com/gdlinly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gdlinly/archive/2007/06/18/787184.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gdlinly/archive/2007/06/18/787184.html"/></entry><entry><id>http://www.cnblogs.com/gdlinly/archive/2007/06/02/768451.html</id><title type="text">[zz]Word 2007文档中图片不显示或对象不显示的解决方法</title><summary type="text">症状:打开包含图片或对象的MicrosoftOfficeWord2007文档时，图片或对象不显示。产生原因：　　•以草稿视图或大纲视图查看Word文档；　　•“在屏幕上显示图形”选项已关闭；　　•“打印在Word中创建的图形”选项已关闭；　　•“使用草稿品质”选项已打开；　　•视频驱动程序遇到问题而导致。解决方法：　　１、关闭“图片框”选项　　　　如果关闭“图片框”选项，则能够在所有视图中查看图片...</summary><published>2007-06-02T02:00:00Z</published><updated>2007-06-02T02:00:00Z</updated><author><name>叶落无痕</name><uri>http://www.cnblogs.com/gdlinly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gdlinly/archive/2007/06/02/768451.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gdlinly/archive/2007/06/02/768451.html"/></entry><entry><id>http://www.cnblogs.com/gdlinly/archive/2007/05/27/761658.html</id><title type="text">POI_Java里访问Excel,Word等格式的文件</title><summary type="text">先记下这个工具，省得以后忘记</summary><published>2007-05-27T09:37:00Z</published><updated>2007-05-27T09:37:00Z</updated><author><name>叶落无痕</name><uri>http://www.cnblogs.com/gdlinly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gdlinly/archive/2007/05/27/761658.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gdlinly/archive/2007/05/27/761658.html"/></entry></feed>
