<?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>Knightby&#039;s blog &#187; Flash</title>
	<atom:link href="http://www.knightby.net/category/it/flash-it/feed" rel="self" type="application/rss+xml" />
	<link>http://www.knightby.net</link>
	<description>成功，就是每天进步一点点……</description>
	<lastBuildDate>Sun, 25 Apr 2010 09:55:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>正则表达式口诀及教程(推荐)</title>
		<link>http://www.knightby.net/regular-expressions-formula-and-tutorial-recommended.html</link>
		<comments>http://www.knightby.net/regular-expressions-formula-and-tutorial-recommended.html#comments</comments>
		<pubDate>Sat, 18 Apr 2009 02:22:36 +0000</pubDate>
		<dc:creator>Knightby</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Regexp]]></category>

		<guid isPermaLink="false">http://www.knightby.net/?p=385</guid>
		<description><![CDATA[转载自：http://bbs.php.cn/thread-20557-1-15.html

正则其实也势利，削尖头来把钱揣； （指开始符号^和结尾符号$）

特殊符号认不了，弄个倒杠来引路； （指\. \*等特殊符号）

<span class="readmore"><a href="http://www.knightby.net/regular-expressions-formula-and-tutorial-recommended.html" title="正则表达式口诀及教程(推荐)">阅读全文——共993字</a></span><h3>Related Posts</h3><ul><li><a href="http://www.knightby.net/regular-expressions-in-common-use.html" title="常用正则表达式 2009.04.5">常用正则表达式</a>(0)</li>
</ul><h3>Recent Comments</h3><ul></ul>]]></description>
		<wfw:commentRss>http://www.knightby.net/regular-expressions-formula-and-tutorial-recommended.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>常用正则表达式</title>
		<link>http://www.knightby.net/regular-expressions-in-common-use.html</link>
		<comments>http://www.knightby.net/regular-expressions-in-common-use.html#comments</comments>
		<pubDate>Sun, 05 Apr 2009 10:01:15 +0000</pubDate>
		<dc:creator>Knightby</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Regexp]]></category>

		<guid isPermaLink="false">http://www.knightby.net/?p=311</guid>
		<description><![CDATA[1。^\d+$ //匹配非负整数（正整数 + 0） 

2。^[0-9]*[1-9][0-9]*$ //匹配正整数 

3。^((-\d+) ?(0+))$ //匹配非正整数（负整数 + 0） 

<span class="readmore"><a href="http://www.knightby.net/regular-expressions-in-common-use.html" title="常用正则表达式">阅读全文——共8003字</a></span><h3>Related Posts</h3><ul><li><a href="http://www.knightby.net/regular-expressions-formula-and-tutorial-recommended.html" title="正则表达式口诀及教程(推荐) 2009.04.18">正则表达式口诀及教程(推荐)</a>(0)</li>
</ul><h3>Recent Comments</h3><ul></ul>]]></description>
		<wfw:commentRss>http://www.knightby.net/regular-expressions-in-common-use.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>放几个用FLASH写的3D程序(看代码累了就来休闲下)</title>
		<link>http://www.knightby.net/small-program-in-flash-about-3d-for-a-rest.html</link>
		<comments>http://www.knightby.net/small-program-in-flash-about-3d-for-a-rest.html#comments</comments>
		<pubDate>Tue, 03 Feb 2009 16:01:16 +0000</pubDate>
		<dc:creator>Knightby</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[ActionScript3]]></category>

		<guid isPermaLink="false">http://www.knightby.net/?p=231</guid>
		<description><![CDATA[1.http://roxik.com/pictaps/

自己画一个人物，它自己可以跳舞

2.http://temp.roxik.com/datas/physics/index.html

<h3>Related Posts</h3><ul><li><a href="http://www.knightby.net/actionscript-3-palace-road-way-study-notes-2.html" title="《ActionScript 3殿堂之路》学习笔记(2) 2009.07.23">《ActionScript 3殿堂之路》学习笔记(2)</a>(0)</li>
<li><a href="http://www.knightby.net/as3-and-php-interactive-sample.html" title="AS3与PHP-交互示例 2009.06.5">AS3与PHP-交互示例</a>(0)</li>
<li><a href="http://www.knightby.net/cool-socker-test-for-actionscript-for-programmers.html" title="[酷东东] 提供给AS程序员学习socket客户端编程用的 socket测试服务端 2009.03.15">[酷东东] 提供给AS程序员学习socket客户端编程用的 socket测试服务端</a>(0)</li>
</ul><h3>Recent Comments</h3><ul></ul>]]></description>
		<wfw:commentRss>http://www.knightby.net/small-program-in-flash-about-3d-for-a-rest.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash AS作品等级划定</title>
		<link>http://www.knightby.net/class-of-flash-production.html</link>
		<comments>http://www.knightby.net/class-of-flash-production.html#comments</comments>
		<pubDate>Fri, 02 Jan 2009 12:01:21 +0000</pubDate>
		<dc:creator>Knightby</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[AS]]></category>
		<category><![CDATA[作品等级]]></category>
		<category><![CDATA[闪客小东]]></category>

		<guid isPermaLink="false">http://www.knightby.net/?p=82</guid>
		<description><![CDATA[转载自：闪客小东&#8217;s Blog

原文如下：

作品实现难度总共分8档,界面美观程度分5档,工作量分5档,所以总共是200个档次,,根据档次可基本估计该作品的价值

<span class="readmore"><a href="http://www.knightby.net/class-of-flash-production.html" title="Flash AS作品等级划定">阅读全文——共1853字</a></span><h3>Related Posts</h3><ul><li><a href="http://www.knightby.net/12-excellent-international-school-for-studying-flash-or-actionscript3.html" title="12个优秀的Flash/ActionScript国际级学堂 2009.01.17">12个优秀的Flash/ActionScript国际级学堂</a>(0)</li>
<li><a href="http://www.knightby.net/final-will-be-hold-next-wednesday.html" title="下周三期末考 2009.01.10">下周三期末考</a>(0)</li>
</ul><h3>Recent Comments</h3><ul></ul>]]></description>
		<wfw:commentRss>http://www.knightby.net/class-of-flash-production.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
