<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/HeLiang7" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/HeLiang7" type="application/rss+xml"></fs:self_link><lastBuildDate>Sat, 27 Jun 2009 08:34:00 GMT</lastBuildDate><title>HeLiang7的专栏</title><link>http://blog.csdn.net/HeLiang7/</link><item><title>核心编程边读边小结4</title><link>http://blog.csdn.net/HeLiang7/archive/2009/06/27/4302386.aspx</link><wfw:comment>http://blog.csdn.net/HeLiang7/comments/4302386.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/HeLiang7/comments/commentRss/4302386.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4302386</trackback:ping><description>&lt;br /&gt;作业一章也是API比较多，先把本章开始的一个例子重写一下，再说明一下书中介绍的API。&lt;br /&gt;&lt;br /&gt;#include &quot;stdafx.h&quot;
#include 
#include 
#include 

using namespace std;

int _tmain(int argc, _TCHAR* argv[])
{
	//询问一下当前进程是否已在作业中
	BOOL bInJob;
	IsProcessInJob(GetCurrentProcess(), NULL, &amp;bInJob);
	if(bInJob)
	{
		wcout &lt;img src =&quot;http://blog.csdn.net/HeLiang7/aggbug/4302386.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/237714406/HeLiang7/csdn.net/s.gif?r=http://blog.csdn.net/HeLiang7/archive/2009/06/27/4302386.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/HeLiang7/237714406/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/HeLiang7/237714406/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 27 Jun 2009 16:34:00 +0800</pubDate><author>HeLiang7</author><comments>http://blog.csdn.net/HeLiang7/archive/2009/06/27/4302386.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/HeLiang7/archive/2009/06/27/4302386.aspx</guid><dc:creator>HeLiang7</dc:creator><fs:srclink>http://blog.csdn.net/HeLiang7/archive/2009/06/27/4302386.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/HeLiang7/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/HeLiang7/~1317577/237714406/1322016</fs:itemid></item><item><title>核心编程边读边小结3</title><link>http://blog.csdn.net/HeLiang7/archive/2009/06/17/4275584.aspx</link><wfw:comment>http://blog.csdn.net/HeLiang7/comments/4275584.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/HeLiang7/comments/commentRss/4275584.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4275584</trackback:ping><description>进程这一章内容围绕进程的生死进行了很多讨论。下面按书中的顺序列出几段小代码，此章所说的几个比较重要的API函数都在里面了。1. 应用程序的基址。要在stdafx.h文件中加入#define _WIN32_WINNT 0x0501一行，表示系统是XP以上，从而可以调用GetModuleHandleEx函数。#include &quot;stdafx.h&quot;#include #include //链接器提供的伪变量extern &quot;C&quot; const IMAGE_DOS_HEADER __ImageBase;//三种方式得到基址void DumpModule(){	HMODULE hMdle = GetModuleHandle(NULL);	std::cout &lt;img src =&quot;http://blog.csdn.net/HeLiang7/aggbug/4275584.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236626253/HeLiang7/csdn.net/s.gif?r=http://blog.csdn.net/HeLiang7/archive/2009/06/17/4275584.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/HeLiang7/236626253/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/HeLiang7/236626253/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 17 Jun 2009 18:34:00 +0800</pubDate><author>HeLiang7</author><comments>http://blog.csdn.net/HeLiang7/archive/2009/06/17/4275584.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/HeLiang7/archive/2009/06/17/4275584.aspx</guid><dc:creator>HeLiang7</dc:creator><fs:srclink>http://blog.csdn.net/HeLiang7/archive/2009/06/17/4275584.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/HeLiang7/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/HeLiang7/~1317577/236626253/1322016</fs:itemid></item><item><title>核心编程边读边小结(2)</title><link>http://blog.csdn.net/HeLiang7/archive/2009/06/12/4262973.aspx</link><wfw:comment>http://blog.csdn.net/HeLiang7/comments/4262973.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/HeLiang7/comments/commentRss/4262973.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4262973</trackback:ping><description>回顾一下第一、二章的内容。第一章主要是说GetLastError ()函数和如何得到错误信息内容。第二章谈字符处理。一开始我想写一个命令行的程序，读入一个整数，输出本地（中文）的错误信息，和书中的第一章程序类似的。才看完标准C++，想用std::cin和std::cout来输入和输出，但SDK本身是用另一套宏来表示字符的，转来转去比我想像的要麻烦，不过最的解决方案却很简单——对复杂问题有个简单的答案从来都是很美的事。先来说下要用的API函数。GetLastError（http://msdn.microsoft.com/en-us/library/ms679360(VS.85).aspx）非常简单，返回一个DWORD码，然后用这个码去找信息文字，用到的是FormatMessage（http://msdn.microsoft.com/en-us/library/ms679351(VS.85).aspx）。这又引出了两个问题，一个是DWORD dwLanguageId参数是指定语言区域，书中用MAKELANGID(LANG_NEU&lt;img src =&quot;http://blog.csdn.net/HeLiang7/aggbug/4262973.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236626254/HeLiang7/csdn.net/s.gif?r=http://blog.csdn.net/HeLiang7/archive/2009/06/12/4262973.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/HeLiang7/236626254/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/HeLiang7/236626254/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 12 Jun 2009 17:41:00 +0800</pubDate><author>HeLiang7</author><comments>http://blog.csdn.net/HeLiang7/archive/2009/06/12/4262973.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/HeLiang7/archive/2009/06/12/4262973.aspx</guid><dc:creator>HeLiang7</dc:creator><fs:srclink>http://blog.csdn.net/HeLiang7/archive/2009/06/12/4262973.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/HeLiang7/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/HeLiang7/~1317577/236626254/1322016</fs:itemid></item><item><title>核心编程边读边小结(1)</title><link>http://blog.csdn.net/HeLiang7/archive/2009/01/17/3819229.aspx</link><wfw:comment>http://blog.csdn.net/HeLiang7/comments/3819229.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/HeLiang7/comments/commentRss/3819229.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3819229</trackback:ping><description>线程基础及优先级，MFC中以非模式对话框为主窗口&lt;img src =&quot;http://blog.csdn.net/HeLiang7/aggbug/3819229.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/HeLiang7/236626255/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/HeLiang7/236626255/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 18 Jan 2009 05:43:00 +0800</pubDate><author>HeLiang7</author><comments>http://blog.csdn.net/HeLiang7/archive/2009/01/17/3819229.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/HeLiang7/archive/2009/01/17/3819229.aspx</guid><dc:creator>HeLiang7</dc:creator><fs:srclink>http://blog.csdn.net/HeLiang7/archive/2009/01/17/3819229.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/HeLiang7/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/HeLiang7/~1317577/236626255/1322016</fs:itemid></item><item><title>sql server 2005 连接故障一例（复制，订阅）</title><link>http://blog.csdn.net/HeLiang7/archive/2008/11/09/3260347.aspx</link><wfw:comment>http://blog.csdn.net/HeLiang7/comments/3260347.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/HeLiang7/comments/commentRss/3260347.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3260347</trackback:ping><description>&lt;br /&gt;AB两台sql server 2005服务器，做复制和订阅时怎么都无法用实名连接对方。&lt;br /&gt;&lt;br /&gt;怀疑网络问题，用telnet也无法登录本机的sql server服务。&lt;br /&gt;&lt;br /&gt;最后发现是要启动服务：Remote Acess Auto Connection Manager。&lt;br /&gt;好像大部分机子上的此服务都是没有运行的。&lt;img src =&quot;http://blog.csdn.net/HeLiang7/aggbug/3260347.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/HeLiang7/236626256/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/HeLiang7/236626256/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 09 Nov 2008 19:44:00 +0800</pubDate><author>HeLiang7</author><comments>http://blog.csdn.net/HeLiang7/archive/2008/11/09/3260347.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/HeLiang7/archive/2008/11/09/3260347.aspx</guid><dc:creator>HeLiang7</dc:creator><fs:srclink>http://blog.csdn.net/HeLiang7/archive/2008/11/09/3260347.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/HeLiang7/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/HeLiang7/~1317577/236626256/1322016</fs:itemid></item><item><title>DataGridView行变色</title><link>http://blog.csdn.net/HeLiang7/archive/2008/09/02/2869246.aspx</link><wfw:comment>http://blog.csdn.net/HeLiang7/comments/2869246.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/HeLiang7/comments/commentRss/2869246.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2869246</trackback:ping><description>&lt;br /&gt;要求是选中的行变色，代码如下&lt;br /&gt;事件是RowPrePaint。&lt;br /&gt;这个思路是先得到当前的行。RowPrePaint事件应该是每Paint一行之前的事件，所以对行进行检查，如果满足要求就设置成想要的样式即可。因为要把非当前行还原样式，所以记录了之前的颜色，估计直接记录Style也是一种好方法。        void&lt;img src =&quot;http://blog.csdn.net/HeLiang7/aggbug/2869246.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/HeLiang7/236626257/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/HeLiang7/236626257/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 03 Sep 2008 05:30:00 +0800</pubDate><author>HeLiang7</author><comments>http://blog.csdn.net/HeLiang7/archive/2008/09/02/2869246.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/HeLiang7/archive/2008/09/02/2869246.aspx</guid><dc:creator>HeLiang7</dc:creator><fs:srclink>http://blog.csdn.net/HeLiang7/archive/2008/09/02/2869246.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/HeLiang7/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/HeLiang7/~1317577/236626257/1322016</fs:itemid></item><item><title>NHibernate小结之六</title><link>http://blog.csdn.net/HeLiang7/archive/2008/09/01/2863268.aspx</link><wfw:comment>http://blog.csdn.net/HeLiang7/comments/2863268.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/HeLiang7/comments/commentRss/2863268.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2863268</trackback:ping><description>&lt;br /&gt;如果你不喜欢用XML来配置，一个好的办法是用attribute来配。这个attribute的包在sourceforge有下的，2.0版的也有了个beta的可以用，看来还是不错的。&lt;br /&gt;&lt;br /&gt;在SharpDevlop里面对attribute的支持不太好，提示功能不强，VS2008要好一些，但感觉还是没有XML好。&lt;br /&gt;&lt;br /&gt;例子还是上次的三个关系里面的，但这次只是给出了带attribute的cs文件，后面有一个生成xml的代码。&lt;br /&gt;先还是1对1的例子。    [Class]    public &lt;img src =&quot;http://blog.csdn.net/HeLiang7/aggbug/2863268.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/HeLiang7/236626258/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/HeLiang7/236626258/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 02 Sep 2008 04:57:00 +0800</pubDate><author>HeLiang7</author><comments>http://blog.csdn.net/HeLiang7/archive/2008/09/01/2863268.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/HeLiang7/archive/2008/09/01/2863268.aspx</guid><dc:creator>HeLiang7</dc:creator><fs:srclink>http://blog.csdn.net/HeLiang7/archive/2008/09/01/2863268.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/HeLiang7/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/HeLiang7/~1317577/236626258/1322016</fs:itemid></item><item><title>NHibernate小结之五</title><link>http://blog.csdn.net/HeLiang7/archive/2008/08/31/2856435.aspx</link><wfw:comment>http://blog.csdn.net/HeLiang7/comments/2856435.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/HeLiang7/comments/commentRss/2856435.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2856435</trackback:ping><description>&lt;br /&gt;延迟加载在NH里面分为一对一和一对多，Hibernate3中有对列的延迟，但NH目前还没有（2.0版）。&lt;br /&gt;&lt;br /&gt;延迟的实现主要在于设置。&lt;br /&gt;&lt;br /&gt;原理在http://www.hibernate.org/162.html说的比较清楚。&lt;br /&gt;&lt;br /&gt;一对一&lt;br /&gt;&lt;br /&gt;主动方的，被动方的（或者不用设置，因为这是默认的），这样设置即可。&lt;br /&gt;&lt;br /&gt;多对多&lt;br /&gt;&lt;br /&gt;主动方的外连接一定不能设为true，否则就会一个select取回数据了。被动方的&amp;lt&lt;img src =&quot;http://blog.csdn.net/HeLiang7/aggbug/2856435.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/HeLiang7/236626259/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/HeLiang7/236626259/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 01 Sep 2008 02:09:00 +0800</pubDate><author>HeLiang7</author><comments>http://blog.csdn.net/HeLiang7/archive/2008/08/31/2856435.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/HeLiang7/archive/2008/08/31/2856435.aspx</guid><dc:creator>HeLiang7</dc:creator><fs:srclink>http://blog.csdn.net/HeLiang7/archive/2008/08/31/2856435.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/HeLiang7/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/HeLiang7/~1317577/236626259/1322016</fs:itemid></item><item><title>NHibernate小结之四</title><link>http://blog.csdn.net/HeLiang7/archive/2008/08/31/2854854.aspx</link><wfw:comment>http://blog.csdn.net/HeLiang7/comments/2854854.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/HeLiang7/comments/commentRss/2854854.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2854854</trackback:ping><description>&lt;br /&gt; 这次把常用的三种数据关系配置用例子给出，方便以后直接参考。&lt;br /&gt;这次的配置是：SharpDevelop3.0beta， sql server 2k和nhibernate2.0GA版， 测试用的NUnit2.4.7版。&lt;br /&gt;&lt;br /&gt;示例下载：&lt;br /&gt;http://download.csdn.net/source/596685&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;新建一个项目，命名为Demo3。&lt;br /&gt;加入引用，有NHiberanet.dll和Iesi.Collection.dll，测试用的nunit.framwork.dll。&lt;br /&gt;还是老规则，cs文件放在Domain目录下，hbm.xml放在Mappings目录下，因为这次都是小例子，所以都是全手工写的，没有用生成工具，代码和配置文件都很简单明了。&lt;img src =&quot;http://blog.csdn.net/HeLiang7/aggbug/2854854.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/HeLiang7/236626260/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/HeLiang7/236626260/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 31 Aug 2008 20:06:00 +0800</pubDate><author>HeLiang7</author><comments>http://blog.csdn.net/HeLiang7/archive/2008/08/31/2854854.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/HeLiang7/archive/2008/08/31/2854854.aspx</guid><dc:creator>HeLiang7</dc:creator><fs:srclink>http://blog.csdn.net/HeLiang7/archive/2008/08/31/2854854.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/HeLiang7/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/HeLiang7/~1317577/236626260/1322016</fs:itemid></item><item><title>tomcat+mysql 中文乱码和存储大文件问题解决</title><link>http://blog.csdn.net/HeLiang7/archive/2008/08/26/2831943.aspx</link><wfw:comment>http://blog.csdn.net/HeLiang7/comments/2831943.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/HeLiang7/comments/commentRss/2831943.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2831943</trackback:ping><description>tomcat+mysql 中文乱码和存储大文件 配置文件&lt;img src =&quot;http://blog.csdn.net/HeLiang7/aggbug/2831943.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/HeLiang7/236626261/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/HeLiang7/236626261/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 26 Aug 2008 19:50:00 +0800</pubDate><author>HeLiang7</author><comments>http://blog.csdn.net/HeLiang7/archive/2008/08/26/2831943.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/HeLiang7/archive/2008/08/26/2831943.aspx</guid><dc:creator>HeLiang7</dc:creator><fs:srclink>http://blog.csdn.net/HeLiang7/archive/2008/08/26/2831943.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/HeLiang7/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/HeLiang7/~1317577/236626261/1322016</fs:itemid></item></channel></rss>