<?xml version="1.0" encoding="UTF-8"?>
  <feed xmlns="http://www.w3.org/2005/Atom">
  <title type="html"><![CDATA[Jack.Xu]]></title>
  <subtitle type="html"><![CDATA[竹杖芒鞋轻胜马 谁怕 一蓑烟雨任平生]]></subtitle>
  <id>http://www.xl-blog.com/</id>
  <link rel="alternate" type="text/html" href="http://www.xl-blog.com/" /> 
  <link rel="self" type="application/atom+xml" href="http://www.xl-blog.com/atom.asp" /> 
  <generator uri="http://www.pjhome.net/" version="2.8">PJBlog3</generator> 
  <updated>2010-08-11T09:26:46+08:00</updated>

  <entry>
	  <title type="html"><![CDATA[分享一个非常好用的大文件上传组件]]></title>
	  <author>
		 <name>Jack.Xu</name>
		 <uri>http://www.xl-blog.com/</uri>
		 <email>Jack.Xu@advantech.com.cn</email>
	  </author>
	  <category term="" scheme="http://www.xl-blog.com/default.asp?cateID=3" label="技术文章" /> 
	  <updated>2010-08-11T09:26:46+08:00</updated>
	  <published>2010-08-11T09:26:46+08:00</published>
		  <summary type="html"><![CDATA[<p>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;最近在做一个产品管理系统，系统中涉及到大的文件上传功能，有的文件大概有100M之多，如果再使用.NET自带的文件上传功能显然有点不实现了，于是在网上搜索了一下，比较下来之后下面的这个还是非常非常的好用的，推荐一下。</p>
<p>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;http://ajaxuploader.com/</p>
<p>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;文档，demo都比较全面，可以下载下来试试看！</p>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.xl-blog.com/article.asp?id=9" /> 
	  <id>http://www.xl-blog.com/default.asp?id=9</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[再次被ASP+Access整的头大]]></title>
	  <author>
		 <name>Jack.Xu</name>
		 <uri>http://www.xl-blog.com/</uri>
		 <email>Jack.Xu@advantech.com.cn</email>
	  </author>
	  <category term="" scheme="http://www.xl-blog.com/default.asp?cateID=3" label="技术文章" /> 
	  <updated>2010-08-06T16:38:08+08:00</updated>
	  <published>2010-08-06T16:38:08+08:00</published>
		  <summary type="html"><![CDATA[<p>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; 因工作的需要，偶尔会修改ASP+Access的东东，对于一直玩.NET的我，今天再次被ASP整的头大，一直报如下的错误</p>
<p>
<p>Microsoft OLE DB Provider for ODBC Drivers error '80004005'&nbsp;</p>
<p>[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data.&nbsp;</p>
<p>立马上网搜索，网上说是权限的问题，</p>
<p>1.给数据库文件夹添加IUSER的权限，测试，错误依旧。</p>
<p>2.给数据库文件夹添加Everyone的权限，测试，错误依旧。</p>
<p>至此很无奈了，已经追加了Everyone的权限，还是出现错误，开始检查IIS设置等，一切正常，郁闷中...</p>
<p>想啊想啊，应该还是权限的问题，上网搜索ASP程序执行过程是怎样的，终于发现了，</p>
<p>ASP在执行过程中会产生一个临时文件，这个文件会存放在C:Windows/Temp/目录下，所以这个目录也必须拥有IUSER的权限，好，添加权限，测试，一切OK！头大的事情搞定！</p>
<div>&nbsp;</div>
</p>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.xl-blog.com/article.asp?id=8" /> 
	  <id>http://www.xl-blog.com/default.asp?id=8</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[太有才了！！！中国政法大学法学院六班毕业晚会节目——非雷勿扰]]></title>
	  <author>
		 <name>Jack.Xu</name>
		 <uri>http://www.xl-blog.com/</uri>
		 <email>Jack.Xu@advantech.com.cn</email>
	  </author>
	  <category term="" scheme="http://www.xl-blog.com/default.asp?cateID=5" label="生活感悟" /> 
	  <updated>2010-06-23T15:38:02+08:00</updated>
	  <published>2010-06-23T15:38:02+08:00</published>
		  <summary type="html"><![CDATA[<br/>太有才了！！！中国政法大学法学院六班毕业晚会节目——非雷勿扰<br/><br/><a href="http://v.youku.com/v_show/id_XMTgzMDY5Mjgw.html" target="_blank" rel="external">http://v.youku.com/v_show/id_XMTgzMDY5Mjgw.html</a>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.xl-blog.com/article.asp?id=7" /> 
	  <id>http://www.xl-blog.com/default.asp?id=7</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[.NET4.0 验证模式变化，导致之前版本ValidateRequest=&#34;false&#34;失效]]></title>
	  <author>
		 <name>Jack.Xu</name>
		 <uri>http://www.xl-blog.com/</uri>
		 <email>Jack.Xu@advantech.com.cn</email>
	  </author>
	  <category term="" scheme="http://www.xl-blog.com/default.asp?cateID=3" label="技术文章" /> 
	  <updated>2010-05-14T12:01:41+08:00</updated>
	  <published>2010-05-14T12:01:41+08:00</published>
		  <summary type="html"><![CDATA[<p><span style="font-family: 微软雅黑"><span class="Apple-style-span" style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium Simsun; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px"><span class="Apple-style-span" style="line-height: 25px; text-indent: 26px; font-size: 13px">在.NET之前的版本中，请求验证是默认启用的，但是它只对页面请求有效（请求.aspx页面），并且也只是在页面被请求时验证。</span></span></span></p>
<p><span style="font-family: 微软雅黑"><span class="Apple-style-span" style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium Simsun; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px"><span class="Apple-style-span" style="line-height: 25px; text-indent: 26px; font-size: 13px">但是在.NET 4.0中，请求验证功能被提前到IHttpHandler.BeginRequest方法被请求之前，这也就意味着所有进入.NET请求通道的所有的HTTP请求都将会被进行请求内容合法性的验证，包括有的自定义HttpHandler，WebService请求，甚至于利用自定义Http Module进行自定义请求处理程序。</span></span></span></p>
<p><span style="font-family: 微软雅黑"><span class="Apple-style-span" style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium Simsun; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px"><span class="Apple-style-span" style="line-height: 25px; text-indent: 26px; font-size: 13px"><span class="Apple-style-span" style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium Simsun; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px"><span class="Apple-style-span" style="line-height: 25px; text-indent: 26px; font-size: 13px">请求验证处理被提前导致我们在页面中ValidateRequest=false失效，无法阻止程序不去验证请求的输入内容了。因为还没有实例化HttpHandler，验证器无法得到请求的页面是否禁用了验证请求。</span></span></span></span></span></p>
<p><span style="font-family: 微软雅黑"><span class="Apple-style-span" style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium Simsun; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px"><span class="Apple-style-span" style="line-height: 25px; text-indent: 26px; font-size: 13px"><span class="Apple-style-span" style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium Simsun; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px"><span class="Apple-style-span" style="line-height: 25px; text-indent: 26px; font-size: 13px">在.NET4.0中，没有提供地方禁用这个验证功能。</span></span></span></span></span></p>
<p><span style="font-family: 微软雅黑"><span class="Apple-style-span" style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium Simsun; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px"><span class="Apple-style-span" style="line-height: 25px; text-indent: 26px; font-size: 13px"><span class="Apple-style-span" style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium Simsun; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px"><span class="Apple-style-span" style="line-height: 25px; text-indent: 26px; font-size: 13px">.NET只允许我们通过在web.config中配置使用ASP.NET 2.0的请求验证行为：</span></span></span></span></span></p>
<p><span style="font-family: 微软雅黑"><span class="Apple-style-span" style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium Simsun; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px"><span class="Apple-style-span" style="line-height: 25px; text-indent: 26px; font-size: 13px"><span class="Apple-style-span" style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium Simsun; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px"><span class="Apple-style-span" style="line-height: 25px; text-indent: 26px; font-size: 13px">&lt;httpRuntime requestValidationMode=&rdquo;2.0&Prime; /&gt;</span></span></span></span></span></p>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.xl-blog.com/article.asp?id=6" /> 
	  <id>http://www.xl-blog.com/default.asp?id=6</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[分享Jquery Menu]]></title>
	  <author>
		 <name>Jack.Xu</name>
		 <uri>http://www.xl-blog.com/</uri>
		 <email>Jack.Xu@advantech.com.cn</email>
	  </author>
	  <category term="" scheme="http://www.xl-blog.com/default.asp?cateID=3" label="技术文章" /> 
	  <updated>2010-05-12T12:44:48+08:00</updated>
	  <published>2010-05-12T12:44:48+08:00</published>
		  <summary type="html"><![CDATA[<p><span style="font-size: 12px; "><span style="font-family: 微软雅黑; ">&nbsp;分享一个Jquery Menu的站点，很多用Jquery 做的Menu，很实用！</span></span></p>
<p><a href="http://apycom.com/"><span style="font-size: 12px; "><span style="font-family: 微软雅黑; ">http://apycom.com/</span></span></a></p>
<p><input type="image" src="http://www.xl-blog.com/blogimages/Capture.JPG" /></p>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.xl-blog.com/article.asp?id=5" /> 
	  <id>http://www.xl-blog.com/default.asp?id=5</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[DIV Flash 层显示问题]]></title>
	  <author>
		 <name>Jack.Xu</name>
		 <uri>http://www.xl-blog.com/</uri>
		 <email>Jack.Xu@advantech.com.cn</email>
	  </author>
	  <category term="" scheme="http://www.xl-blog.com/default.asp?cateID=3" label="技术文章" /> 
	  <updated>2010-05-11T11:36:31+08:00</updated>
	  <published>2010-05-11T11:36:31+08:00</published>
		  <summary type="html"><![CDATA[<p><span style="font-size: 12px"><span style="font-family: 微软雅黑">在Web开发中常常遇到DIV和Flash的显示问题，浮动的DIV总是被FLash挡住，</span></span></p>
<p><span style="font-size: 12px"><span style="font-family: 微软雅黑">上网查找，在IE中，只要在&lt;Object&gt;中加入如下属性</span></span></p>
<p><span style="color: #000080"><span style="font-size: 12px"><span style="font-family: 微软雅黑">&lt;param name=&quot;wmode&quot; value=&quot;opaque&quot; /&gt;</span></span></span></p>
<p><span style="font-size: 12px"><span style="font-family: 微软雅黑">IE中测试OK！</span></span></p>
<p><span style="font-size: 12px"><span style="font-family: 微软雅黑">但在Chrome中，问题依旧，原来是Chrome对&lt;embed&gt; tag 不识别，</span></span></p>
<p><span style="font-size: 12px"><span style="font-family: 微软雅黑">继续在&lt;embed&gt; tag中台添加如下属性</span></span></p>
<p><span style="color: #000080"><span style="font-size: 12px"><span style="font-family: 微软雅黑">wmode=&quot;transparent&quot;</span></span></span></p>
<p><span style="font-size: 12px"><span style="font-family: 微软雅黑">OK,Chrome中测试正常！</span></span></p>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.xl-blog.com/article.asp?id=4" /> 
	  <id>http://www.xl-blog.com/default.asp?id=4</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[分享郎咸平教授在清华的演讲]]></title>
	  <author>
		 <name>Jack.Xu</name>
		 <uri>http://www.xl-blog.com/</uri>
		 <email>Jack.Xu@advantech.com.cn</email>
	  </author>
	  <category term="" scheme="http://www.xl-blog.com/default.asp?cateID=4" label="好文分享" /> 
	  <updated>2010-05-06T16:17:54+08:00</updated>
	  <published>2010-05-06T16:17:54+08:00</published>
		  <summary type="html"><![CDATA[<p>&nbsp;<span class="Apple-style-span" style="font-family: Arial, Simsun, 'Arial Unicode MS', Mingliu, Helvetica; font-size: 16px; color: rgb(66, 66, 66); line-height: 28px; ">一个半小时，仔细看！</span></p>
<p><span class="Apple-style-span" style="font-family: Arial, Simsun, 'Arial Unicode MS', Mingliu, Helvetica; font-size: 16px; color: rgb(66, 66, 66); line-height: 28px; "><a href="http://v.youku.com/v_show/id_XNDE5NzQ1NDA=.html" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: underline; color: rgb(88, 122, 198); ">http://v.youku.com/v_show/id_XNDE5NzQ1NDA=.html</a></span></p>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.xl-blog.com/article.asp?id=3" /> 
	  <id>http://www.xl-blog.com/default.asp?id=3</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[个人blog启用国际一级域名]]></title>
	  <author>
		 <name>Jack.Xu</name>
		 <uri>http://www.xl-blog.com/</uri>
		 <email>Jack.Xu@advantech.com.cn</email>
	  </author>
	  <category term="" scheme="http://www.xl-blog.com/default.asp?cateID=5" label="生活感悟" /> 
	  <updated>2010-05-06T15:45:54+08:00</updated>
	  <published>2010-05-06T15:45:54+08:00</published>
		  <summary type="html"><![CDATA[<p>&nbsp;哈哈，今天个人的blog启用国际一级域名：<a target="_blank" href="http://www.xl-blog.com">www.xl-blog.com</a></p>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.xl-blog.com/article.asp?id=2" /> 
	  <id>http://www.xl-blog.com/default.asp?id=2</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[Win7 Ultimate-EN 安装 IIS7]]></title>
	  <author>
		 <name>Jack.Xu</name>
		 <uri>http://www.xl-blog.com/</uri>
		 <email>Jack.Xu@advantech.com.cn</email>
	  </author>
	  <category term="" scheme="http://www.xl-blog.com/default.asp?cateID=3" label="技术文章" /> 
	  <updated>2010-05-06T15:09:14+08:00</updated>
	  <published>2010-05-06T15:09:14+08:00</published>
		  <summary type="html"><![CDATA[<p><span style="font-size: 12px"><span style="font-family: 微软雅黑">一.Control Panel--&gt;Programs and Features--&gt;Turn Windows features on or off</span></span></p>
<p><input type="image" src="http://www.xl-blog.com/blogimages/1.jpg" /></p>
<p><span style="font-size: 12px"><span style="font-family: 微软雅黑">二.选择IIS安装，我是将IIS--&gt;web management tools 下面全选了</span></span></p>
<p><input type="image" src="http://www.xl-blog.com/blogimages/2.jpg" /></p>
<p><span style="font-size: 12px"><span style="font-family: 微软雅黑">三.安装成功之后，进入Control Panel--&gt;All Control Panel Items--&gt;Administrative Tools</span></span></p>
<p><span style="font-size: 12px"><span style="font-family: 微软雅黑">双击IIS进入后，发现默认的网站都无法启动<br />
<input type="image" src="http://www.xl-blog.com/blogimages/3.jpg" /><br />
</span></span></p>
<p><span style="font-size: 12px"><span style="font-family: 微软雅黑">四.启动默认网站出现 &ldquo;<strong>service WAS was not found on this computer</strong>&rdquo;</span></span></p>
<p><span style="font-size: 12px"><span style="font-family: 微软雅黑">这是因为WAS服务没有启动，OK，接下来我们还是到</span></span></p>
<p><span style="font-size: 12px"><span style="font-family: 微软雅黑">Control Panel--&gt;All Control Panel Items--&gt;Programs and Features--&gt;Turn Windows features on or off</span></span></p>
<p><span style="font-size: 12px"><span style="font-family: 微软雅黑">并把下图中高亮的部分选中，安装</span></span></p>
<p><input type="image" src="http://www.xl-blog.com/blogimages/4.jpg" /></p>
<p><span style="font-size: 12px"><span style="font-family: 微软雅黑">五.安装成功后，进入Control Panel--&gt;All Control Panel Items--&gt;Administrative Tools--&gt;Services</span></span></p>
<p><span style="font-size: 12px"><span style="font-family: 微软雅黑">找WAS服务，启动</span></span></p>
<p><input type="image" src="http://www.xl-blog.com/blogimages/5.jpg" /></p>
<p><span style="font-size: 12px"><span style="font-family: 微软雅黑">六.启动后，我们进入IIS中发现默认站点还是Stop状态，启动默认站点，又报错误</span></span></p>
<p><span style="font-size: 12px"><span style="font-family: 微软雅黑"><strong>&ldquo;serivce w3svc was not found on this computer&rdquo;</strong></span></span></p>
<p><span style="font-size: 12px"><span style="font-family: 微软雅黑"><strong>进入 Control Panel--&gt;All Control Panel Items--&gt;Programs and Features--&gt;Turn Windows features on or off</strong></span></span></p>
<p>&nbsp;<span style="font-size: 12px"><span style="font-family: 微软雅黑">&nbsp;<img alt="" src="http://www.xl-blog.com/blogimages/6.jpg" />&nbsp;<br />
</span></span></p>
<p><span><span><span><span><span><span><span><span><span><span><span><span><span><span><span><span><span><span><span><span><span><span><span><span><span><strong><span><span><span><span><font size="3" face="Arial"> </font></span></span></span></span></strong></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></p>
<p><strong><font size="3" face="Arial">
<p><span style="font-size: 12px"><span style="font-family: 微软雅黑">七.安装成功后，进入control panel, Services选项启动World Wide Web Publishing Service<br />
服务后，一切大功告成！！！</span></span></p>
</font></strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.xl-blog.com/article.asp?id=1" /> 
	  <id>http://www.xl-blog.com/default.asp?id=1</id>
  </entry>	
		
</feed>
