<?xml version="1.0" encoding="UTF-8"?>
  <feed xmlns="http://www.w3.org/2005/Atom">
  <title type="html"><![CDATA[Jack's Blog]]></title>
  <subtitle type="html"><![CDATA[Keep It Simple &amp; Stupid]]></subtitle>
  <id>http://www.skill8.com/</id>
  <link rel="alternate" type="text/html" href="http://www.skill8.com/" /> 
  <link rel="self" type="application/atom+xml" href="http://www.skill8.com/atom.asp" /> 
  <generator uri="http://www.pjhome.net/" version="2.8">PJBlog3</generator> 
  <updated>2010-02-01T22:44:02+08:00</updated>

  <entry>
	  <title type="html"><![CDATA[基于Flash AS3 的 51 地图 Demo]]></title>
	  <author>
		 <name>jack</name>
		 <uri>http://www.skill8.com/</uri>
		 <email>jackgun@126.com</email>
	  </author>
	  <category term="" scheme="http://www.skill8.com/default.asp?cateID=9" label="AS3" /> 
	  <updated>2010-02-01T22:44:02+08:00</updated>
	  <published>2010-02-01T22:44:02+08:00</published>
		  <summary type="html"><![CDATA[基于Flash AS3 的 51地图 Demo<br/><br/>来自两年前废掉的项目<br/><br/>放大缩小，没做其它功能<br/><br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://www.skill8.com/images/flash.gif" alt="" style="margin:0px 2px -3px 0px" border="0"/>Flash动画</div><div class="UBBContent"><a id="temp73371_href" href="http://www.skill8.com/javascript:MediaShow('swf','temp73371','/blogFiles/mapDemo/mapDemo.swf','400','300')"><img name="temp73371_img" src="http://www.skill8.com/images/mm_snd.gif" style="margin:0px 3px -2px 0px" border="0" alt=""/><span id="temp73371_text">在线播放</span></a><div id="temp73371"></div></div></div><br/><br/><a target="_blank" href="http://www.skill8.com//blogFiles/mapDemo/mapDemo.htm" rel="external">独立页面中查看</a><br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.skill8.com/article/as3_html/114.htm" /> 
	  <id>http://www.skill8.com/default.asp?id=114</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[AS3 打包ZIP范例]]></title>
	  <author>
		 <name>jack</name>
		 <uri>http://www.skill8.com/</uri>
		 <email>jackgun@126.com</email>
	  </author>
	  <category term="" scheme="http://www.skill8.com/default.asp?cateID=12" label="Flex" /> 
	  <updated>2010-01-31T12:01:29+08:00</updated>
	  <published>2010-01-31T12:01:29+08:00</published>
		  <summary type="html"><![CDATA[AS3 打包 ZIP 范例<br/><br/>Flex Builder 3 下编译通过<br/><br/>编译成 AIR <br/><br/><div class="UBBPanel codePanel"><div class="UBBTitle"><img src="http://www.skill8.com/images/code.gif" style="margin:0px 2px -3px 0px" alt="程序代码"/> 程序代码</div><div class="UBBContent"><br/>&lt;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&gt;<br/>&lt;mx:WindowedApplication xmlns:mx=&#34;<a href="http://www.adobe.com/2006/mxml" target="_blank" rel="external">http://www.adobe.com/2006/mxml</a>&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;layout=&#34;absolute&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;width=&#34;420&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;height=&#34;238&#34;&gt;<br/>&#160;&#160;&#160;&#160;&lt;mx:TitleWindow layout=&#34;absolute&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;left=&#34;43&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;top=&#34;22&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;bottom=&#34;27&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;right=&#34;43&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;title=&#34;MP3打包程序&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;fontSize=&#34;12&#34;&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;mx:TextInput x=&#34;10&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;y=&#34;10&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;width=&#34;190&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;height=&#34;22&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;id=&#34;fileName&#34;/&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;mx:Button x=&#34;208&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp; y=&#34;10&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp; label=&#34;浏览&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp; width=&#34;60&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp; fontSize=&#34;12&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp; fontFamily=&#34;Arial&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp; fontWeight=&#34;normal&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp; height=&#34;22&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp; click=&#34;browseFile(event);&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp; id=&#34;browse&#34;/&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;mx:Button x=&#34;218&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp; y=&#34;61&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp; label=&#34;打包&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp; fontSize=&#34;12&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp; fontFamily=&#34;Arial&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp; fontWeight=&#34;normal&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp; click=&#34;zipFile(event);&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp; id=&#34;pack&#34;/&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;mx:Text x=&#34;10&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; y=&#34;40&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; text=&#34;请选择文件!&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; width=&#34;190&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; color=&#34;#CF1C1C&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; fontSize=&#34;12&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; fontFamily=&#34;Arial&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height=&#34;95&#34;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; id=&#34;tip&#34;/&gt;<br/>&#160;&#160;&#160;&#160;&lt;/mx:TitleWindow&gt;<br/>&#160;&#160;&#160;&#160;&lt;mx:Script&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;![CDATA[<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;import deng.fzip.FZipFile;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;import deng.fzip.FZipErrorEvent;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;import deng.fzip.FZip;<br/><br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;private var mp3file:File=new File();<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;private var mp3filefilter:FileFilter=new FileFilter(&#34;mp3&#34;, &#34;*&#34;);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;private var mp3Stream:FileStream=new FileStream();<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;private var mp3ByteArray:ByteArray=new ByteArray();<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;private var sel&#101;cted:Boolean=false;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;private var zipName:String;<br/><br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;//<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;private var zipfile:File;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;private var zipStream:FileStream;<br/><br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;//<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;private var zipMp3:FZip;<br/><br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;//<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;private function browseFile(evt:Event):void<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;mp3file.browseForOpen(&#34;mp3文件&#34;, [mp3filefilter]);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;mp3file.addEventListener(Event.Sel&#101;ct, fileSel&#101;ctHandle);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;mp3file.addEventListener(Event.CANCEL, sel&#101;ctCancel);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/><br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;//<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;private function sel&#101;ctCancel(evt:Event):void<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{<br/><br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;tip.text=&#34;没有选择MP3文件。&#34;;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;sel&#101;cted=false<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/><br/>//<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;private function fileSel&#101;ctHandle(evt:Event):void<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;tip.text=&#34;选择了文件：&#34; + mp3file.name;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;fileName.text=mp3file.nativePath;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;sel&#101;cted=true;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/><br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;//<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;private function zipFile(evt:Event):void<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;if (sel&#101;cted)<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;mp3Stream.open(mp3file, FileMode.READ);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;mp3Stream.readBytes(mp3ByteArray);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;mp3Stream.close();<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;zipMp3=new FZip();<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;tip.text=&#34;文件压缩中.....&#34;;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;zipMp3.addFileAt(0,mp3file.name, mp3ByteArray);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;zipMp3.close();<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;mp3ziped();<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;else<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;tip.text=&#34;你还没有选择要打开的文件。&#34;;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;fileName.text=&#34;&#34;;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/><br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;private function mp3ziped():void<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;zipfile=File.documentsDirectory;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;zipfile.browseForSave(&#34;保存为文件&#34;);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;zipfile.addEventListener(Event.Sel&#101;ct, savezip);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/><br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;private function savezip(evt:Event):void<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;var zipStream:FileStream=new FileStream();<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;var zipByteArray:ByteArray=new ByteArray();<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;var file:File=new File(File.desktopDirectory.nativePath);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;file=file.resolvePath(&#34;temp.abc&#34;);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;tip.text=&#34;正写入文件&#34;;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;zipMp3.serialize(zipByteArray);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;zipStream.open(file, FileMode.WRITE);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;zipStream.writeBytes(zipByteArray);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;zipStream.close();<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;file.moveTo(zipfile, true);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;tip.text=&#34;已经生成文件：&#34; + zipfile.nativePath;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;fileName.text=&#34;&#34;;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/><br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;private function ioerr(evt:IOErrorEvent):void<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;tip.text=&#34;错误：&#34; + evt.type;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;]]&gt;<br/>&#160;&#160;&#160;&#160;&lt;/mx:Script&gt;<br/>&lt;/mx:WindowedApplication&gt;<br/><br/></div></div><br/><br/><br/>FZip 类下载：<br/><br/><a target="_blank" href="http://codeazur.com.br/lab/fzip/" rel="external">http://codeazur.com.br/lab/fzip/</a>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.skill8.com/article/Flex_html/113.htm" /> 
	  <id>http://www.skill8.com/default.asp?id=113</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[as3 以编码的二进制流方式播放 mp3]]></title>
	  <author>
		 <name>jackgun</name>
		 <uri>http://www.skill8.com/</uri>
		 <email>jackgun@126.com</email>
	  </author>
	  <category term="" scheme="http://www.skill8.com/default.asp?cateID=9" label="AS3" /> 
	  <updated>2010-01-15T11:27:47+08:00</updated>
	  <published>2010-01-15T11:27:47+08:00</published>
		  <summary type="html"><![CDATA[as3 以编码的二进制流方式播放 mp3<br/><br/><br/>我在BLOG里放置MP3时，常因为MP3被搜索引擎找到导致流量激增而被投诉。于是用此法解决<br/><br/>些解决方案亦可用于发布MP3同时不希望用户下载时用<br/><br/>原理：<br/><br/><br/>1、服务端对 mp3 编码或实时对二进制数据编码。<br/> <br/>2、Flash 客户端以 ByteArray 方式下载并解压、解码。<br/><br/>3、动态构造 SWF，并将MP3数据写入 SWF 。<br/><br/>4、获取 SWF 中的 SOUND 对象并播放。<br/><br/><br/>缺点是必须等待MP3数据完全下载后才能播放<br/><br/><br/>下面是一个简单的 DEMO ，只是简单的对 MP3 进行压缩编码：<br/> <br/><br/><a target="_blank" href="http://www.skill8.com//blogFiles/AS3/Mp3Decode/demo.html" rel="external">Demo 点这里</a><br/><br/><br/><br/>参考：<br/><br/>FZip 类：<br/><a target="_blank" href="http://codeazur.com.br/lab/fzip/" rel="external">http://codeazur.com.br/lab/fzip/</a><br/><br/>AS3SWF：<br/><a href="http://wiki.github.com/claus/as3swf/play-mp3-directly-from-bytearray" target="_blank" rel="external">http://wiki.github.com/claus/as3swf/play-mp3-directly-from-bytearray</a><br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.skill8.com/article/as3_html/112.htm" /> 
	  <id>http://www.skill8.com/default.asp?id=112</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[windows7 印象]]></title>
	  <author>
		 <name>jack</name>
		 <uri>http://www.skill8.com/</uri>
		 <email>jackgun@126.com</email>
	  </author>
	  <category term="" scheme="http://www.skill8.com/default.asp?cateID=6" label="Stuff" /> 
	  <updated>2009-09-15T10:22:37+08:00</updated>
	  <published>2009-09-15T10:22:37+08:00</published>
		  <summary type="html"><![CDATA[<img src="http://www.skill8.com/blogFiles/comm/win7.jpg" border="0" alt=""/><br/><br/>联想 windows 7 oem 专业版，未激活<br/><br/>全过程装了２０多分钟，过程不用人工干预，安装时没有格式化分区功能，原系统目录被改成 windows.old <br/>并提示老系统不能再使用~~最后几步设置完成开机~~<br/><br/>安装机器基本配置上面可以看到了，安装速度还可以。驱动基本全部装好，<br/>差一个 Interl 芯片驱动需要手工安装，驱动用 VISTA 的就可以了~~~<br/><br/>界面、体验像VISTA，很眩。没发现软件兼容问题，没有感觉速度有什么变化(可以说至少和XP一样快)<br/><br/>据说win7是 cpu,gpu 协同工作，把 gpu 能用的都用上了~~<br/><br/>此机是 Radeon X1650 Series 显卡　128 M显存<br/>GPU-Z　看到 Core Clock 是 600MHz 左右， 显存&nbsp;&nbsp;1390MHz左右 <br/><br/><span style="color:Red">GPU 温度高的就小心了，网上说N家的想法打开 PowerMizer 把速度降下就可以，ATI我不熟，你自己玩吧~</span><br/><br/><br/><br/>我的本本是 T61 ，GPU空闲就63度了，NND~~ win7我可玩不起~~&nbsp;&nbsp;<br/><br/>我~~&nbsp;&nbsp;干嘛要装WIN7呢？]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.skill8.com/article/stuff_html/107.htm" /> 
	  <id>http://www.skill8.com/default.asp?id=107</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[eclipse 启动报错 jvm terminated. Exit code=-1 解决]]></title>
	  <author>
		 <name>jack</name>
		 <uri>http://www.skill8.com/</uri>
		 <email>jackgun@126.com</email>
	  </author>
	  <category term="" scheme="http://www.skill8.com/default.asp?cateID=7" label="Memo" /> 
	  <updated>2009-06-24T13:40:15+08:00</updated>
	  <published>2009-06-24T13:40:15+08:00</published>
		  <summary type="html"><![CDATA[用得好好的 eclipse 忽然报了jvm terminated. Exit code=-1 错误，缓存不足？有点晕~~~<br/>拷了 eclipse 拷了一份过来~~~&nbsp;&nbsp;还是报错~~~~<br/><br/>难道是系统的问题？见鬼了~~~~<br/><br/>看 eclipse.ini 内容~~~<br/><br/>-showsplash<br/>o&#114;g.eclipse.platform<br/>--launcher.XXMaxPermSize <br/><span style="color:Red">256m</span>-vmargs<br/>-Xms40m<br/>-Xmx512m<br/><br/>这里的 256m 为什么换了行？ 为什么以前又可以运行？ 真见鬼了，<br/>改成：<br/><br/>-showsplash<br/>o&#114;g.eclipse.platform<br/>--launcher.XXMaxPermSize <span style="color:Red">256m</span><br/>-vmargs<br/>-Xms40m<br/>-Xmx512m<br/><br/><br/>好了~~~&nbsp;&nbsp;他妈的！ 不知道是不是打了系统补丁的原因~~~~~ <img src="http://www.skill8.com/images/smilies/Face_09.gif" border="0" style="margin:0px 0px -2px 0px" alt=""/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.skill8.com/article/memo_html/106.htm" /> 
	  <id>http://www.skill8.com/default.asp?id=106</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[AIR 配置文件 (*-app.xml) 说明]]></title>
	  <author>
		 <name>jack</name>
		 <uri>http://www.skill8.com/</uri>
		 <email>jackgun@126.com</email>
	  </author>
	  <category term="" scheme="http://www.skill8.com/default.asp?cateID=12" label="Flex" /> 
	  <updated>2009-05-14T15:20:14+08:00</updated>
	  <published>2009-05-14T15:20:14+08:00</published>
		  <summary type="html"><![CDATA[AIR 配置文件(*-app.xml)说明(原创)<br/><br/>今天对AIR安装配置文件做了一下研究,发现有很多细致配置的东西,把自动生成的文件添加了中文注释.相信对正在做AIR项目的人能够有所帮助.<br/><br/>&lt;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&gt;<br/>&lt;application xmlns=&#34;<a href="http://ns.adobe.com/air/application/1.0" target="_blank" rel="external">http://ns.adobe.com/air/application/1.0</a>&#34;&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- The application identifier string, unique to this application. Required. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;id&gt;AIRTest1&lt;/id&gt;&lt;!-- 软件ID，当安装时系统将会检测同一ID软件版本，版本高的即做更新操作 --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- Used as the filename for the application. Required. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;filename&gt;AIRTest_filename&lt;/filename&gt;&lt;!-- 安装界面中 Application: --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- The name that is displayed in the AIR application installer. Optional. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;name&gt;AIRTest_name&lt;/name&gt;&lt;!-- 桌面快捷方程式及窗口和系统控制面板添加程序中名称 --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- An application version designator (such as &#34;v1&#34;, &#34;2.5&#34;, o&#114; &#34;Alpha 1&#34;). Required. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;version&gt;1.0&lt;/version&gt;&lt;!-- 软件版本 --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- Description, displayed in the AIR application installer. Optional. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;description&gt;AIRTest_description&lt;/description&gt;&lt;!-- 安装第二个界面中的 description --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- Copyright information. Optional --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;copyright&gt;AIRTest_copyright&lt;/copyright&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- Settings for the application&#39;s initial window. Required. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;initialWindow&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- The main SWF o&#114; HTML file of the application. Required. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- Note: In Flex Builder, the SWF reference is set automatically. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;content&gt;[This value will be overwritten by Flex Builder in the output app.xml]&lt;/content&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- The title of the main window. Optional. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;title&gt;AIRTest_title&lt;/title&gt;&lt;!-- 窗体标题，当此处为注释状态时取 name标签中内容 --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- The type of system chrome to use (either &#34;standard&#34; o&#114; &#34;none&#34;). Optional. Default standard. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;systemChrome&gt;none&lt;/systemChrome&gt;&lt;!-- standard为标准窗体,none 为圆滑窗体 --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- Whether the window is transparent. Only applicable when systemChrome is false. Optional. Default false. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;transparent&gt;true&lt;/transparent&gt;&lt;!-- 背景是否透明 --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- Whether the window is initially visible. Optional. Default false. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;visible&gt;true&lt;/visible&gt;&lt;!-- 窗体初始化的时候是否可见 --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- Whether the user can minimize the window. Optional. Default true. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;minimizable&gt;true&lt;/minimizable&gt;&lt;!-- 是否允许最小化 --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- Whether the user can maximize the window. Optional. Default true. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- &lt;maximizable&gt;&lt;/maximizable&gt; --&gt;&lt;!-- 是否允许最大化 --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- Whether the user can resize the window. Optional. Default true. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- &lt;resizable&gt;&lt;/resizable&gt; --&gt;&lt;!-- 是否允许缩放窗体 --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- The window&#39;s initial width. Optional. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- &lt;width&gt;&lt;/width&gt; --&gt;&lt;!-- 窗体宽 --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- The window&#39;s initial height. Optional. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- &lt;height&gt;&lt;/height&gt; --&gt;&lt;!-- 窗体高 --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- The window&#39;s initial x position. Optional. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- &lt;x&gt;&lt;/x&gt; --&gt;&lt;!-- 窗体X位置坐标 --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- The window&#39;s initial y position. Optional. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- &lt;y&gt;&lt;/y&gt; --&gt;&lt;!-- 窗体Y位置坐标 --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- The window&#39;s minimum size, specified as a width/height pair, such as &#34;400 200&#34;. Optional. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- &lt;minSize&gt;&lt;/minSize&gt; --&gt;&lt;!-- 窗体最小化值 --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- The window&#39;s initial maximum size, specified as a width/height pair, such as &#34;1600 1200&#34;. Optional. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- &lt;maxSize&gt;&lt;/maxSize&gt; --&gt;&lt;!-- 窗体最大化值 --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/initialWindow&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- The subpath of the standard default installation location to use. Optional. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;installFolder&gt;AIRInstrallField/AIR&lt;/installFolder&gt;&lt;!-- 默认安装路径 C:\Program Files\AIRInstrallField\AIR --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- The subpath of the Windows Start/Programs menu to use. Optional. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;programMenuFolder&gt;AIRTest_programMenuFolder&lt;/programMenuFolder&gt;&lt;!-- 开始/程序 快捷方程式所在文件夹 --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- The icon the system uses for the application. For at least one resolution,<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; specify the path to a PNG file included in the AIR package. Optional. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- 图标的大小必须和标签中标写的尺寸一致 --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;icon&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;image16x16&gt;icons/logo.png&lt;/image16x16&gt;&lt;!-- 系统菜单中及系统控制面板添加程序中的图标 --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;image32x32&gt;icons/logo_32.png&lt;/image32x32&gt;&lt;!-- 桌面图标，窗口图标 --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;image48x48&gt;icons/logo_48.png&lt;/image48x48&gt;&lt;!-- 安装目录EXE文件图标 --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;image128x128&gt;icons/logo_128.png&lt;/image128x128&gt;&lt;!-- 未知 --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/icon&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- Whether the application handles the up&#100;ate when a user double-clicks an up&#100;ate version<br/>&nbsp;&nbsp;&nbsp;&nbsp;of the AIR file (true), o&#114; the default AIR application installer handles the up&#100;ate (false).<br/>&nbsp;&nbsp;&nbsp;&nbsp;Optional. Default false. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- &lt;customUp&#100;ateUI&gt;&lt;/customUp&#100;ateUI&gt; --&gt;&lt;!-- 是否为同一版本的时候双击直接更新 --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- Whether the application can be launched when the user clicks a link in a web browser.<br/>&nbsp;&nbsp;&nbsp;&nbsp;Optional. Default false. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- &lt;allowBrowserInvocation&gt;&lt;/allowBrowserInvocation&gt; --&gt;&lt;!-- 是否应用程序可以通过浏览器激活 --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- Listing of file types for which the application can register. Optional. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- &lt;fileTypes&gt; --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- Defines one file type. Optional. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- &lt;fileType&gt; --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- The name that the system displays for the registered file type. Required. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- &lt;name&gt;&lt;/name&gt; --&gt; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- The extension to register. Required. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- &lt;extension&gt;&lt;/extension&gt; --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- The description of the file type. Optional. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- &lt;description&gt;&lt;/description&gt; --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- The MIME type. Optional. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- &lt;contentType&gt;&lt;/contentType&gt; --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- The icon to display for the file type. Optional. --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- &lt;icon&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;image16x16&gt;&lt;/image16x16&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;image32x32&gt;&lt;/image32x32&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;image48x48&gt;&lt;/image48x48&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;image128x128&gt;&lt;/image128x128&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/icon&gt; --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- &lt;/fileType&gt; --&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- &lt;/fileTypes&gt; --&gt; <br/><br/>&lt;/application&gt; <br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.skill8.com/article/Flex_html/105.htm" /> 
	  <id>http://www.skill8.com/default.asp?id=105</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[解决不可选文本框中文字超链接失效的问题]]></title>
	  <author>
		 <name>jack</name>
		 <uri>http://www.skill8.com/</uri>
		 <email>jackgun@126.com</email>
	  </author>
	  <category term="" scheme="http://www.skill8.com/default.asp?cateID=12" label="Flex" /> 
	  <updated>2009-05-07T10:50:39+08:00</updated>
	  <published>2009-05-07T10:50:39+08:00</published>
		  <summary type="html"><![CDATA[今天开始要干点技术活，恢复一下更新<br/><br/>Flex 中，当你把文本框组件设为不可选时，里面 htmlText&nbsp;&nbsp;文字超链接也会同时失效。<br/>似乎能显示 htmlText 的组件都有这个问题，有空可以试试。<br/>网上找了一轮，如下解决方法：<br/><br/>先试试这个：<br/><br/>&lt;mx:Script&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;![CDATA[<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;private var textlink:String=&#34;&lt;a href=&#39;<a href="http://www.skill8.com" target="_blank" rel="external">http://www.skill8.com</a>&#39; target=&#39;_blank&#39;&gt;链接点这里&lt;/a&gt;&#34;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;]]&gt;<br/>&lt;/mx:Script&gt;<br/><br/>&lt;mx:Text width=&#34;100%&#34; sel&#101;ctable=&#34;false&#34; htmlText=&#34;{textLink}&#34;&gt;<br/><br/>以上，试试看，鼠标移上去还是能显示手型，但点击没有任何反应了。<br/><br/>在这位 ticore 老兄的 BLOG (<a href="http://ticore.blogspot.com/" target="_blank" rel="external">http://ticore.blogspot.com/</a>) 里查到原因是<br/><br/>文本框在不可选 (sel&#101;ctable=&#34;false&#34;) 时，FocusManager&nbsp;&nbsp;拦截了<br/> <br/>unsel&#101;ctable TextField Focus 等事件<br/><br/>鼠标移上去的时候屏一下 FocusManager&nbsp;&nbsp;就好了。如下：<br/><br/>&lt;mx:Text width=&#34;100%&#34; rollOver=&#34;focusManager.deactivate()&#34; rollOut=&#34;focusManager.activate()&#34; sel&#101;ctable=&#34;false&#34; htmlText=&#34;{textLink}&#34;&gt;<br/><br/>Flex builder 3 下测试成功]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.skill8.com/article/Flex_html/104.htm" /> 
	  <id>http://www.skill8.com/default.asp?id=104</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[查出问题奶粉列表]]></title>
	  <author>
		 <name>jackgun</name>
		 <uri>http://www.skill8.com/</uri>
		 <email>jackgun@126.com</email>
	  </author>
	  <category term="" scheme="http://www.skill8.com/default.asp?cateID=6" label="Stuff" /> 
	  <updated>2008-09-18T15:30:42+08:00</updated>
	  <published>2008-09-18T15:30:42+08:00</published>
		  <summary type="html"><![CDATA[还公布了87种未查出三聚氰胺的，谁保证没有四聚氰胺？还有没抽检的牌子呢？<br/>奶粉这玩意还能喝么？蛋白粉呢？这是什么世界？！<br/><br/>新闻联播:国家质检总局检查奶粉情况,有22家企业的69中加入这种化学原料,名单如下:<br/>检出含三聚氰胺乳粉和企业名单 <br/>序号 标称生产单位 标称产品名称 规格型号 商标 生产日期/批次 三聚氰胺（mg/kg） <br/>1 石家庄三鹿集团股份有限公司 （地址：石家庄市和平西路539号） 三鹿慧幼Ⅱ较大婴儿及幼儿配方奶粉 <br/>400g/袋 三鹿 08.7.2 2563 <br/>三鹿慧幼Ⅱ较大婴儿及幼儿配方奶粉 <br/>400g/袋 三鹿 08.5.1 2282 <br/>较大婴儿及幼儿配方奶粉（慧幼2段） 400克/袋 三鹿 20080702 1504 <br/>三鹿慧幼Ⅰ婴儿配方奶粉 400g/袋 三鹿 08.5.29 1197 <br/>幼儿配方奶粉（慧幼3段） 400克/袋 三鹿 20080601 955 <br/>三鹿贝贝幼儿配方奶粉 400g/袋 三鹿 2008-1-30 420.82 <br/>贝贝婴儿配方奶粉（适合0-6个月婴儿食用） 400g/袋 三鹿 SLV0301V 162 <br/>贝贝婴儿配方奶粉(适合0-6个月婴儿食用) 400克/袋 三鹿及图形 20080806 <br/>H0102H 4.5 <br/>三鹿贝贝幼儿配方奶粉 400g/袋 三鹿 2008.08.27 1.5 <br/>三鹿U+婴儿配方奶粉 400g/袋 三鹿 2008.08.07 1.4 <br/>三鹿较大婴儿及幼儿配方奶粉 400g/袋 三鹿 2008.08.26 0.7 <br/>2 上海熊猫乳品有限公司（地址：上海市工业综合开发区奉浦航谊路18号） 幼儿成长配方奶粉 3段(优康) 900g/听 熊猫可宝 200808302 619 <br/>较大婴儿配方奶粉 2段(优健) 400g/袋 熊猫可宝 20080826 534 <br/>较大婴儿配方奶粉 2段(优康) 900g/听 熊猫可宝 200808272 523 <br/>3 圣元营养食品有限公司（地址：青岛胶南市海滨工业园） 优聪婴儿配方奶粉(0-6个月婴儿适用) 400g/袋 圣元Syrutra 2008 06 19 <br/>413 04:00 G 150.0 <br/>优聪婴儿配方奶粉 400g/袋 圣元 2008-6-20 78.81 <br/>优聪较大婴儿配方奶粉 400g/袋 圣元 2008-6-22 58.77 <br/>较大婴儿配方奶粉 400g/包 圣元优聪 2008-05-15 50.2 <br/>优聪婴儿配方奶粉(0--6个月) 400g/袋 圣元 20080321 41 <br/>优聪幼儿成长配方奶粉 400g/袋 圣元 2008-7-23 19.47 <br/>优聪较大婴儿配方奶粉 400g/袋 圣元 2008-7-24 15.1 <br/>青岛圣元乳业有限公司（地址：青岛胶南市世纪大道南侧） 圣元优聪儿童成长配方奶粉 （30g/袋×10袋）/盒 圣元 2008.02.17 5.4 <br/>4 山西古城乳业集团有限公司（地址：山西省山阴县古城镇） 优方新生婴儿奶粉（加倍成长配方）（适合0-6个月婴儿） 400克/袋 古城 2008年02月01日 141.6 <br/>新生婴儿奶粉（金装加倍成长配方）（适合0-6个月婴儿） 400克/袋 古城 2008年07月03日 36.0 <br/>幼儿成长奶粉（金装加倍健康配方）（适合1-3周岁幼儿） 400克/袋 古城 2008年08月01日 33.1 <br/>婴儿成长奶粉（适合6-12个月较大婴儿） 400克/袋 古城 2008/01/13 10.1 <br/>5 江西光明英雄乳业股份有限公司（地址：南昌市蛟桥镇） 婴幼儿配方奶粉（较大婴儿和幼儿配方奶粉） 380克/袋 英雄 2008-9-8 98.6 <br/>婴幼儿配方奶粉（婴儿配方奶粉Ⅱ） 380克/袋 英雄 2008-9-5 48.5 <br/>6 宝鸡惠民乳品（集团）有限公司（地址：宝鸡市陈仓区惠民工业园） 婴儿配方奶粉Ⅱ <br/>(1段) 400g/袋 惠民 2008-9-8 79.17 <br/>7 内蒙古蒙牛乳业(集团)股份有限公司（地址：内蒙古呼和浩特市和林格尔盛乐经济园区） 幼儿配方奶粉(1岁至3岁幼儿适用) 400g/袋 蒙牛 2008/01/09 <br/>15:58/15230 <br/>B21030071224 68.2 <br/>较大婴儿配方奶粉(6个月至1岁较大婴儿适用) 400g/袋 蒙牛 2008/01/14 <br/>13:22/08491 <br/>B21010071228 40.9 <br/>婴儿配方奶粉(0至6个月婴儿适用) 400g/袋 蒙牛 2008/01/08 <br/>16:06/14670 <br/>B11030080103 11.1 <br/>8 中澳合资多加多乳业（天津）有限公司（地址：天津市津南经济开发区中宏道） 幼儿配方奶粉 400g/袋 可淇 20080903 67.94 <br/>9 广东雅士利集团股份有限公司（地址：广东省潮州市潮安大道雅士利工业城） 金装幼儿配方奶粉(1-3岁) 400g/袋 雅士利 20080827M 56 <br/>金装婴儿配方奶粉Ⅱ(适合出生至六个月婴儿食用) 400g/袋 雅士利 20080627M 50.6 <br/>金装较大婴儿配方奶粉（适合六个月至一周岁较大婴儿食用） 400g/袋 雅士利 20080728 43 <br/>金装婴儿配方奶粉Ⅱ(适合出生至六个月婴儿食用) 400g/袋 雅士利 20080529M 41.3 <br/>金装婴儿配方奶粉Ⅱ 400g/桶 雅士利 20080617M 31.65 <br/>金装幼儿配方奶粉 400g/袋 雅士利 2008-8-1 23.24 <br/>金装较大婴儿配方奶粉 400g/包 雅士利 2008-08-16 20.5 <br/>金装较大婴儿配方奶粉 400g/袋 雅士利 2008-7-20 14.41 <br/>广东雅士利乳业有限公司（地址：广东省潮州市潮安大道雅士利工业城） 金装婴儿配方奶粉Ⅱ 400g/袋 雅士利 2008-6-3 53.40 <br/>婴儿配方奶粉Ⅱ(适合0-6个月婴儿食用) 400克/袋 雅士利 20080515M 35.7 <br/>10 湖南培益乳业有限公司（地址：湖南望城县高科技食品工业基地） IGG婴儿高级营养配方奶粉Ⅰ 900g/听 南山倍益 2008-9-9 32 <br/>11 黑龙江省齐宁乳业有限责任公司（地址：黑龙江省富裕县工业园） 2段基粉 25kg/包&nbsp;&nbsp; 2008-9-7 31.74 <br/>12 山西雅士利乳业有限公司（地址：应县四环东路雅士利工业园） 雅士利婴儿配方奶粉Ⅱ 25kg/袋 雅士利 20080901 26.3 <br/>雅士利较大婴儿配方奶粉 25kg/袋 雅士利 20080903 14.3 <br/>13 深圳金必氏乳业有限公司（地址：深圳市龙岗区龙城清林西路龙城工业园3号厂房） 金装幼儿成长配方奶粉（3段） 900克/罐 金必氏 2008.04.08 18 <br/>金装较大婴儿配方奶粉（2段） 900克/罐 金必氏 2008.04.09 3 <br/>14 施恩（广州）婴幼儿营养品有限公司（地址：广州经济技术开发区西区科技园） 金装婴儿配方奶粉(第1段适合出生至6个月婴儿) 400g/盒 施恩 <br/>SCIENT 200807023 17.0 <br/>婴儿配方奶粉（1段） 900克×6罐 施恩 2008-07-03 12.5 <br/>幼儿配方奶粉 401g/袋 施恩 2008-8-19 7.9 <br/>婴儿配方奶粉（1段） 900克×6罐 施恩 2008-07-14 6.2 <br/>15 广州金鼎乳制品厂（地址：广州市海珠区华洲路48号一至三园） 较大婴幼儿配方奶粉 400克/包 金鼎 2008-07-21 16.2 <br/>16 内蒙古伊利实业集团股份有限公司（地址：内蒙古呼和浩特市金川开发区金四路8号） 儿童配方奶粉(3-6岁儿童适用) 400克/袋 伊利 20080716 12.0 <br/>17 烟台澳美多营养品有限公司（地址：中国烟台经济技术开发区珠江路32号） 安贝幼儿配方奶粉（1－3周岁幼儿适用） 1000g/罐 澳美多 2008.09.09 10.7 <br/>安儿3段幼儿配方奶粉（1－3周岁） 400g/袋 澳美多 2008.09.09 10.4 <br/>安贝较大婴儿配方奶粉（7－12个月婴儿适用） 1000g/罐 澳美多 2008.09.09 10.3 <br/>安儿2段较大婴儿配方奶粉（7－12个月） 400g/袋 澳美多 2008.09.04 10 <br/>安贝初生婴儿配方奶粉（0－6个月婴儿适用） 1000g/罐 澳美多 2008.09.01 9.3 <br/>安儿1段初生婴儿配方奶粉（0－6个月） 400g/袋 澳美多 2008.08.21 6.3 <br/>18 青岛索康营养科技有限公司（地址：中国山东青岛市胶南海滨工业园） 爱可丁4A较大婴儿配方奶粉 6－12个月较大婴儿适用 400g/袋 爱可丁 2008.09.01 4.8 <br/>19 西安市阎良区百跃乳业有限公司（地址：西安市阎良区武屯街西环北路1号） 乐儿乐幼儿营养配方羊奶粉 <br/>（3段） 400g/盒 御宝 2008-8-27 3.73 <br/>20 烟台磊磊乳品有限公司（地址：海阳市碧城工业区槐香路东首） 宝宝乐较大婴儿2段配方奶粉（适合6－12个月婴儿） 400g/袋 磊磊 2008.06.03 1.2 <br/>宝宝壮幼儿3段配方奶粉（适合1－3周岁幼儿） 400g/袋 磊磊 2008.06.04 1.1 <br/>宝宝乖婴儿1段配方奶粉（适合初生－6个月婴儿） 400g/袋 磊磊 2008.06.08 0.53 <br/>21 上海宝安力乳品有限公司（地址：上海市松江区新浜工业园区环北路502号） 较大婴儿配方奶粉 900g/罐 宝安力 20080820 0.21 <br/>22 福鼎市晨冠乳业有限公司（地址：福鼎市星火工业园区2-8号） 婴儿配方奶粉Ⅰ段 900g/罐 聪尔壮 20080618CHGA003 0.09]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.skill8.com/article/stuff_html/102.htm" /> 
	  <id>http://www.skill8.com/default.asp?id=102</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[光辉岁月]]></title>
	  <author>
		 <name>jackgun</name>
		 <uri>http://www.skill8.com/</uri>
		 <email>jackgun@126.com</email>
	  </author>
	  <category term="" scheme="http://www.skill8.com/default.asp?cateID=6" label="Stuff" /> 
	  <updated>2008-07-01T10:57:37+08:00</updated>
	  <published>2008-07-01T10:57:37+08:00</published>
		  <summary type="html"><![CDATA[<p><strong><font color="#0000ff" size="3">怀念家驹</font></strong></p>
<p><embed src="/blogFiles/jsvp/jsvp2.swf?flvname=http://www.changbu.com/test/ghsy.flv&amp;title=光辉岁月" width="320" height="286" type="application/x-shockwave-flash"></embed></p>
<p>&nbsp;</p>
<p>Beyond专辑全集：<br />[1984-09] Beyond - 香港结他比赛冠军精英集<br />[1986-04] Beyond - 再见理想 [192kbps]<br />[1987-07] Beyond - 阿拉伯跳舞女郎 [192kbps]<br />[1987-10] Beyond - 「超越阿拉伯」演唱会 [192kbps]<br />[1988-03] Beyond - 现代舞台 [192kbps]<br />[1988-09] Beyond- 秘密警察 [192kbps]<br />[1988-12] Beyond - 旧日足迹 [192kbps]<br />[1988-xx] Beyond - 黑色迷墙电影原声音乐<br />[1989-04] Beyond - 四拍四<br />[1989-07] Beyond- Beyond IV [192kbps]<br />[1989-12] Beyond - 真的见证 [224kbps]<br />[1989-xx] beyond - 真的见证演唱会<br />[1990-06] Beyond - 《天若有情》电影原声大碟 [192kbps]<br />[1990-09] Beyond - 命运\派对 [192kbps]<br />[1990-10] Beyond - 大地 (国) [192kbps]<br />[1990-xx] Beyond - 绿色自由新一代<br />[1991-04] Beyond - 光辉岁月 (国) [192kbps]<br />[1991-09] Beyond - Deliberate 犹豫 [192kbps]<br />[1991-12] Beyond - 「生命接触」演唱会 1991 [192kbps]<br />[1992-01] Beyond - Control [192kbps]<br />[1992-07] Beyond - 继续革命 [192kbps]<br />[1992-10] Beyond - 无尽空虚 (EP) [192kbps]<br />[1992-xx] Beyond - 超越 (日)<br />[1993-05] Beyond - 乐与怒 [224kbps]<br />[1993-08] Beyond - 遥望黄家驹不死音乐精神 [224kbps]<br />[1993-09] Beyond - 海阔天空 [192kbps]<br />[1993-11] Beyond - WORDS &amp; MUSIC [192kbps]<br />[1993-xx] Beyond - this is love 1 (日)<br />[1993-xx] Beyond - 永远等待 (Single) [192kbps]<br />[1994-06] Beyond - 二楼後座 [192kbps]<br />[1994-10] Beyond - Paradise (国) [192kbps]<br />[1995-06] Beyond - SOUND [224kbps]<br />[1995-10] Beyond - 爱与生活 (国) [192kbps]<br />[1996-02] Beyond - Beyond 得精彩 (EP) [192kbps]<br />[1996-05] Beyond - Live &amp; Basic 1996 [192kbps]<br />[1997-04] Beyond - 请将手放开 [192kbps]<br />[1997-10] Beyond - Play Back (精选) [192kbps]<br />[1997-12] Beyond - 惊喜 [192kbps]<br />[1998-01] Beyond - 这里那里 (国) [192kbps]<br />[1998-12] Beyond - 不见不散 [192kbps]<br />[1998-xx] Beyond - Recognition [192kbps]<br />[1998-xx] Beyond - 各有各精彩13周年纪念版 [192kbps]<br />[1999-05] Beyond - 「真的见证」演唱会 [192kbps]<br />[1999-11] Beyond - Good Time [192kbps]<br />[2000-02] Beyond - 一世 (精选) [128kbps]<br />[2000-xx] Beyond - Best of millennium (2000粤)<br />[2001-12] Beyond - Good Time Live Concert [192kbps]<br />[2003-04] Beyond - Beyond Together [192kbps]<br />[2003-06] Beyond - 超越 Beyond Live 2003<br />[2003-10-10] 无间道II电影原声大碟<br />[2004-07-02] Beyond - 环球巨星影音启示录 [192kbps]<br />[2005-01] Beyond - Beyond The Ultimate Story [192kbps]<br />[2005-04] Beyond - Beyond The Story Live 2005 [320kbps]<br />[xxxx-xx] Beyond - Super Sound [320kbps]<br />[xxxx-xx] Beyond - 光辉岁月(3 Disc)<br />[xxxx-xx] Beyond - 岁月留倩</p>
<p>未收录专辑：<br />《最后一个大侠》（演唱）<br />《永远的朋友》（参与演唱）<br />《唱不完的歌》（作曲/参与演唱）<br />《太阳的心》（作曲）<br />《飞跃工作间》（作曲/演唱）<br />《过去与今天》（黑仔强版）（作曲/演唱）<br />《你还爱我吗》（达明一派）（和声）</p>
<p>其他作品：<br />《厌倦》郑伊健 《On Stage》 作曲: 黄家驹 | 填词: 刘卓辉 | 和音: 黄家驹<br />《重燃》王菲 《Coming Home》 作曲: 黄家驹<br />《天地》林子祥 《单手拍掌》 作曲: 黄家驹<br />《为了你，为了我》蔡兴麟 作曲: 黄家驹<br />《交织千个心》许冠杰 作曲: 黄家驹<br />《千金一刻》谭咏麟 《拥抱》1988 作曲: 黄家驹 | 填词：黄家强 | 编曲：入江纯<br />《忘情都市》谭咏麟 《忘情都市》1989 作曲: 黄家驹 | 填词：陈少琪 | 编曲：卢东尼<br />《岁月无声》麦洁雯 作曲: 黄家驹 | 填词：刘卓辉<br />《无名的歌》彭健新 作曲: 黄家驹 | 填词：黄贯中<br />《又是黄昏》小岛 《画匠》1986 作曲: 黄家驹 | 填词：陈健添<br />《原来不可怕》Bliss 作曲: 黄家驹<br />《可否抱紧我》王菲 《EVERYTHING》 作曲: 黄家驹<br />《戒痕》 (《情人》国语版) 辛晓琪 《味道》1993 作曲: 黄家驹<br />《千秋思念》曲 黄家驹.词 杨蝎.主唱 田震.</p>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.skill8.com/article/stuff_html/101.htm" /> 
	  <id>http://www.skill8.com/default.asp?id=101</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[换种吃法-网上订餐]]></title>
	  <author>
		 <name>jack</name>
		 <uri>http://www.skill8.com/</uri>
		 <email>jackgun@126.com</email>
	  </author>
	  <category term="" scheme="http://www.skill8.com/default.asp?cateID=6" label="Stuff" /> 
	  <updated>2008-06-11T15:26:06+08:00</updated>
	  <published>2008-06-11T15:26:06+08:00</published>
		  <summary type="html"><![CDATA[<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">&nbsp;&nbsp;&nbsp; 以前上班工作的地方有食堂，吃饭是一件很开心的事，午餐时间一到拿起张饭卡便冲向食堂，</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">早起的鸟儿有虫吃晒，</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">早到的人儿除了不用排队，更重要的选好饭菜赶紧占领一个关键的位置，感谢深圳的天气，</font></span><font size="2"><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">一年就两季</span><span lang="EN-US"><font face="Times New Roman">:</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">春和夏，感谢深圳的开放，姑娘们可以尽情的展示美妙的身姿；</span></font><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">炎热夏天，坐在食堂的冷气中，一边闲适的享受着可口的饭菜，</font></span><font size="2"><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">一边观赏别样的风景；享受着难得的休息时间；朋友们</span><span lang="EN-US"><font face="Times New Roman">...</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">，这才叫做生活！！！</span></font><span lang="EN-US" style="FONT-SIZE: 9pt"><br /><br /></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">&nbsp;&nbsp;&nbsp; 工作环境变了以后，吃饭成了一个问题，每天中午发愁今天吃什么，在哪吃？周围写字楼不少，</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">快餐厅却不多，大中午的在这个繁华商业区吃个饭价格不菲，不可能天天打牙祭吧。</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">还有这个写字楼的电梯俺真是服了它了，每次都要等到郁闷；</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">上下班和中午时间还比不上走楼梯。</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">从派发的传单打电话订餐，每次送餐都很晚，送餐的衣服上污迹斑斑，让俺很</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">难相信快餐的卫生，可恶的是两次都把芹菜香干肉丝硬是搞成香干肉丝；</font></span><font size="2"><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">有个朋友推荐了一个网上订餐网站</span><span lang="EN-US"><font face="Times New Roman">:</font></span><span lang="EN-US" style="FONT-SIZE: 9pt"><a href="http://www.chinaeasy.com/" target="_blank"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-size: 12.0pt"><span lang="EN-US"><font color="#800080">便利中国</font></span></span></a></span><font face="Times New Roman"><span lang="EN-US">(</span><span lang="EN-US" style="FONT-SIZE: 9pt"><a href="http://www.chinaeasy.com/" target="_blank"><span style="FONT-SIZE: 10.5pt; mso-bidi-font-size: 12.0pt"><font color="#800080">www.chinaeasy.com</font></span></a></span><span lang="EN-US">)</span></font><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">，俺开始只是上去随便看看，</span></font><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">网站首页有个很醒目的餐馆搜索，</font></span><font size="2"><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">俺输入</span><span lang="EN-US"><font face="Times New Roman">&ldquo;</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">佳宁娜</span><span lang="EN-US"><font face="Times New Roman">&rdquo;</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">，它自动匹配出</span><span lang="EN-US"><font face="Times New Roman">&ldquo;</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">佳宁娜友谊广场</span><span lang="EN-US"><font face="Times New Roman">&rdquo;</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">，点进去一看有</span><span lang="EN-US"><font face="Times New Roman">20</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">多个餐厅供选择，</span></font><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">俺怎么以前都不知道啊，</font></span><span lang="EN-US"><br /></span><font size="2"><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">嘿，订购</span><span lang="EN-US"><font face="Times New Roman">5</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">份可以</span><span lang="EN-US"><font face="Times New Roman">9</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">折；</span><span lang="EN-US"><font face="Times New Roman">\(</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">￣︶￣</span><span lang="EN-US"><font face="Times New Roman">)&gt;</font></span></font><span lang="EN-US" style="FONT-SIZE: 9pt"><br /><br /></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">&nbsp;&nbsp;&nbsp; 订餐需要先注册，为了吃饭，当然注册先；整个注册的步骤挺简单的，填上基本信息和送餐地址信息就可以使用，</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">（俺最烦填一大堆东东）。</font></span><font size="2"><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">印象比较深刻的是，</span><span lang="EN-US"><font face="Times New Roman">2</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">分钟后</span><span lang="EN-US" style="FONT-SIZE: 9pt"><a href="http://www.chinaeasy.com/" target="_blank"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-size: 12.0pt"><span lang="EN-US"><font color="#800080">便利中国</font></span></span></a></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">的客服小姐打了我的手机，和我确认了一下送餐地址，</span></font><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">这个让我感觉她们是在认真的服务；</font></span><span lang="EN-US"><br /><font face="Times New Roman" size="2">PS</font></span><font size="2"><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">：那个小</span><span lang="EN-US"><font face="Times New Roman">MM</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">的声音挺甜的。</span><span lang="EN-US"><font face="Times New Roman"> :)</font></span></font><span lang="EN-US" style="FONT-SIZE: 9pt"><br /><br /></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">&nbsp;&nbsp;&nbsp; 登录以后从餐馆里面选了一个口味评价较好，送餐速度评价较好的餐馆，又看看它的评论，</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">嗯，骂的人不多，有一些好的评论而且菜品的种类也比较多，价格要适中，太便宜的可不敢买，</font></span><font size="2"><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">这可是直接关系到健康。送餐的人</span><span lang="EN-US"><font face="Times New Roman">30</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">分钟后到了，考虑到俺们的电梯，整个速度还好，</span></font><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">重要的是送餐的人穿着和服务看起来都比较正规，快餐的口味也不错。</font></span><span lang="EN-US" style="FONT-SIZE: 9pt"><br /><br /></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">&nbsp;&nbsp;&nbsp; 每次订餐都可以积累一些积分，一位同事美眉看中了螃蟹娃娃，准备用积分换这个螃蟹娃娃，动员大伙帮忙定。</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">汗，那得定不少份快餐啊；不过人总得吃饭晒。</font></span><span lang="EN-US" style="FONT-SIZE: 9pt"><br /><br /></span><font size="2"><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">我没有用过其他的网上订餐系统，使用过</span><span lang="EN-US" style="FONT-SIZE: 9pt"><a href="http://www.chinaeasy.com/" target="_blank"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-size: 12.0pt"><span lang="EN-US"><font color="#800080">便利中国</font></span></span></a></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">的网上订餐以后，确实是很方便，</span></font><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">而且人多一起定也确实可以节省一些钱，另外攒下来的积分还可以换礼品，可以称得上便利。</font></span><span lang="EN-US" style="FONT-SIZE: 9pt"><br /><br /></span><font size="2"><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">终于可以在炎热夏天，坐在</span><span lang="EN-US"><font face="Times New Roman">Office</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">的冷气中，一边闲适的享受着可口的饭菜，</span></font><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">一边上网观赏别样的风景；享受着难得的休息时间；生活终于回来了一些！！</font></span></p>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.skill8.com/article/stuff_html/100.htm" /> 
	  <id>http://www.skill8.com/default.asp?id=100</id>
  </entry>	
		
</feed>
