<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>路平家的一亩三分地 &#187; 编程</title>
	<atom:link href="http://www.cnzui.com/archives/tag/programing/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cnzui.com</link>
	<description>路平家的一亩三分地，用来记录过往，展望未来。LUPIN，代表着狼一样的坚定和能力。</description>
	<lastBuildDate>Fri, 22 May 2026 08:05:13 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.1</generator>
	<item>
		<title>CodeSmith连接不上MySQL的解决方法</title>
		<link>http://www.cnzui.com/archives/1264</link>
		<comments>http://www.cnzui.com/archives/1264#comments</comments>
		<pubDate>Mon, 12 Nov 2018 11:19:46 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[各类技术]]></category>
		<category><![CDATA[技术文章]]></category>
		<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[CodeSmith]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=1264</guid>
		<description><![CDATA[[场景] 我用的是6.5版本的CodeSmith，需要连MySQL结果提示“找不到请求的 .Net Framework Data Provider。可能没有安装.”。 [过程] 网络上好多这文章，但真实能用的没有。真的很无语。 [最终解决方法][&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/1264/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C#的LINQ怎么写LEFT JOIN</title>
		<link>http://www.cnzui.com/archives/1249</link>
		<comments>http://www.cnzui.com/archives/1249#comments</comments>
		<pubDate>Sat, 09 Jun 2018 16:24:57 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=1249</guid>
		<description><![CDATA[C# LINQ默认只提供了JOIN，这种只会取两个表有交集的数据，在实际应用场景，我们一般会以一个表为主表，去关联表中查询相关补充字段，所以绝大部分时间都在用LEFT JOIN，那么实际上LINQ怎么做LEFT JOIN呢？ [crayon-6a2a24a48[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/1249/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPF程序因系统库没有打包引发离奇的System.IO.FileNotFoundException</title>
		<link>http://www.cnzui.com/archives/1234</link>
		<comments>http://www.cnzui.com/archives/1234#comments</comments>
		<pubDate>Wed, 30 May 2018 08:59:48 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=1234</guid>
		<description><![CDATA[最近开发一个项目，本地跑得好好的，放到客户机子上出了个莫名其秒的错误， 最终发现是MySql.Data.dll没有打包引发的，在此记录一下，以方便大家遇到同样问题的时候参考。 以下是错误内容，程序及类名均为化名： 应用程序: x[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/1234/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu中CodeBlocks开发wxWidgets项目发生wxIsBusy等没有定义的问题</title>
		<link>http://www.cnzui.com/archives/1189</link>
		<comments>http://www.cnzui.com/archives/1189#comments</comments>
		<pubDate>Fri, 19 Dec 2014 05:54:55 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[各类技术]]></category>
		<category><![CDATA[技术文章]]></category>
		<category><![CDATA[CodeBlocks]]></category>
		<category><![CDATA[wxWidgets]]></category>
		<category><![CDATA[开源框架]]></category>
		<category><![CDATA[系统]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=1189</guid>
		<description><![CDATA[如果你在Ubuntu中用CodeBlocks编译wxWidgets工程遇到类似以下错误，可以尝试本文提供的解决办法: 错误现象： /usr/include/wx/cursor.h: In constructor &#39;wxBusyCursorSuspender::wxBus[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/1189/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>发布一个纯CSS的网页泡泡组件zuipop</title>
		<link>http://www.cnzui.com/archives/1183</link>
		<comments>http://www.cnzui.com/archives/1183#comments</comments>
		<pubDate>Mon, 08 Dec 2014 09:00:29 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[各类技术]]></category>
		<category><![CDATA[技术文章]]></category>
		<category><![CDATA[开源框架]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=1183</guid>
		<description><![CDATA[因为经常用到，于是自己动手做了个比较通用的泡泡组件。 发布到GitHub上了，有兴趣的朋友可以下载下来看看。 https://github.com/cnzui/zuipop/ 演示图： 简介： 一个纯CSS打造、兼容各个浏览器的网页泡泡组件 [&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/1183/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008下折腾Redmine之旅</title>
		<link>http://www.cnzui.com/archives/1176</link>
		<comments>http://www.cnzui.com/archives/1176#comments</comments>
		<pubDate>Tue, 21 Oct 2014 16:03:06 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[服务端]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=1176</guid>
		<description><![CDATA[Redmine是用Ruby实现的，是一个比较成熟的项目管理功能B/S软件。 因为是Ruby，所以Redmine比较适合架在linux服务器上，但是由于之前为了兼容.NET网站程序，弄了一台Windows服务器，就只能勉为其难的在Windows里面架设了。 之前从来没接触过Ruby，对其环境完[&#8230;&#8230;] Read mo……]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/1176/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一些常用类库和框架的整理</title>
		<link>http://www.cnzui.com/archives/1135</link>
		<comments>http://www.cnzui.com/archives/1135#comments</comments>
		<pubDate>Wed, 30 Jul 2014 02:12:54 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[各类技术]]></category>
		<category><![CDATA[技术文章]]></category>
		<category><![CDATA[生活随笔]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[wxWidgets]]></category>
		<category><![CDATA[开源框架]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=1135</guid>
		<description><![CDATA[由于实际工作中的需要，经常要用到这些库，所以现在整理一下各种库的资料以备用。 除特别声明外，都是免费开源库。以下排名不分先后。 目录： 一、JS类 二、CSS类 三、AS类 四、PHP类 五、C&#38;C++类 一、JS类 1.jQuery http://jquer[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/1135/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wxWidgets移植开发代码统计程序－《跟我学wxWidgets开发》系列教程</title>
		<link>http://www.cnzui.com/archives/1087</link>
		<comments>http://www.cnzui.com/archives/1087#comments</comments>
		<pubDate>Fri, 19 Jul 2013 02:34:19 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[wxWidgets]]></category>
		<category><![CDATA[开源框架]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=1087</guid>
		<description><![CDATA[第六章 代码统计程序的移植 &#160; 本章我们来一起把我以前用C#写的一个简单的代码统计工具，通过wxWidgets移植到各个操作系统平台。这个程序将包含以下和wxWidgets相关的知识点： ⑴wxDirDialog文件夹对话框的使用 ⑵wxGauge进度条控件的使用 ⑶wxT[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/1087/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>关于WPF中给Popup设置焦点的问题</title>
		<link>http://www.cnzui.com/archives/1075</link>
		<comments>http://www.cnzui.com/archives/1075#comments</comments>
		<pubDate>Wed, 10 Jul 2013 13:34:28 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=1075</guid>
		<description><![CDATA[最近在用WPF实现一个浏览器外壳，里面放了个Popup，但在给Popup设置焦点时出了个很诡异的问题，三个人研究了大半天才找到答案。 这里我大致讲一下问题和解决方法，希望能帮助到同样遭遇或将会遭遇此问题的你。 问题背景： VS2012开发WPF窗口程序 其中： ①主窗口一个，用来摆放前[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/1075/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>关于C#工程的SubTye节点——记一个客户的极品挑剔</title>
		<link>http://www.cnzui.com/archives/1035</link>
		<comments>http://www.cnzui.com/archives/1035#comments</comments>
		<pubDate>Thu, 30 May 2013 07:13:38 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=1035</guid>
		<description><![CDATA[这段时间做了一个改造C#（Visual C# 2008 Express）项目，代码量很小，当然时间也就很短，大约10来个人日。 但实际上事情却没有那么简单！！！ 这10天内，除了每二天一次报告会外，还有各种文档的修改整理。 虽然这些都已经是很平常的流程，但最后这一点真让我们崩溃了：[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/1035/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
