<?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>Freddie&#039;s Ria World-  &#8211; Blog Title</title>
	<atom:link href="http://javaflex.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://javaflex.net</link>
	<description>Just another flex weblog</description>
	<lastBuildDate>Sat, 31 Jul 2010 06:16:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>zh</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>解决Magento“Must specify JSON encoded source for decoding”的问题！</title>
		<link>http://javaflex.net/opensource/magento%e2%80%9cmust-specify-json-encoded-source-for-decoding%e2%80%9d/</link>
		<comments>http://javaflex.net/opensource/magento%e2%80%9cmust-specify-json-encoded-source-for-decoding%e2%80%9d/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 06:16:17 +0000</pubDate>
		<dc:creator>Freddie</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[开源系统]]></category>

		<guid isPermaLink="false">http://javaflex.net/?p=222</guid>
		<description><![CDATA[在更改magento属性系列的时候，出现了这样的问题：
“Must specify JSON encoded source for decoding”
下面是报错的内容：
#0 /home/mycpanelusername/public_html/app/code/core/Mage/Adminhtml/controllers/Catalog/Product/SetController.php(99): Zend_Json_Decoder::decode(NULL)
#1 /home/mycpanelusername/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(349): Mage_Adminhtml_Catalog_Product_SetController-&#62;saveAction()
#2 /home/mycpanelusername/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Admin.php(143): Mage_Core_Controller_Varien_Action-&#62;dispatch(’save’)
#3 /home/mycpanelusername/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(174): Mage_Core_Controller_Varien_Router_Admin-&#62;match(Object(Mage_Core_Controller_Request_Http))
#4 /home/mycpanelusername/public_html/app/Mage.php(447): Mage_Core_Controller_Varien_Front-&#62;dispatch()
#5 /home/mycpanelusername/public_html/index.php(52): Mage::run()
#6 {main}
Google了一下，问题解决了：
Try turning off your cache in magento (in the admin-&#62;System-&#62;Cache Management-&#62;Disable All Cache) and then navigate to your cache directory (\var\cache) and manually delete everything in that directory. You can delete the stuff in (\var\session) for [...]]]></description>
			<content:encoded><![CDATA[<p>在更改magento属性系列的时候，出现了这样的问题：</p>
<p>“Must specify JSON encoded source for decoding”</p>
<p>下面是报错的内容：</p>
<p>#0 /home/mycpanelusername/public_html/app/code/core/Mage/Adminhtml/controllers/Catalog/Product/SetController.php(99): Zend_Json_Decoder::decode(NULL)<br />
#1 /home/mycpanelusername/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(349): Mage_Adminhtml_Catalog_Product_SetController-&gt;saveAction()<br />
#2 /home/mycpanelusername/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Admin.php(143): Mage_Core_Controller_Varien_Action-&gt;dispatch(’save’)<br />
#3 /home/mycpanelusername/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(174): Mage_Core_Controller_Varien_Router_Admin-&gt;match(Object(Mage_Core_Controller_Request_Http))<br />
#4 /home/mycpanelusername/public_html/app/Mage.php(447): Mage_Core_Controller_Varien_Front-&gt;dispatch()<br />
#5 /home/mycpanelusername/public_html/index.php(52): Mage::run()<br />
#6 {main}<br />
Google了一下，问题解决了：</p>
<p>Try turning off your cache in magento (in the admin-&gt;System-&gt;Cache Management-&gt;Disable All Cache) and then navigate to your cache directory (\var\cache) and manually delete everything in that directory. You can delete the stuff in (\var\session) for good measure as well if you like. Then try the attribute sets again.</p>
<p>1.禁用所有缓存。</p>
<p>2.到你的web服务器，进入\var\cache目录下，删除所有文件即可！</p>
<div id="crp_related"><h3>您可能也会关注:</h3><ul><li><a href="http://javaflex.net/it/change-magento-default-sort/" rel="bookmark" class="crp_title">修改magento默认排列顺序</a></li><li><a href="http://javaflex.net/linux/install-magento-on-centos/" rel="bookmark" class="crp_title">在centos安装magento</a></li><li><a href="http://javaflex.net/opensource/how-to-setup-a-dual-currency-magento-shop/" rel="bookmark" class="crp_title">magento添加多货币 How to Setup a Dual Currency Magento Shop</a></li><li><a href="http://javaflex.net/java/orghibernatestalestateexception-batch-update-returned-unexpected-row-count-update-0-actual-row-count-0-expected-1/" rel="bookmark" class="crp_title">org.hibernate.StaleStateException: Batch update returned unexpected row count from update: 0 actual row count: 0 expected: 1</a></li><li><a href="http://javaflex.net/opensource/magento-show-views-extension/" rel="bookmark" class="crp_title">显示最新评论的扩展Magento</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://javaflex.net/opensource/magento%e2%80%9cmust-specify-json-encoded-source-for-decoding%e2%80%9d/&amp;title=%E8%A7%A3%E5%86%B3Magento%E2%80%9CMust+specify+JSON+encoded+source+for+decoding%E2%80%9D%E7%9A%84%E9%97%AE%E9%A2%98%EF%BC%81" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://javaflex.net/opensource/magento%e2%80%9cmust-specify-json-encoded-source-for-decoding%e2%80%9d/&amp;t=%E8%A7%A3%E5%86%B3Magento%E2%80%9CMust+specify+JSON+encoded+source+for+decoding%E2%80%9D%E7%9A%84%E9%97%AE%E9%A2%98%EF%BC%81" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=%E8%A7%A3%E5%86%B3Magento%E2%80%9CMust+specify+JSON+encoded+source+for+decoding%E2%80%9D%E7%9A%84%E9%97%AE%E9%A2%98%EF%BC%81+-+http://b2l.me/adw4d3+&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://javaflex.net/opensource/magento“must-specify-json-encoded-source-for-decoding”/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://javaflex.net/opensource/magento%e2%80%9cmust-specify-json-encoded-source-for-decoding%e2%80%9d/&amp;title=%E8%A7%A3%E5%86%B3Magento%E2%80%9CMust+specify+JSON+encoded+source+for+decoding%E2%80%9D%E7%9A%84%E9%97%AE%E9%A2%98%EF%BC%81" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-googlereader">
			<a href="http://www.google.com/reader/link?url=http://javaflex.net/opensource/magento%e2%80%9cmust-specify-json-encoded-source-for-decoding%e2%80%9d/&amp;title=%E8%A7%A3%E5%86%B3Magento%E2%80%9CMust+specify+JSON+encoded+source+for+decoding%E2%80%9D%E7%9A%84%E9%97%AE%E9%A2%98%EF%BC%81&amp;srcUrl=http://javaflex.net/opensource/magento%e2%80%9cmust-specify-json-encoded-source-for-decoding%e2%80%9d/&amp;srcTitle=%E8%A7%A3%E5%86%B3Magento%E2%80%9CMust+specify+JSON+encoded+source+for+decoding%E2%80%9D%E7%9A%84%E9%97%AE%E9%A2%98%EF%BC%81&amp;snippet=POST_SUMMARY" rel="nofollow" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://javaflex.net/opensource/magento%e2%80%9cmust-specify-json-encoded-source-for-decoding%e2%80%9d/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://javaflex.net/opensource/magento%e2%80%9cmust-specify-json-encoded-source-for-decoding%e2%80%9d/&amp;n=%E8%A7%A3%E5%86%B3Magento%E2%80%9CMust+specify+JSON+encoded+source+for+decoding%E2%80%9D%E7%9A%84%E9%97%AE%E9%A2%98%EF%BC%81&amp;pli=1" rel="nofollow" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://javaflex.net/opensource/magento%e2%80%9cmust-specify-json-encoded-source-for-decoding%e2%80%9d/&amp;title=%E8%A7%A3%E5%86%B3Magento%E2%80%9CMust+specify+JSON+encoded+source+for+decoding%E2%80%9D%E7%9A%84%E9%97%AE%E9%A2%98%EF%BC%81&amp;description=POST_SUMMARY" rel="nofollow" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://javaflex.net/opensource/magento%e2%80%9cmust-specify-json-encoded-source-for-decoding%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu操作基本快捷键</title>
		<link>http://javaflex.net/linux/ubuntu%e6%93%8d%e4%bd%9c%e5%9f%ba%e5%bf%ab%e6%8d%b7%e9%94%ae/</link>
		<comments>http://javaflex.net/linux/ubuntu%e6%93%8d%e4%bd%9c%e5%9f%ba%e5%bf%ab%e6%8d%b7%e9%94%ae/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 06:56:53 +0000</pubDate>
		<dc:creator>Freddie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://javaflex.net/?p=219</guid>
		<description><![CDATA[Ubuntu操作基本快捷键
* 打开主菜单 = Alt + F1
* 运行 = Alt + F2
* 显示桌面 = Ctrl + Alt + d
* 最小化当前窗口 = Alt + F9
* 最大化当前窗口 = Alt + F10
* 关闭当前窗口 = Alt + F4
* 截取全屏 = Print Screen
* 截取窗口 = Alt + Print Screen
默认特殊快捷键
* 展示所有窗口程序 = F10
* 展示当前窗口最上层程序 = F11
* 展示当前窗口所有程序 = F12
* 切换窗口 = Alt [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu操作基本快捷键<br />
* 打开主菜单 = Alt + F1<br />
* 运行 = Alt + F2<br />
* 显示桌面 = Ctrl + Alt + d<br />
* 最小化当前窗口 = Alt + F9<br />
* 最大化当前窗口 = Alt + F10<br />
* 关闭当前窗口 = Alt + F4<br />
* 截取全屏 = Print Screen<br />
* 截取窗口 = Alt + Print Screen<br />
默认特殊快捷键<br />
* 展示所有窗口程序 = F10<br />
* 展示当前窗口最上层程序 = F11<br />
* 展示当前窗口所有程序 = F12<br />
* 切换窗口 = Alt + Tab<br />
* 旋转3D桌面 = Ctrl + Alt + 左/右箭头（也可以把鼠标放在标题栏或桌面使用滚轮切换）<br />
* 旋转3D桌面（ 活动窗口跟随） = Ctrl + Shift + Alt + 左/右箭头<br />
* 手动旋转3D桌面 = Ctrl + Alt + 左键单击并拖拽桌面空白处<br />
* 窗口透明/不透明 = possible with the “transset” utility or Alt + 滚轮<br />
* 放大一次 = 超级键 + 右击<br />
* 手动放大 = 超级键 + 滚轮向上<br />
* 手动缩小 = 超级键 + 滚轮向下<br />
* 移动窗口 = Alt + 左键单击<br />
* 移动窗口时贴住边框 = 左键开始拖动后再 Ctrl + Alt<br />
* 调整窗口大小 = Alt + 中击<br />
* Bring up the window below the top window = Alt + middle-click<br />
* 动态效果减速 = Shift + F10<br />
* 水纹 = 按住 Ctrl+超级键<br />
* 雨点 = Shift-F9<br />
* 桌面展开＝ Ctrl + Alt + 下箭头，然后按住 Ctrl + Alt 和左/右箭头选择桌面</p>
<p>练习练习，切记！ <img src='http://javaflex.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<div id="crp_related"><h3>您可能也会关注:</h3><ul><li><a href="http://javaflex.net/flex/flex-keycode/" rel="bookmark" class="crp_title">Flex Keycode对照表</a></li><li><a href="http://javaflex.net/flex/flex-3-full-screen-code/" rel="bookmark" class="crp_title">flex 3 全屏代码</a></li><li><a href="http://javaflex.net/java/stringutil-usage/" rel="bookmark" class="crp_title">org.apache.commons.lang.StringUtil的21个使用技巧（转）</a></li><li><a href="http://javaflex.net/flex/flex-event-bubble/" rel="bookmark" class="crp_title">flex cookbook学习—1.11使用事件冒泡机制</a></li><li><a href="http://javaflex.net/flex/mxml-add-event-listener/" rel="bookmark" class="crp_title">1.6在MXML中添加事件监听器</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://javaflex.net/linux/ubuntu%e6%93%8d%e4%bd%9c%e5%9f%ba%e5%bf%ab%e6%8d%b7%e9%94%ae/&amp;title=Ubuntu%E6%93%8D%E4%BD%9C%E5%9F%BA%E6%9C%AC%E5%BF%AB%E6%8D%B7%E9%94%AE" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://javaflex.net/linux/ubuntu%e6%93%8d%e4%bd%9c%e5%9f%ba%e5%bf%ab%e6%8d%b7%e9%94%ae/&amp;t=Ubuntu%E6%93%8D%E4%BD%9C%E5%9F%BA%E6%9C%AC%E5%BF%AB%E6%8D%B7%E9%94%AE" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Ubuntu%E6%93%8D%E4%BD%9C%E5%9F%BA%E6%9C%AC%E5%BF%AB%E6%8D%B7%E9%94%AE+-+http://b2l.me/adez6r+&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://javaflex.net/linux/ubuntu操作基快捷键/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://javaflex.net/linux/ubuntu%e6%93%8d%e4%bd%9c%e5%9f%ba%e5%bf%ab%e6%8d%b7%e9%94%ae/&amp;title=Ubuntu%E6%93%8D%E4%BD%9C%E5%9F%BA%E6%9C%AC%E5%BF%AB%E6%8D%B7%E9%94%AE" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-googlereader">
			<a href="http://www.google.com/reader/link?url=http://javaflex.net/linux/ubuntu%e6%93%8d%e4%bd%9c%e5%9f%ba%e5%bf%ab%e6%8d%b7%e9%94%ae/&amp;title=Ubuntu%E6%93%8D%E4%BD%9C%E5%9F%BA%E6%9C%AC%E5%BF%AB%E6%8D%B7%E9%94%AE&amp;srcUrl=http://javaflex.net/linux/ubuntu%e6%93%8d%e4%bd%9c%e5%9f%ba%e5%bf%ab%e6%8d%b7%e9%94%ae/&amp;srcTitle=Ubuntu%E6%93%8D%E4%BD%9C%E5%9F%BA%E6%9C%AC%E5%BF%AB%E6%8D%B7%E9%94%AE&amp;snippet=POST_SUMMARY" rel="nofollow" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://javaflex.net/linux/ubuntu%e6%93%8d%e4%bd%9c%e5%9f%ba%e5%bf%ab%e6%8d%b7%e9%94%ae/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://javaflex.net/linux/ubuntu%e6%93%8d%e4%bd%9c%e5%9f%ba%e5%bf%ab%e6%8d%b7%e9%94%ae/&amp;n=Ubuntu%E6%93%8D%E4%BD%9C%E5%9F%BA%E6%9C%AC%E5%BF%AB%E6%8D%B7%E9%94%AE&amp;pli=1" rel="nofollow" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://javaflex.net/linux/ubuntu%e6%93%8d%e4%bd%9c%e5%9f%ba%e5%bf%ab%e6%8d%b7%e9%94%ae/&amp;title=Ubuntu%E6%93%8D%E4%BD%9C%E5%9F%BA%E6%9C%AC%E5%BF%AB%E6%8D%B7%E9%94%AE&amp;description=POST_SUMMARY" rel="nofollow" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://javaflex.net/linux/ubuntu%e6%93%8d%e4%bd%9c%e5%9f%ba%e5%bf%ab%e6%8d%b7%e9%94%ae/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Keycode对照表</title>
		<link>http://javaflex.net/flex/flex-keycode/</link>
		<comments>http://javaflex.net/flex/flex-keycode/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 02:07:45 +0000</pubDate>
		<dc:creator>Freddie</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://javaflex.net/?p=213</guid>
		<description><![CDATA[



字母和数字键的键码值(keyCode)


按键
键码
按键
键码
按键
键码
按键
键码


A
65
J
74
S
83
1
49


B
66
K
75
T
84
2
50


C
67
L
76
U
85
3
51


D
68
M
77
V
86
4
52


E
69
N
78
W
87
5
53


F
70
O
79
X
88
6
54


G
71
P
80
Y
89
7
55


H
72
Q
81
Z
90
8
56


I
73
R
82
0
48
9
57






数字键盘上的键的键码值(keyCode)
功能键键码值(keyCode)


按键
键码
按键
键码
按键
键码
按键
键码


0
96
8
104
F1
112
F7
118


1
97
9
105
F2
113
F8
119


2
98
*
106
F3
114
F9
120


3
99
+
107
F4
115
F10
121


4
100
Enter
108
F5
116
F11
122


5
101
-
109
F6
117
F12
123


6
102
.
110
 
 
 
 


7
103
/
111
 
 
 
 






控制键键码值(keyCode)


按键
键码
按键
键码
按键
键码
按键
键码


BackSpace
8
Esc
27
Right Arrow
39
-_
189


Tab
9
Spacebar
32
Dw Arrow
40
.&#62;
190


Clear
12
Page Up
33
Insert
45
/?
191


Enter
13
Page Down
34
Delete
46
`~
192


Shift
16
End
35
Num Lock
144
[{
219


Control
17
Home
36
;:
186
\&#124;
220


Alt
18
Left Arrow
37
=+
187
]}
221


Cape Lock
20
Up Arrow
38
,&#60;
188
&#8216;&#8221;
222






多媒体键码值(keyCode)


按键
键码
按键
键码
按键
键码
按键
键码


音量加
175
 
 
 
 
 
 


音量减
174
 
 
 
 
 
 


停止
179
 
 
 
 
 
 


静音
173
 
 
 
 
 
 


浏览器
172
 
 
 
 
 
 


邮件
180
 
 
 
 
 
 


搜索
170
 
 
 
 
 
 


收藏
171
 
 
 
 
 
 



您可能也会关注:flex 3 全屏代码用BlazeDS实现flex与java通信（最简单的DEMO）3.22在容器中滚动到某个指定的子组件Adobe AIR 一个游戏五个平台不得不看的优化反向链接的四大原则




		
			Share this on del.icio.us
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Subscribe to the comments for this post?
		
		
			Add this to Google Bookmarks
		
		
			Add this to Google Reader
		
		
			Post on Google Buzz
		
		
			Blog this on Blogger
		
		
			Add this to DZone
		





]]></description>
			<content:encoded><![CDATA[<p><span id="more-213"></span></p>
<table border="0" cellspacing="1" cellpadding="1" width="100%" bgcolor="#999999">
<tbody>
<tr align="center" bgcolor="#ffffff">
<td colspan="8"><strong>字母和数字键的键码值(keyCode)</strong></td>
</tr>
<tr align="center" bgcolor="#dddddd">
<td>按键</td>
<td>键码</td>
<td>按键</td>
<td>键码</td>
<td>按键</td>
<td>键码</td>
<td>按键</td>
<td>键码</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>A</td>
<td>65</td>
<td>J</td>
<td>74</td>
<td>S</td>
<td>83</td>
<td>1</td>
<td>49</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>B</td>
<td>66</td>
<td>K</td>
<td>75</td>
<td>T</td>
<td>84</td>
<td>2</td>
<td>50</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>C</td>
<td>67</td>
<td>L</td>
<td>76</td>
<td>U</td>
<td>85</td>
<td>3</td>
<td>51</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>D</td>
<td>68</td>
<td>M</td>
<td>77</td>
<td>V</td>
<td>86</td>
<td>4</td>
<td>52</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>E</td>
<td>69</td>
<td>N</td>
<td>78</td>
<td>W</td>
<td>87</td>
<td>5</td>
<td>53</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>F</td>
<td>70</td>
<td>O</td>
<td>79</td>
<td>X</td>
<td>88</td>
<td>6</td>
<td>54</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>G</td>
<td>71</td>
<td>P</td>
<td>80</td>
<td>Y</td>
<td>89</td>
<td>7</td>
<td>55</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>H</td>
<td>72</td>
<td>Q</td>
<td>81</td>
<td>Z</td>
<td>90</td>
<td>8</td>
<td>56</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>I</td>
<td>73</td>
<td>R</td>
<td>82</td>
<td>0</td>
<td>48</td>
<td>9</td>
<td>57</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="1" cellpadding="1" width="100%" bgcolor="#999999">
<tbody>
<tr align="center" bgcolor="#ffffff">
<td colspan="4"><strong>数字键盘上的键的键码值(keyCode)</strong></td>
<td colspan="4"><strong>功能键键码值(keyCode)</strong></td>
</tr>
<tr align="center" bgcolor="#dddddd">
<td width="10%">按键</td>
<td width="10%">键码</td>
<td width="10%">按键</td>
<td width="10%">键码</td>
<td width="10%">按键</td>
<td width="10%">键码</td>
<td width="10%">按键</td>
<td width="10%">键码</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>0</td>
<td>96</td>
<td>8</td>
<td>104</td>
<td>F1</td>
<td>112</td>
<td>F7</td>
<td>118</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>1</td>
<td>97</td>
<td>9</td>
<td>105</td>
<td>F2</td>
<td>113</td>
<td>F8</td>
<td>119</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>2</td>
<td>98</td>
<td>*</td>
<td>106</td>
<td>F3</td>
<td>114</td>
<td>F9</td>
<td>120</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>3</td>
<td>99</td>
<td>+</td>
<td>107</td>
<td>F4</td>
<td>115</td>
<td>F10</td>
<td>121</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>4</td>
<td>100</td>
<td>Enter</td>
<td>108</td>
<td>F5</td>
<td>116</td>
<td>F11</td>
<td>122</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>5</td>
<td>101</td>
<td>-</td>
<td>109</td>
<td>F6</td>
<td>117</td>
<td>F12</td>
<td>123</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>6</td>
<td>102</td>
<td>.</td>
<td>110</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>7</td>
<td>103</td>
<td>/</td>
<td>111</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="1" cellpadding="1" width="100%" bgcolor="#999999">
<tbody>
<tr align="center" bgcolor="#ffffff">
<td colspan="8"><strong>控制键键码值(keyCode)</strong></td>
</tr>
<tr align="center" bgcolor="#dddddd">
<td width="10%">按键</td>
<td width="10%">键码</td>
<td width="10%">按键</td>
<td width="10%">键码</td>
<td width="10%">按键</td>
<td width="10%">键码</td>
<td width="10%">按键</td>
<td width="10%">键码</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>BackSpace</td>
<td>8</td>
<td>Esc</td>
<td>27</td>
<td>Right Arrow</td>
<td>39</td>
<td>-_</td>
<td>189</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>Tab</td>
<td>9</td>
<td>Spacebar</td>
<td>32</td>
<td>Dw Arrow</td>
<td>40</td>
<td>.&gt;</td>
<td>190</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>Clear</td>
<td>12</td>
<td>Page Up</td>
<td>33</td>
<td>Insert</td>
<td>45</td>
<td>/?</td>
<td>191</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>Enter</td>
<td>13</td>
<td>Page Down</td>
<td>34</td>
<td>Delete</td>
<td>46</td>
<td>`~</td>
<td>192</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>Shift</td>
<td>16</td>
<td>End</td>
<td>35</td>
<td>Num Lock</td>
<td>144</td>
<td>[{</td>
<td>219</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>Control</td>
<td>17</td>
<td>Home</td>
<td>36</td>
<td>;:</td>
<td>186</td>
<td>\|</td>
<td>220</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>Alt</td>
<td>18</td>
<td>Left Arrow</td>
<td>37</td>
<td>=+</td>
<td>187</td>
<td>]}</td>
<td>221</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>Cape Lock</td>
<td>20</td>
<td>Up Arrow</td>
<td>38</td>
<td>,&lt;</td>
<td>188</td>
<td>&#8216;&#8221;</td>
<td>222</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="1" cellpadding="1" width="100%" bgcolor="#999999">
<tbody>
<tr align="center" bgcolor="#ffffff">
<td colspan="8"><strong>多媒体键码值(keyCode)</strong></td>
</tr>
<tr align="center" bgcolor="#dddddd">
<td width="10%">按键</td>
<td width="10%">键码</td>
<td width="10%">按键</td>
<td width="10%">键码</td>
<td width="10%">按键</td>
<td width="10%">键码</td>
<td width="10%">按键</td>
<td width="10%">键码</td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>音量加</td>
<td>175</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>音量减</td>
<td>174</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>停止</td>
<td>179</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>静音</td>
<td>173</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>浏览器</td>
<td>172</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>邮件</td>
<td>180</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>搜索</td>
<td>170</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td>收藏</td>
<td>171</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<div id="crp_related"><h3>您可能也会关注:</h3><ul><li><a href="http://javaflex.net/flex/flex-3-full-screen-code/" rel="bookmark" class="crp_title">flex 3 全屏代码</a></li><li><a href="http://javaflex.net/java/java-flex-communication/" rel="bookmark" class="crp_title">用BlazeDS实现flex与java通信（最简单的DEMO）</a></li><li><a href="http://javaflex.net/flex/roll-to-component/" rel="bookmark" class="crp_title">3.22在容器中滚动到某个指定的子组件</a></li><li><a href="http://javaflex.net/flex/adobe-air/" rel="bookmark" class="crp_title">Adobe AIR 一个游戏五个平台</a></li><li><a href="http://javaflex.net/seo/how-to-do-backlinks/" rel="bookmark" class="crp_title">不得不看的优化反向链接的四大原则</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://javaflex.net/flex/flex-keycode/&amp;title=Flex+Keycode%E5%AF%B9%E7%85%A7%E8%A1%A8+" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://javaflex.net/flex/flex-keycode/&amp;t=Flex+Keycode%E5%AF%B9%E7%85%A7%E8%A1%A8+" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Flex+Keycode%E5%AF%B9%E7%85%A7%E8%A1%A8++-+http://b2l.me/9cskn+&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://javaflex.net/flex/flex-keycode/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://javaflex.net/flex/flex-keycode/&amp;title=Flex+Keycode%E5%AF%B9%E7%85%A7%E8%A1%A8+" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-googlereader">
			<a href="http://www.google.com/reader/link?url=http://javaflex.net/flex/flex-keycode/&amp;title=Flex+Keycode%E5%AF%B9%E7%85%A7%E8%A1%A8+&amp;srcUrl=http://javaflex.net/flex/flex-keycode/&amp;srcTitle=Flex+Keycode%E5%AF%B9%E7%85%A7%E8%A1%A8+&amp;snippet=POST_SUMMARY" rel="nofollow" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://javaflex.net/flex/flex-keycode/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://javaflex.net/flex/flex-keycode/&amp;n=Flex+Keycode%E5%AF%B9%E7%85%A7%E8%A1%A8+&amp;pli=1" rel="nofollow" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://javaflex.net/flex/flex-keycode/&amp;title=Flex+Keycode%E5%AF%B9%E7%85%A7%E8%A1%A8+&amp;description=POST_SUMMARY" rel="nofollow" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://javaflex.net/flex/flex-keycode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>发几个腾讯微博邀请码~</title>
		<link>http://javaflex.net/it/tencent-qq-micro-blog-invite/</link>
		<comments>http://javaflex.net/it/tencent-qq-micro-blog-invite/#comments</comments>
		<pubDate>Fri, 07 May 2010 02:40:24 +0000</pubDate>
		<dc:creator>Freddie</dc:creator>
				<category><![CDATA[It生活]]></category>
		<category><![CDATA[http://t.qq.com/invite/]]></category>
		<category><![CDATA[最新腾讯微博邀请码]]></category>
		<category><![CDATA[腾讯qq微博邀请码]]></category>
		<category><![CDATA[腾讯微博邀请码]]></category>
		<category><![CDATA[腾讯微博邀请码发放]]></category>

		<guid isPermaLink="false">http://javaflex.net/it/%e5%8f%91%e5%87%a0%e4%b8%aa%e8%85%be%e8%ae%af%e5%be%ae%e5%8d%9a%e9%82%80%e8%af%b7%e7%a0%81/</guid>
		<description><![CDATA[腾讯微博于2010年4月1日开始发行邀请，当天采用的是腾讯公司邀请知名人士的邀请形式。后来在内测中的用户可以获得邀请好友加入的资格，就是所谓的腾讯微博邀请码，4月14日后，腾讯微博邀请码更名为蒲公英种子。
4月29日官方已放出申请页面： http://t.qq.com/req/index.php （直接提交申请开通腾讯微博）
请完整、真实地填写以下信息，我们会从中筛选一部分用户发放邀请，并对您的所填写信息保密。

腾讯微博最新开通方法： http://page.vote.qq.com/?id=108614 （直接提交申请开通微博帐号）
在腾讯微博正式开放之前，javaflex.net本页面会不定时更新腾讯邀请码~
5月7日 11：00 发布三个码，拿到的朋友留个言，以方便他人，谢谢~
http://t.qq.com/invite/e24638c7dd42975ad827
http://t.qq.com/invite/6c0eb7877ec914aa3d4d
http://t.qq.com/invite/9fe05a97727100d67245
———————————————————————
5月8日更新：（有人不厚道啊，拿了也不吭一声，如果下面的码被用了，就请新来的朋友留下邮箱，我会把新的邀请码发到你们邮箱的·~）
http://t.qq.com/invite/6c0eb7877ec914aa3d4d
别忘了收听Freddie的微博哦：http://t.qq.com/freddie_javaflex
您可能也会关注:linux下最容易的增量备份,tar增量备份wordpress gallery主题安装magento添加多货币 How to Setup a Dual Currency Magento Shop8招让你的网站迅速提高Page rank仿苹果的Accordion实现




		
			Share this on del.icio.us
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Subscribe to the comments for this post?
		
		
			Add this to Google Bookmarks
		
		
			Add this to Google Reader
		
		
			Post on Google Buzz
		
		
			Blog this on Blogger
		
		
			Add this to DZone
		





]]></description>
			<content:encoded><![CDATA[<p><a href="http://t.qq.com">腾讯微博</a>于2010年4月1日开始发行邀请，当天采用的是腾讯公司邀请知名人士的邀请形式。后来在内测中的用户可以获得邀请好友加入的资格，就是所谓的腾讯微博邀请码，4月14日后，腾讯微博邀请码更名为蒲公英种子。</p>
<p>4月29日官方已放出申请页面： http://t.qq.com/req/index.php （直接提交申请开通腾讯微博）</p>
<p>请完整、真实地填写以下信息，我们会从中筛选一部分用户发放邀请，并对您的所填写信息保密。</p>
<p><a href="http://javaflex.net/wp-content/uploads/2010/05/qqtalk.jpg"><img class="alignnone size-medium wp-image-209" title="qqtalk" src="http://javaflex.net/wp-content/uploads/2010/05/qqtalk-300x284.jpg" alt="" width="300" height="284" /></a></p>
<p>腾讯微博最新开通方法： http://page.vote.qq.com/?id=108614 （直接提交申请开通微博帐号）</p>
<p>在腾讯微博正式开放之前，javaflex.net本页面会不定时更新腾讯邀请码~</p>
<p>5月7日 11：00 发布三个码，拿到的朋友留个言，以方便他人，谢谢~</p>
<p><a href="http://t.qq.com/invite/e24638c7dd42975ad827">http://t.qq.com/invite/e24638c7dd42975ad827</a></p>
<p><a href="http://t.qq.com/invite/6c0eb7877ec914aa3d4d">http://t.qq.com/invite/6c0eb7877ec914aa3d4d</a></p>
<p><a href="http://t.qq.com/invite/9fe05a97727100d67245">http://t.qq.com/invite/9fe05a97727100d67245</a></p>
<p>———————————————————————</p>
<p>5月8日更新：（有人不厚道啊，拿了也不吭一声，如果下面的码被用了，就请新来的朋友留下邮箱，我会把新的邀请码发到你们邮箱的·~）</p>
<p><a href="http://t.qq.com/invite/6c0eb7877ec914aa3d4d">http://t.qq.com/invite/6c0eb7877ec914aa3d4d</a></p>
<p>别忘了收听Freddie的微博哦：<a href="http://t.qq.com/freddie_javaflex">http://t.qq.com/freddie_javaflex</a></p>
<div id="crp_related"><h3>您可能也会关注:</h3><ul><li><a href="http://javaflex.net/linux/linuxtar/" rel="bookmark" class="crp_title">linux下最容易的增量备份,tar增量备份</a></li><li><a href="http://javaflex.net/opensource/wordpress-gallery-theme-install/" rel="bookmark" class="crp_title">wordpress gallery主题安装</a></li><li><a href="http://javaflex.net/opensource/how-to-setup-a-dual-currency-magento-shop/" rel="bookmark" class="crp_title">magento添加多货币 How to Setup a Dual Currency Magento Shop</a></li><li><a href="http://javaflex.net/seo/8-tips-increase-yourpage-rank/" rel="bookmark" class="crp_title">8招让你的网站迅速提高Page rank</a></li><li><a href="http://javaflex.net/flex/accordion/" rel="bookmark" class="crp_title">仿苹果的Accordion实现</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://javaflex.net/it/tencent-qq-micro-blog-invite/&amp;title=%E5%8F%91%E5%87%A0%E4%B8%AA%E8%85%BE%E8%AE%AF%E5%BE%AE%E5%8D%9A%E9%82%80%E8%AF%B7%E7%A0%81%7E" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://javaflex.net/it/tencent-qq-micro-blog-invite/&amp;t=%E5%8F%91%E5%87%A0%E4%B8%AA%E8%85%BE%E8%AE%AF%E5%BE%AE%E5%8D%9A%E9%82%80%E8%AF%B7%E7%A0%81%7E" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=%E5%8F%91%E5%87%A0%E4%B8%AA%E8%85%BE%E8%AE%AF%E5%BE%AE%E5%8D%9A%E9%82%80%E8%AF%B7%E7%A0%81%7E+-+http://b2l.me/s7gxj+&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://javaflex.net/it/tencent-qq-micro-blog-invite/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://javaflex.net/it/tencent-qq-micro-blog-invite/&amp;title=%E5%8F%91%E5%87%A0%E4%B8%AA%E8%85%BE%E8%AE%AF%E5%BE%AE%E5%8D%9A%E9%82%80%E8%AF%B7%E7%A0%81%7E" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-googlereader">
			<a href="http://www.google.com/reader/link?url=http://javaflex.net/it/tencent-qq-micro-blog-invite/&amp;title=%E5%8F%91%E5%87%A0%E4%B8%AA%E8%85%BE%E8%AE%AF%E5%BE%AE%E5%8D%9A%E9%82%80%E8%AF%B7%E7%A0%81%7E&amp;srcUrl=http://javaflex.net/it/tencent-qq-micro-blog-invite/&amp;srcTitle=%E5%8F%91%E5%87%A0%E4%B8%AA%E8%85%BE%E8%AE%AF%E5%BE%AE%E5%8D%9A%E9%82%80%E8%AF%B7%E7%A0%81%7E&amp;snippet=POST_SUMMARY" rel="nofollow" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://javaflex.net/it/tencent-qq-micro-blog-invite/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://javaflex.net/it/tencent-qq-micro-blog-invite/&amp;n=%E5%8F%91%E5%87%A0%E4%B8%AA%E8%85%BE%E8%AE%AF%E5%BE%AE%E5%8D%9A%E9%82%80%E8%AF%B7%E7%A0%81%7E&amp;pli=1" rel="nofollow" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://javaflex.net/it/tencent-qq-micro-blog-invite/&amp;title=%E5%8F%91%E5%87%A0%E4%B8%AA%E8%85%BE%E8%AE%AF%E5%BE%AE%E5%8D%9A%E9%82%80%E8%AF%B7%E7%A0%81%7E&amp;description=POST_SUMMARY" rel="nofollow" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://javaflex.net/it/tencent-qq-micro-blog-invite/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>仿苹果的Accordion实现</title>
		<link>http://javaflex.net/flex/accordion/</link>
		<comments>http://javaflex.net/flex/accordion/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 07:07:40 +0000</pubDate>
		<dc:creator>Freddie</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[apple]]></category>

		<guid isPermaLink="false">http://javaflex.net/?p=189</guid>
		<description><![CDATA[原文出自 doug  先生的博客
点我查看效果
这个效果很久以前就在doug的博客看到了，觉得很cool，昨天下源码下来研究，发现编译不了！到网上一搜，有很多人在问这个，可是没人提出解决的办法。 Fred只好自己再跑去看源码,发现在问题所在：原来是源码里的flexlib版本不对，换了个版本，ok，编译通过！:idea:
大致看了一下源码，比较简单，主要是就一个header renderer!

&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;mx:Application xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; layout=&#34;absolute&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; xmlns:code=&#34;http://code.google.com/p/flexlib/&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; xmlns:local=&#34;*&#34;&#62;
&#160; &#160; &#60;mx:Style source=&#34;assets/style.css&#34;/&#62;
&#160; &#160; &#60;mx:Panel title=&#34;Essentials&#34;&#62;
&#160; &#160; &#160; &#160; &#60;code:VAccordion id=&#34;accordion&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;headerLocation=&#34;below&#34;
&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>原文出自 <a href="http://dougmccune.com/blog/2007/09/22/nifty-flex-accordion-menu-like-on-applecom/" target="_blank">doug</a>  先生的博客</p>
<p><a href="http://javaflex.net/demo/gallery/AppleAccordionTest/index.html" target="_blank">点我查看效果</a></p>
<p>这个效果很久以前就在doug的博客看到了，觉得很cool，昨天下源码下来研究，发现编译不了！到网上一搜，有很多人在问这个，可是没人提出解决的办法。 Fred只好自己再跑去看源码,发现在问题所在：原来是源码里的<span style="color: #ff0000;">flexlib版本</span>不对，换了个版本，ok，编译通过！:idea:</p>
<p>大致看了一下源码，比较简单，主要是就一个header renderer!</p>
<div>
<div class="codecolorer-container mxml default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:560px;height:480px;"><div class="mxml codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000;">&lt;?xml version=<span style="color: #ff0000;">&quot;1.0&quot;</span> encoding=<span style="color: #ff0000;">&quot;utf-8&quot;</span>?<span style="color: #7400FF;">&gt;</span></span><br />
<span style="color: #000000;"><span style="color: #7400FF;">&lt;mx:Application</span> xmlns:mx=<span style="color: #ff0000;">&quot;http://www.adobe.com/2006/mxml&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; layout=<span style="color: #ff0000;">&quot;absolute&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xmlns:code=<span style="color: #ff0000;">&quot;http://code.google.com/p/flexlib/&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xmlns:local=<span style="color: #ff0000;">&quot;*&quot;</span><span style="color: #7400FF;">&gt;</span></span><br />
&nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;mx:Style</span> source=<span style="color: #ff0000;">&quot;assets/style.css&quot;</span><span style="color: #7400FF;">/&gt;</span></span><br />
&nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;mx:Panel</span> title=<span style="color: #ff0000;">&quot;Essentials&quot;</span><span style="color: #7400FF;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;code:VAccordion</span> id=<span style="color: #ff0000;">&quot;accordion&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;headerLocation=<span style="color: #ff0000;">&quot;below&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width=<span style="color: #ff0000;">&quot;200&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resizeToContent=<span style="color: #ff0000;">&quot;true&quot;</span> headerRenderer=<span style="color: #ff0000;">&quot;Header&quot;</span><span style="color: #7400FF;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;local:AccordionItem</span> title=<span style="color: #ff0000;">&quot;iTunes 3&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;image=<span style="color: #ff0000;">&quot;@Embed('assets/essentials_itunes20070611.png')&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description=<span style="color: #ff0000;">&quot;Music. Movies. tv shows .podcasts&quot;</span><span style="color: #7400FF;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;local:AccordionItem</span> title=<span style="color: #ff0000;">&quot;QuickTime&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;image=<span style="color: #ff0000;">&quot;@Embed('assets/essentials_quicktime20070611.png')&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description=<span style="color: #ff0000;">&quot;Enjoy crystal clear video with H.264 support.&quot;</span><span style="color: #7400FF;">/&gt;</span></span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;local:AccordionItem</span> title=<span style="color: #ff0000;">&quot;Widgets&quot;</span> verticalScrollPolicy=<span style="color: #ff0000;">&quot;off&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;image=<span style="color: #ff0000;">&quot;@Embed('assets/essentials_widgets20070611.png')&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description=<span style="color: #ff0000;">&quot;Amazing widgets for your Mac OS X Dashboard.&quot;</span><span style="color: #7400FF;">/&gt;</span></span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;local:AccordionItem</span> title=<span style="color: #ff0000;">&quot;Safari 3 Public Beta&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;image=<span style="color: #ff0000;">&quot;@Embed('assets/essentials_safari20070611.png')&quot;</span></span><br />
<span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description=<span style="color: #ff0000;">&quot;The world's best browser. Now on Windows, too.&quot;</span><span style="color: #7400FF;">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;/code:VAccordion</span><span style="color: #7400FF;">&gt;</span></span><br />
&nbsp; &nbsp; <span style="color: #000000;"><span style="color: #7400FF;">&lt;/mx:Panel</span><span style="color: #7400FF;">&gt;</span></span><br />
<br />
<span style="color: #000000;"><span style="color: #7400FF;">&lt;/mx:Application</span><span style="color: #7400FF;">&gt;</span></span></div></div>
</div>
<div id="crp_related"><h3>您可能也会关注:</h3><ul><li><a href="http://javaflex.net/flex/flex-3-full-screen-code/" rel="bookmark" class="crp_title">flex 3 全屏代码</a></li><li><a href="http://javaflex.net/opensource/wordpress-add-favico/" rel="bookmark" class="crp_title">给WordPress添加一个favicon(地址栏显示图标)</a></li><li><a href="http://javaflex.net/opensource/wordpress-gallery-theme-install/" rel="bookmark" class="crp_title">wordpress gallery主题安装</a></li><li><a href="http://javaflex.net/flex/112mxmlactionscript/" rel="bookmark" class="crp_title">1.12使用代码隐藏模式分离MXML和ActionScript</a></li><li><a href="http://javaflex.net/flex/flex-labelfunction/" rel="bookmark" class="crp_title">2.6设置控件的labelFunction</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://javaflex.net/flex/accordion/&amp;title=%E4%BB%BF%E8%8B%B9%E6%9E%9C%E7%9A%84Accordion%E5%AE%9E%E7%8E%B0" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://javaflex.net/flex/accordion/&amp;t=%E4%BB%BF%E8%8B%B9%E6%9E%9C%E7%9A%84Accordion%E5%AE%9E%E7%8E%B0" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=%E4%BB%BF%E8%8B%B9%E6%9E%9C%E7%9A%84Accordion%E5%AE%9E%E7%8E%B0+-+http://b2l.me/r3g8f+&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://javaflex.net/flex/accordion/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://javaflex.net/flex/accordion/&amp;title=%E4%BB%BF%E8%8B%B9%E6%9E%9C%E7%9A%84Accordion%E5%AE%9E%E7%8E%B0" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-googlereader">
			<a href="http://www.google.com/reader/link?url=http://javaflex.net/flex/accordion/&amp;title=%E4%BB%BF%E8%8B%B9%E6%9E%9C%E7%9A%84Accordion%E5%AE%9E%E7%8E%B0&amp;srcUrl=http://javaflex.net/flex/accordion/&amp;srcTitle=%E4%BB%BF%E8%8B%B9%E6%9E%9C%E7%9A%84Accordion%E5%AE%9E%E7%8E%B0&amp;snippet=POST_SUMMARY" rel="nofollow" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://javaflex.net/flex/accordion/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://javaflex.net/flex/accordion/&amp;n=%E4%BB%BF%E8%8B%B9%E6%9E%9C%E7%9A%84Accordion%E5%AE%9E%E7%8E%B0&amp;pli=1" rel="nofollow" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://javaflex.net/flex/accordion/&amp;title=%E4%BB%BF%E8%8B%B9%E6%9E%9C%E7%9A%84Accordion%E5%AE%9E%E7%8E%B0&amp;description=POST_SUMMARY" rel="nofollow" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://javaflex.net/flex/accordion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决“打开网上邻居慢，卡一下”等问题·</title>
		<link>http://javaflex.net/windows/%e8%a7%a3%e5%86%b3%e2%80%9c%e6%89%93%e5%bc%80%e7%bd%91%e4%b8%8a%e9%82%bb%e5%b1%85%e6%85%a2%ef%bc%8c%e5%8d%a1%e4%b8%80%e4%b8%8b%e2%80%9d%e7%ad%89%e9%97%ae%e9%a2%98%c2%b7/</link>
		<comments>http://javaflex.net/windows/%e8%a7%a3%e5%86%b3%e2%80%9c%e6%89%93%e5%bc%80%e7%bd%91%e4%b8%8a%e9%82%bb%e5%b1%85%e6%85%a2%ef%bc%8c%e5%8d%a1%e4%b8%80%e4%b8%8b%e2%80%9d%e7%ad%89%e9%97%ae%e9%a2%98%c2%b7/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 03:10:22 +0000</pubDate>
		<dc:creator>Freddie</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[网上邻居慢]]></category>

		<guid isPermaLink="false">http://javaflex.net/?p=180</guid>
		<description><![CDATA[有时间我们双击桌面的网上邻居打开的速非常慢，大概在五分钟到10分钟才能弹出对话框，使用共享都正常。
怎么办呢，以下是解决办法~
1、打开注册表。方法：
开始－－运行－－regedit－－回车
2、找到这个：
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace
展开 namespace  后会看到2个一大长串数字英文还有大括号的名称的项，把他们删除。ok，解决啦~~
您可能也会关注:仿苹果的Accordion实现




		
			Share this on del.icio.us
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Subscribe to the comments for this post?
		
		
			Add this to Google Bookmarks
		
		
			Add this to Google Reader
		
		
			Post on Google Buzz
		
		
			Blog this on Blogger
		
		
			Add this to DZone
		





]]></description>
			<content:encoded><![CDATA[<p>有时间我们双击桌面的网上邻居打开的速非常慢，大概在五分钟到10分钟才能弹出对话框，使用共享都正常。</p>
<p>怎么办呢，以下是解决办法~</p>
<p>1、打开注册表。方法：<br />
开始－－运行－－regedit－－回车</p>
<p>2、找到这个：</p>
<p>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace</p>
<p>展开 namespace  后会看到2个一大长串数字英文还有大括号的名称的项，把他们删除。ok，解决啦~~</p>
<div id="crp_related"><h3>您可能也会关注:</h3><ul><li><a href="http://javaflex.net/flex/accordion/" rel="bookmark" class="crp_title">仿苹果的Accordion实现</a></li></ul></div>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://javaflex.net/windows/%e8%a7%a3%e5%86%b3%e2%80%9c%e6%89%93%e5%bc%80%e7%bd%91%e4%b8%8a%e9%82%bb%e5%b1%85%e6%85%a2%ef%bc%8c%e5%8d%a1%e4%b8%80%e4%b8%8b%e2%80%9d%e7%ad%89%e9%97%ae%e9%a2%98%c2%b7/&amp;title=%E8%A7%A3%E5%86%B3%E2%80%9C%E6%89%93%E5%BC%80%E7%BD%91%E4%B8%8A%E9%82%BB%E5%B1%85%E6%85%A2%EF%BC%8C%E5%8D%A1%E4%B8%80%E4%B8%8B%E2%80%9D%E7%AD%89%E9%97%AE%E9%A2%98%C2%B7" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://javaflex.net/windows/%e8%a7%a3%e5%86%b3%e2%80%9c%e6%89%93%e5%bc%80%e7%bd%91%e4%b8%8a%e9%82%bb%e5%b1%85%e6%85%a2%ef%bc%8c%e5%8d%a1%e4%b8%80%e4%b8%8b%e2%80%9d%e7%ad%89%e9%97%ae%e9%a2%98%c2%b7/&amp;t=%E8%A7%A3%E5%86%B3%E2%80%9C%E6%89%93%E5%BC%80%E7%BD%91%E4%B8%8A%E9%82%BB%E5%B1%85%E6%85%A2%EF%BC%8C%E5%8D%A1%E4%B8%80%E4%B8%8B%E2%80%9D%E7%AD%89%E9%97%AE%E9%A2%98%C2%B7" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=%E8%A7%A3%E5%86%B3%E2%80%9C%E6%89%93%E5%BC%80%E7%BD%91%E4%B8%8A%E9%82%BB%E5%B1%85%E6%85%A2%EF%BC%8C%E5%8D%A1%E4%B8%80%E4%B8%8B%E2%80%9D%E7%AD%89%E9%97%AE%E9%A2%98%C2%B7+-+http://b2l.me/racsk+&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://javaflex.net/windows/解决“打开网上邻居慢，卡一下”等问题·/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://javaflex.net/windows/%e8%a7%a3%e5%86%b3%e2%80%9c%e6%89%93%e5%bc%80%e7%bd%91%e4%b8%8a%e9%82%bb%e5%b1%85%e6%85%a2%ef%bc%8c%e5%8d%a1%e4%b8%80%e4%b8%8b%e2%80%9d%e7%ad%89%e9%97%ae%e9%a2%98%c2%b7/&amp;title=%E8%A7%A3%E5%86%B3%E2%80%9C%E6%89%93%E5%BC%80%E7%BD%91%E4%B8%8A%E9%82%BB%E5%B1%85%E6%85%A2%EF%BC%8C%E5%8D%A1%E4%B8%80%E4%B8%8B%E2%80%9D%E7%AD%89%E9%97%AE%E9%A2%98%C2%B7" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-googlereader">
			<a href="http://www.google.com/reader/link?url=http://javaflex.net/windows/%e8%a7%a3%e5%86%b3%e2%80%9c%e6%89%93%e5%bc%80%e7%bd%91%e4%b8%8a%e9%82%bb%e5%b1%85%e6%85%a2%ef%bc%8c%e5%8d%a1%e4%b8%80%e4%b8%8b%e2%80%9d%e7%ad%89%e9%97%ae%e9%a2%98%c2%b7/&amp;title=%E8%A7%A3%E5%86%B3%E2%80%9C%E6%89%93%E5%BC%80%E7%BD%91%E4%B8%8A%E9%82%BB%E5%B1%85%E6%85%A2%EF%BC%8C%E5%8D%A1%E4%B8%80%E4%B8%8B%E2%80%9D%E7%AD%89%E9%97%AE%E9%A2%98%C2%B7&amp;srcUrl=http://javaflex.net/windows/%e8%a7%a3%e5%86%b3%e2%80%9c%e6%89%93%e5%bc%80%e7%bd%91%e4%b8%8a%e9%82%bb%e5%b1%85%e6%85%a2%ef%bc%8c%e5%8d%a1%e4%b8%80%e4%b8%8b%e2%80%9d%e7%ad%89%e9%97%ae%e9%a2%98%c2%b7/&amp;srcTitle=%E8%A7%A3%E5%86%B3%E2%80%9C%E6%89%93%E5%BC%80%E7%BD%91%E4%B8%8A%E9%82%BB%E5%B1%85%E6%85%A2%EF%BC%8C%E5%8D%A1%E4%B8%80%E4%B8%8B%E2%80%9D%E7%AD%89%E9%97%AE%E9%A2%98%C2%B7&amp;snippet=POST_SUMMARY" rel="nofollow" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://javaflex.net/windows/%e8%a7%a3%e5%86%b3%e2%80%9c%e6%89%93%e5%bc%80%e7%bd%91%e4%b8%8a%e9%82%bb%e5%b1%85%e6%85%a2%ef%bc%8c%e5%8d%a1%e4%b8%80%e4%b8%8b%e2%80%9d%e7%ad%89%e9%97%ae%e9%a2%98%c2%b7/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://javaflex.net/windows/%e8%a7%a3%e5%86%b3%e2%80%9c%e6%89%93%e5%bc%80%e7%bd%91%e4%b8%8a%e9%82%bb%e5%b1%85%e6%85%a2%ef%bc%8c%e5%8d%a1%e4%b8%80%e4%b8%8b%e2%80%9d%e7%ad%89%e9%97%ae%e9%a2%98%c2%b7/&amp;n=%E8%A7%A3%E5%86%B3%E2%80%9C%E6%89%93%E5%BC%80%E7%BD%91%E4%B8%8A%E9%82%BB%E5%B1%85%E6%85%A2%EF%BC%8C%E5%8D%A1%E4%B8%80%E4%B8%8B%E2%80%9D%E7%AD%89%E9%97%AE%E9%A2%98%C2%B7&amp;pli=1" rel="nofollow" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://javaflex.net/windows/%e8%a7%a3%e5%86%b3%e2%80%9c%e6%89%93%e5%bc%80%e7%bd%91%e4%b8%8a%e9%82%bb%e5%b1%85%e6%85%a2%ef%bc%8c%e5%8d%a1%e4%b8%80%e4%b8%8b%e2%80%9d%e7%ad%89%e9%97%ae%e9%a2%98%c2%b7/&amp;title=%E8%A7%A3%E5%86%B3%E2%80%9C%E6%89%93%E5%BC%80%E7%BD%91%E4%B8%8A%E9%82%BB%E5%B1%85%E6%85%A2%EF%BC%8C%E5%8D%A1%E4%B8%80%E4%B8%8B%E2%80%9D%E7%AD%89%E9%97%AE%E9%A2%98%C2%B7&amp;description=POST_SUMMARY" rel="nofollow" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://javaflex.net/windows/%e8%a7%a3%e5%86%b3%e2%80%9c%e6%89%93%e5%bc%80%e7%bd%91%e4%b8%8a%e9%82%bb%e5%b1%85%e6%85%a2%ef%bc%8c%e5%8d%a1%e4%b8%80%e4%b8%8b%e2%80%9d%e7%ad%89%e9%97%ae%e9%a2%98%c2%b7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
