<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>“晨笛的博客” 的评论</title>
	<atom:link href="http://www.dzday.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.dzday.com/blog</link>
	<description>都是绊过脚的地方，希望对你也有帮助</description>
	<lastBuildDate>Sun, 22 Aug 2010 02:50:40 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>王 关于 全国哀悼日 网站灰黑色CSS滤镜代码 的评论</title>
		<link>http://www.dzday.com/blog/?p=265&#038;cpage=1#comment-763</link>
		<dc:creator>王</dc:creator>
		<pubDate>Sun, 22 Aug 2010 02:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.dzday.com/blog/?p=265#comment-763</guid>
		<description>不知道怎么联系方便，在此留言。我想问下你开发类似浩方和VS的对战平台，不需要和他们完全一样，只要能稳定连网游戏，面向大众，其它从简，要多长时间和资金？</description>
		<content:encoded><![CDATA[<p>不知道怎么联系方便，在此留言。我想问下你开发类似浩方和VS的对战平台，不需要和他们完全一样，只要能稳定连网游戏，面向大众，其它从简，要多长时间和资金？</p>
]]></content:encoded>
	</item>
	<item>
		<title>晨笛 关于 研究SU2300/SU2700/SU4100/SU3500/SU7300区别 的评论</title>
		<link>http://www.dzday.com/blog/?p=193&#038;cpage=1#comment-754</link>
		<dc:creator>晨笛</dc:creator>
		<pubDate>Wed, 31 Mar 2010 13:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dzday.com/blog/?p=193#comment-754</guid>
		<description>再记录一下官方的解释：http://www.intel.com/products/processor_number/zho/</description>
		<content:encoded><![CDATA[<p>再记录一下官方的解释：http://www.intel.com/products/processor_number/zho/</p>
]]></content:encoded>
	</item>
	<item>
		<title>thunder 关于 充值 的评论</title>
		<link>http://www.dzday.com/blog/?page_id=171&#038;cpage=1#comment-753</link>
		<dc:creator>thunder</dc:creator>
		<pubDate>Sun, 14 Mar 2010 03:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dzday.com/blog/?page_id=171#comment-753</guid>
		<description>充值怎么还在啊?我靠,还真有人充?</description>
		<content:encoded><![CDATA[<p>充值怎么还在啊?我靠,还真有人充?</p>
]]></content:encoded>
	</item>
	<item>
		<title>123123123 关于 研究SU2300/SU2700/SU4100/SU3500/SU7300区别 的评论</title>
		<link>http://www.dzday.com/blog/?p=193&#038;cpage=1#comment-748</link>
		<dc:creator>123123123</dc:creator>
		<pubDate>Sat, 06 Mar 2010 18:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dzday.com/blog/?p=193#comment-748</guid>
		<description>谁说su2300放高清不流畅了，比4100差不了多少</description>
		<content:encoded><![CDATA[<p>谁说su2300放高清不流畅了，比4100差不了多少</p>
]]></content:encoded>
	</item>
	<item>
		<title>天空的东篱客 关于 推荐一下《天下贰》里的背景音乐 的评论</title>
		<link>http://www.dzday.com/blog/?p=98&#038;cpage=1#comment-733</link>
		<dc:creator>天空的东篱客</dc:creator>
		<pubDate>Mon, 28 Dec 2009 01:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dzday.com/blog/?p=98#comment-733</guid>
		<description>很喜欢！</description>
		<content:encoded><![CDATA[<p>很喜欢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>duangexin 关于 wxODBC的使用 的评论</title>
		<link>http://www.dzday.com/blog/?p=30&#038;cpage=1#comment-722</link>
		<dc:creator>duangexin</dc:creator>
		<pubDate>Thu, 05 Nov 2009 07:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dzday.com/blog/?p=30#comment-722</guid>
		<description>wxwidgets中wxlistctrl控件里面的值怎么导出到txt中！请高手指点
我现在可以得到wxlistctrl标题值 但是wxlistctrl里面的数据我用GetItemText怎么只能得到第一列的值，wxString d = m_listCtrl1-&gt;GetItemText(2);这个是指定输出第1列第2行操作...怎么样才能全部得到呢？有朋友说用数组，不知道怎么实现？</description>
		<content:encoded><![CDATA[<p>wxwidgets中wxlistctrl控件里面的值怎么导出到txt中！请高手指点<br />
我现在可以得到wxlistctrl标题值 但是wxlistctrl里面的数据我用GetItemText怎么只能得到第一列的值，wxString d = m_listCtrl1-&gt;GetItemText(2);这个是指定输出第1列第2行操作&#8230;怎么样才能全部得到呢？有朋友说用数组，不知道怎么实现？</p>
]]></content:encoded>
	</item>
	<item>
		<title>晨笛 关于 wxODBC的使用 的评论</title>
		<link>http://www.dzday.com/blog/?p=30&#038;cpage=1#comment-721</link>
		<dc:creator>晨笛</dc:creator>
		<pubDate>Sun, 01 Nov 2009 09:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.dzday.com/blog/?p=30#comment-721</guid>
		<description>至少我发现wxDbConnectInf时的第二个参数不正确，应该是在系统中设置的DSN数据源名称，我不知道您现在填的是什么东西。</description>
		<content:encoded><![CDATA[<p>至少我发现wxDbConnectInf时的第二个参数不正确，应该是在系统中设置的DSN数据源名称，我不知道您现在填的是什么东西。</p>
]]></content:encoded>
	</item>
	<item>
		<title>guowren 关于 wxODBC的使用 的评论</title>
		<link>http://www.dzday.com/blog/?p=30&#038;cpage=1#comment-720</link>
		<dc:creator>guowren</dc:creator>
		<pubDate>Sun, 01 Nov 2009 02:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dzday.com/blog/?p=30#comment-720</guid>
		<description>wxDbConnectInf* env=NULL;
env=new wxDbConnectInf(NULL,wxT(&quot;192.168.1.205:1521/orcl10gg&quot;),wxT(&quot;aibo&quot;),wxT(&quot;s111111&quot;));
if (!env &#124;&#124; !env-&gt;GetHenv())//连接并判断结果
{
wxMessageBox(wxT(&quot;DB ENV ERROR: Cannot allocate ODBC env handle&quot;));
}
//建立连接
wxDb* conn=NULL;
conn= wxDbGetConnection(env);
执行这一步后conn还是为空，是否是dsn设置有问题？
请求给予帮助！谢谢</description>
		<content:encoded><![CDATA[<p>wxDbConnectInf* env=NULL;<br />
env=new wxDbConnectInf(NULL,wxT(&#8220;192.168.1.205:1521/orcl10gg&#8221;),wxT(&#8220;aibo&#8221;),wxT(&#8220;s111111&#8243;));<br />
if (!env || !env-&gt;GetHenv())//连接并判断结果<br />
{<br />
wxMessageBox(wxT(&#8220;DB ENV ERROR: Cannot allocate ODBC env handle&#8221;));<br />
}<br />
//建立连接<br />
wxDb* conn=NULL;<br />
conn= wxDbGetConnection(env);<br />
执行这一步后conn还是为空，是否是dsn设置有问题？<br />
请求给予帮助！谢谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>yanzi 关于 入住杨浦 的评论</title>
		<link>http://www.dzday.com/blog/?p=105&#038;cpage=1#comment-708</link>
		<dc:creator>yanzi</dc:creator>
		<pubDate>Tue, 14 Jul 2009 00:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.dzday.com/blog/?p=105#comment-708</guid>
		<description>日志中数字的出现频率很高，很像一份不在场证明哦，(*^__^*) 嘻嘻……
搬到这里，地主会关照你滴：p</description>
		<content:encoded><![CDATA[<p>日志中数字的出现频率很高，很像一份不在场证明哦，(*^__^*) 嘻嘻……<br />
搬到这里，地主会关照你滴：p</p>
]]></content:encoded>
	</item>
	<item>
		<title>soooorry 关于 在WINDOWS下编译TBB库 的评论</title>
		<link>http://www.dzday.com/blog/?p=78&#038;cpage=1#comment-481</link>
		<dc:creator>soooorry</dc:creator>
		<pubDate>Fri, 24 Apr 2009 08:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.dzday.com/blog/?p=78#comment-481</guid>
		<description>我又读了一遍，发现你是对的，

前三天我都试着用mingw-gcc来做，

弄不通，intel论坛上有人搞通了，但是make test

会出现一些问题：（</description>
		<content:encoded><![CDATA[<p>我又读了一遍，发现你是对的，</p>
<p>前三天我都试着用mingw-gcc来做，</p>
<p>弄不通，intel论坛上有人搞通了，但是make test</p>
<p>会出现一些问题：（</p>
]]></content:encoded>
	</item>
</channel>
</rss>
