<?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/category/technical_documents/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>IIS7.5及以上的IIS站点用户权限设置</title>
		<link>http://www.cnzui.com/archives/1279</link>
		<comments>http://www.cnzui.com/archives/1279#comments</comments>
		<pubDate>Mon, 12 Jul 2021 06:39:54 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[生活随笔]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=1279</guid>
		<description><![CDATA[与IIS6以及以下的版本用户权限控制不一样，IIS7.5引入了更高级的虚拟用户概念： 每创建一个站点，默认会创建一个与站点同名的虚拟用户，网站访问者都是以这个虚拟用户对站点资源进行访问。 站点启动后，我们通过任务管理器中，可以清楚的看到w3wp.exe进程所使用的用户名[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/1279/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VS2019解决MSB8036 找不到 Windows SDK 版本 10.0.19041.0</title>
		<link>http://www.cnzui.com/archives/1271</link>
		<comments>http://www.cnzui.com/archives/1271#comments</comments>
		<pubDate>Wed, 07 Jul 2021 05:20:12 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=1271</guid>
		<description><![CDATA[今天接手一台之前装过Visual Studio 2019的电脑，明明安装了Windows SDK，但就是提示找不到： MSB8036 找不到 Windows SDK 版本 10.0.19041.0。请安装所需版本的 Windows SDK，或者在项目属性页中或通过右键[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/1271/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>linux安装MySQL5.7遇到的麻烦</title>
		<link>http://www.cnzui.com/archives/1253</link>
		<comments>http://www.cnzui.com/archives/1253#comments</comments>
		<pubDate>Sat, 23 Jun 2018 17:41:36 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=1253</guid>
		<description><![CDATA[在CentOS6上安装MySQL的时候，运行下面的命令报错： # yum install mysql-community-server 报错的大意是libc++库找不到： …… &#8211;&#62; Finished Dependency Resolution[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/1253/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-6a325a56e[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/1249/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xcode发布APP提示Xcode received an HTTP error</title>
		<link>http://www.cnzui.com/archives/1240</link>
		<comments>http://www.cnzui.com/archives/1240#comments</comments>
		<pubDate>Mon, 04 Jun 2018 18:46:54 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[XCODE]]></category>
		<category><![CDATA[苹果]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=1240</guid>
		<description><![CDATA[大晚上发布个东西，提示403错误，原来才发现苹果还有这种批量维护的操作： Xcode received an HTTP error while attempting to communicate with the portal: forbidden[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/1240/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>Uncaught TypeError: Cannot assign to read only property &#8216;exports&#8217; of object &#8216;#〈Object〉&#8217;</title>
		<link>http://www.cnzui.com/archives/1226</link>
		<comments>http://www.cnzui.com/archives/1226#comments</comments>
		<pubDate>Fri, 09 Jun 2017 09:18:15 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[nuxt.js]]></category>
		<category><![CDATA[vue.js]]></category>
		<category><![CDATA[webpack]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=1226</guid>
		<description><![CDATA[最近在搞服务端渲染相关的东西，顺便做点笔记。 在跑应用的时候遇到这个问题： Uncaught TypeError: Cannot assign to read only property &#8216;exports&#8217; of object &#8216;#&#8217; 网上说是webpack 2不允许import和modul……]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/1226/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>
	</channel>
</rss>
