<?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>VC爱好者 v3.0 &#187; 脚本</title>
	<atom:link href="http://www.vcfans.com/tag/%e8%84%9a%e6%9c%ac/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vcfans.com</link>
	<description>生活的天平本不平衡，只有通过努力改变其偏向。</description>
	<lastBuildDate>Tue, 22 Nov 2011 17:32:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>html中的select控件的美化</title>
		<link>http://www.vcfans.com/2010/05/html-in-the-select-control-landscaping.html</link>
		<comments>http://www.vcfans.com/2010/05/html-in-the-select-control-landscaping.html#comments</comments>
		<pubDate>Tue, 25 May 2010 06:40:34 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[网络]]></category>
		<category><![CDATA[脚本]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=1208</guid>
		<description><![CDATA[select控件的美化一直是个问题，今天看到大牛已经用CSS做出来一个。

转过来备份一下。
[download id="112"][......]<p class='read-more'><a href='http://www.vcfans.com/2010/05/html-in-the-select-control-landscaping.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2010/05/html-in-the-select-control-landscaping.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>8 Regular Expressions You Should Know</title>
		<link>http://www.vcfans.com/2009/11/8-regular-expressions-you-should-know.html</link>
		<comments>http://www.vcfans.com/2009/11/8-regular-expressions-you-should-know.html#comments</comments>
		<pubDate>Thu, 26 Nov 2009 03:49:05 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[脚本]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=1060</guid>
		<description><![CDATA[Regular expressions are a language of their own. When you learn a new programming language, they're this little sub-language that makes no sense at first glance. Many times you have to read another tutorial, article, or book just to understand the "simple" pattern described. Today, we'll review eight regular expressions that you should know for your next coding project.[......]<p class='read-more'><a href='http://www.vcfans.com/2009/11/8-regular-expressions-you-should-know.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2009/11/8-regular-expressions-you-should-know.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>又遇编码问题之JS乱码</title>
		<link>http://www.vcfans.com/2009/06/coding-problems-also-encountered-garbled-js.html</link>
		<comments>http://www.vcfans.com/2009/06/coding-problems-also-encountered-garbled-js.html#comments</comments>
		<pubDate>Mon, 15 Jun 2009 19:49:28 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[本站原创]]></category>
		<category><![CDATA[编程开发]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[字符集]]></category>
		<category><![CDATA[脚本]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=970</guid>
		<description><![CDATA[Web开发中编码问题处理不好总是很头疼，特别与Ajax纠缠在一起时，更容易出乱。前一段时间做一个Asp.net项目时遇到的编码问题。<a href="http://www.vcfans.com/2009/04/aspnet-page-using-utf-8-garbage-solutions.html">Asp.Net页面使用UTF-8乱码解决方案</a>，今天在做PHP的一个小程序时也遇到乱码问题。
<p>
问题描述：
<div class="comment">
1.前台页面编码方案未知，可能是utf-8,也可能gb2312等编码方案。由于页面的前台并不是我做的，无法规定编码方案。
2.我用PHP生成的js代码是utf-8的，且其中包含有汉字。
症状：
当前台页面与我生成的JS不同时，将导致乱码。
</div>
</p>[......]<p class='read-more'><a href='http://www.vcfans.com/2009/06/coding-problems-also-encountered-garbled-js.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2009/06/coding-problems-also-encountered-garbled-js.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>javascript获取浏览器窗口大小的两个函数,兼容目前主流浏览器</title>
		<link>http://www.vcfans.com/2009/06/javascript-browser-window-size-to-obtain-the-two-functions-compatible-with-the-current-mainstream-browsers.html</link>
		<comments>http://www.vcfans.com/2009/06/javascript-browser-window-size-to-obtain-the-two-functions-compatible-with-the-current-mainstream-browsers.html#comments</comments>
		<pubDate>Mon, 15 Jun 2009 03:45:16 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[源码]]></category>
		<category><![CDATA[脚本]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=958</guid>
		<description><![CDATA[最近又在整web类的一些小程序,在网上找了两个获取浏览窗口尺寸的函数。测试了一下,可以兼容目前主流浏览器.记一下以备后用。
浏览器层出不穷，各有偏差，真是苦那帮做web前台布局的程序员同行们，同情一下。[......]<p class='read-more'><a href='http://www.vcfans.com/2009/06/javascript-browser-window-size-to-obtain-the-two-functions-compatible-with-the-current-mainstream-browsers.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2009/06/javascript-browser-window-size-to-obtain-the-two-functions-compatible-with-the-current-mainstream-browsers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6.0 IE7.0 FireFox之间的CSS Hack写法</title>
		<link>http://www.vcfans.com/2009/04/ie60-ie70-firefox-writing-between-css-hack.html</link>
		<comments>http://www.vcfans.com/2009/04/ie60-ie70-firefox-writing-between-css-hack.html#comments</comments>
		<pubDate>Tue, 28 Apr 2009 06:58:56 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[网络]]></category>
		<category><![CDATA[脚本]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=928</guid>
		<description><![CDATA[浏览器之多，把Web程序员累死了，好在我不是主营干这个的，呵呵。

在写CSS的时候还是有很大作用的，记下以便后用。[......]<p class='read-more'><a href='http://www.vcfans.com/2009/04/ie60-ie70-firefox-writing-between-css-hack.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2009/04/ie60-ie70-firefox-writing-between-css-hack.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>雪城.Excel2003.比较工具修改版</title>
		<link>http://www.vcfans.com/2009/02/syracuse-excel2003-comparison-tool-modified-version.html</link>
		<comments>http://www.vcfans.com/2009/02/syracuse-excel2003-comparison-tool-modified-version.html#comments</comments>
		<pubDate>Mon, 16 Feb 2009 03:36:21 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[常用工具]]></category>
		<category><![CDATA[本站原创]]></category>
		<category><![CDATA[工作]]></category>
		<category><![CDATA[源码]]></category>
		<category><![CDATA[脚本]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=859</guid>
		<description><![CDATA[由于工作关系需要对大量Excel文档进行处理，林大侠找到了一份Excel比较工具：“雪城.Excel2003.比较工具”，我在雪域这个款工具基础上增加了合并功能，即“向左复制”、“向右复制”、“向左全复制”和“向右全复制”。

在我修改部分可能还存一些Bug，如果在修改部分出现问题，请给到小站www.vcfans.com留言或给我邮件lonkil~AT~gmail.com。感谢jfxwc（雪城）mailto: jfxwc_@_163.com，为我们提供这样优秀的比较Excel比较工具。

转载请注明出错，如果你对本分代码进行修改，请保留原作者版本说明部分的完整性，谢谢。[......]<p class='read-more'><a href='http://www.vcfans.com/2009/02/syracuse-excel2003-comparison-tool-modified-version.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2009/02/syracuse-excel2003-comparison-tool-modified-version.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>控制台下无分页参数命令的分页显示</title>
		<link>http://www.vcfans.com/2008/09/console-under-the-paging-parameters-without-an-order-of-the-page-shows.html</link>
		<comments>http://www.vcfans.com/2008/09/console-under-the-paging-parameters-without-an-order-of-the-page-shows.html#comments</comments>
		<pubDate>Tue, 02 Sep 2008 02:42:32 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[本站杂谈]]></category>
		<category><![CDATA[奇技淫巧]]></category>
		<category><![CDATA[脚本]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=447</guid>
		<description><![CDATA[控制台下并不是所有的命令都有像dir命令类似的/p,/w选项，方便进行分页显示。

可以进行强制行分页：

commad_name  &#124; more

比如：sc query &#124; more，将会一页一页的为我们列举系统服务。

如果中途想终止显示，按Q键退出命令。


Dos命令离我们越来越远，平时注意积累，关键时刻可解燃眉之急。[......]<p class='read-more'><a href='http://www.vcfans.com/2008/09/console-under-the-paging-parameters-without-an-order-of-the-page-shows.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2008/09/console-under-the-paging-parameters-without-an-order-of-the-page-shows.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>本地建立Subversion仓库</title>
		<link>http://www.vcfans.com/2008/08/subversion-sever-in-the-local-system-for-backup.html</link>
		<comments>http://www.vcfans.com/2008/08/subversion-sever-in-the-local-system-for-backup.html#comments</comments>
		<pubDate>Mon, 25 Aug 2008 18:44:06 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[本站原创]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[脚本]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=421</guid>
		<description><![CDATA[Subversion真是个好东西，大大提高了团队协同开发的效率，也为本地进行程序开发时保存不同版本提供了便捷。再也不用为一个个小程序在不同进度时，建立xxxx200808026.zip之类突兀文件了，一段时间后自己都不知道这个压缩内包含什么进度内容了。有了Subversion后一个update加一条清楚的注释搞定一切。[......]<p class='read-more'><a href='http://www.vcfans.com/2008/08/subversion-sever-in-the-local-system-for-backup.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2008/08/subversion-sever-in-the-local-system-for-backup.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SourceInsight字体颜色样式配置文件下载</title>
		<link>http://www.vcfans.com/2008/07/sourceinsight-font-color-configuration-file.html</link>
		<comments>http://www.vcfans.com/2008/07/sourceinsight-font-color-configuration-file.html#comments</comments>
		<pubDate>Thu, 17 Jul 2008 07:55:14 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[脚本]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=366</guid>
		<description><![CDATA[如果你项目的代码量以万为单位进行计数的话，如果单纯的以VS这样的IDE来管理，你看的话会累死人。SourceInsight是个不错的选择，虽然它对中文的支持不是太友好，不过怎么办呢，一个字忍了。

SourceInsight默认的配置不太适合我等的谓口，需要重新进行配置。我在网上查了这方面的资料，自己改了一份。供大家下载。注意我的开发路线一直沿袭微软IDE的风格，所以对VS的着色和风格不感冒的话请飘过。你也可以根据自己的实际需求在此基础上进行修改，在你所想修改的部分点右键，选择"Style Properties"进行修改。[......]<p class='read-more'><a href='http://www.vcfans.com/2008/07/sourceinsight-font-color-configuration-file.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2008/07/sourceinsight-font-color-configuration-file.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>几个比较特别的Javascript技巧</title>
		<link>http://www.vcfans.com/2008/03/some-rather-special-skills-javascript.html</link>
		<comments>http://www.vcfans.com/2008/03/some-rather-special-skills-javascript.html#comments</comments>
		<pubDate>Thu, 20 Mar 2008 17:46:33 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[脚本]]></category>

		<guid isPermaLink="false">http://localhost/?p=221</guid>
		<description><![CDATA[1.       document.GetElementsByTagName可以获得某一个标签的所有元素，可以通过document.getElementsByTagName(‘*’)获得页面上的所有元素，这里星号代表任何标签，而注释标签的tagName是”!”

2.       Strin...[......]<p class='read-more'><a href='http://www.vcfans.com/2008/03/some-rather-special-skills-javascript.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2008/03/some-rather-special-skills-javascript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解锁注册表另类方法</title>
		<link>http://www.vcfans.com/2005/12/alternative-methods-to-unlock-the-registry.html</link>
		<comments>http://www.vcfans.com/2005/12/alternative-methods-to-unlock-the-registry.html#comments</comments>
		<pubDate>Fri, 16 Dec 2005 05:41:21 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[本站杂谈]]></category>
		<category><![CDATA[奇技淫巧]]></category>
		<category><![CDATA[脚本]]></category>

		<guid isPermaLink="false">http://localhost/?p=70</guid>
		<description><![CDATA[

在上网浏览了恶意网页后，经常会遇到注册表被禁用的事情。注册表被加锁，其主要原理就是修改注册表。在注册表 HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVerssionPolicies System分支下，新建DWOR...[......]<p class='read-more'><a href='http://www.vcfans.com/2005/12/alternative-methods-to-unlock-the-registry.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2005/12/alternative-methods-to-unlock-the-registry.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VBScript脚本参考手册</title>
		<link>http://www.vcfans.com/2005/06/vbscript-script-reference-manual.html</link>
		<comments>http://www.vcfans.com/2005/06/vbscript-script-reference-manual.html#comments</comments>
		<pubDate>Wed, 15 Jun 2005 14:50:43 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[电子书]]></category>
		<category><![CDATA[脚本]]></category>

		<guid isPermaLink="false">http://localhost/?p=12</guid>
		<description><![CDATA[基本上涵概了VBScript脚本的函数、语法等。在做VBScript脚本时不可多得的参考手册[......]<p class='read-more'><a href='http://www.vcfans.com/2005/06/vbscript-script-reference-manual.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2005/06/vbscript-script-reference-manual.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

