<?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>中文Flex例子 &#187; tips</title>
	<atom:link href="http://blog.minidx.com/tag/tips/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Thu, 31 Mar 2011 03:22:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>一些实用小Tips让你使用Flex Builder时更快，更加得心应手</title>
		<link>http://blog.minidx.com/2008/09/13/1392.html</link>
		<comments>http://blog.minidx.com/2008/09/13/1392.html#comments</comments>
		<pubDate>Sat, 13 Sep 2008 15:10:24 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[效率]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/09/13/1392.html</guid>
		<description><![CDATA[下面是几点Flex Builder使用方面的小Tips，一般可能都知道不过却都不太会注意。其实如果稍加注意，养成比较良好的习惯，可以让你在使用Flex Builder时更加高效。他们分别是：








1，关闭“Build Automatically”（也就是自动编译功能）
2，不要生成HTML封装文件（这一点和我自己的习惯倒有点出入&#8212;我习惯于生成HTML）
3，关闭不相关的工程项目
4，了解并实际运用一些重要的快捷键
更加具体的请看：
a few tips that can help you in working faster with the flex builder
你可能还对下列文章感兴趣:使用Flex Builder 3.x中的性能分析工具利用ANT编译你自己的SWC如何加速你的Flex Builder？如何恢复Flex builder和Eclipse被删除的文件Flex Builder 3中使用Adobe AIR 1.1 SDK的具体步骤]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/09/13/1392.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex中如何在List控件拖动时显示tips的例子</title>
		<link>http://blog.minidx.com/2008/03/29/650.html</link>
		<comments>http://blog.minidx.com/2008/03/29/650.html#comments</comments>
		<pubDate>Sat, 29 Mar 2008 03:28:23 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[scrollTipFunction]]></category>
		<category><![CDATA[showScrollTips]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/03/29/650.html</guid>
		<description><![CDATA[接下来的例子显示了如何通过设置showScrollTips属性在Flex的List控件拖动时显示一个tips。另外你还可以使用scrollTipFunction属性设定自定义的scroll tip函数，来显示自定义格式的tip文本。
让我们先来看一下Demo（按住滚动条并且拖动看效果，可以右键View Source或点击这里察看源代码）：









下面是完整代码：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;mx:Application&#160;xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
&#160; &#160; &#160; &#160; layout=&#34;vertical&#34;
&#160; &#160; &#160; &#160; verticalAlign=&#34;middle&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;&#62;
&#160;
&#160; &#160; &#60;mx:Script&#62;
&#160; &#160; &#160; &#160; &#60;![CDATA[
&#160; &#160; &#160; &#160; &#160; &#160; import&#160;mx.controls.scrollClasses.ScrollBarDirection;
&#160; &#160; &#160; &#160; &#160; &#160; import&#160;mx.utils.StringUtil;
&#160;
&#160; &#160; &#160; &#160; &#160; &#160; private&#160;function list_scrollTipFunc(dir:String, pos:Number):String {
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; var&#160;pct:Number = pos [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/03/29/650.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>全面，彻底的停止暴风影音stormliv.exe进程</title>
		<link>http://blog.minidx.com/2008/01/11/405.html</link>
		<comments>http://blog.minidx.com/2008/01/11/405.html#comments</comments>
		<pubDate>Thu, 10 Jan 2008 23:58:50 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[软件工具Tips]]></category>
		<category><![CDATA[msconfig]]></category>
		<category><![CDATA[stormliv.exe]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[控制面板]]></category>
		<category><![CDATA[暴风影音]]></category>
		<category><![CDATA[服务]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/01/11/405.html</guid>
		<description><![CDATA[ 因为装了暴风影音，每次启动系统都会发现进程自动加载了一个stormliv.exe进程，在进程中即使停掉，重新启动的时候也会回来。这个进程的作用，是用来监测暴风影音是否有升级版本的，实际上我们并不需要（少部分懒人可能还是需要的……），我们完全可以停掉/禁止这个进程，下面是停止stormliv.exe进程的具体操作：








①、开始-&#62;运行中，输入msconfig，回车，在“服务”选项卡中找到&#8221;Contrl Center of Storm Media&#8221;，把勾去掉。通常大家可能都会做这一步，不过实际上这不一定需要，及时做了，在下次你打开暴风影音的时候，stormliv.exe进程还是会自动出来。下面的一步才是关键，也是必需的。

②、控制面板&#8211;&#62; 管理工具&#8211;&#62; 服务,找到“Contrl Center of Storm Media”，双击，在服务状态下点“停止”，启动类型中选“已禁用”或者“手动”


这样，以后再启动系统就不会加载了。
你可能还对下列文章感兴趣:一些实用小Tips让你使用Flex Builder时更快，更加得心应手Flex中如何在List控件拖动时显示tips的例子国内外行业中服务人员的对比&#8211;一封来自google的mail开始ADrive,给你50GB超大免费存储空间]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/01/11/405.html/feed</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching using disk
Object Caching 286/597 objects using disk

Served from: blog.minidx.com @ 2012-02-09 15:50:09 -->
