<?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>立青</title>
	<atom:link href="http://www.cccie.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cccie.com</link>
	<description>淋立青致.关注网络前端，爱好网页知识.</description>
	<lastBuildDate>Sun, 22 Apr 2012 17:22:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>【超链接中改变网页的鼠标样式】</title>
		<link>http://www.cccie.com/479.html</link>
		<comments>http://www.cccie.com/479.html#comments</comments>
		<pubDate>Sun, 22 Apr 2012 17:17:29 +0000</pubDate>
		<dc:creator>立青</dc:creator>
				<category><![CDATA[【折腾博客】]]></category>
		<category><![CDATA[建站]]></category>

		<guid isPermaLink="false">http://www.cccie.com/?p=1446</guid>
		<description><![CDATA[怎样改变网页中的鼠标样式？   &#60;a href=”http://”; style=”cursor: auto;”&#62;auto&#60;/a&#62; &#60;a href=”http://”; style=”cursor: crosshair “&#62;crosshair&#60;/a&#62; &#60;a href=”http://”; style=”cursor: default “&#62;default&#60;/a&#62; &#60;a href=”http://”; style=”cursor: hand “&#62;hand &#60;/a&#62; &#60;a href=”http://”; style=”cursor: move “&#62;move&#60;/a&#62; &#60;a href=”http://”; style=”cursor: e-resize “&#62;e-resize&#60;/a&#62; &#60;a href=”http://”; style=”cursor: ne-resize “&#62;ne-resize&#60;/a&#62; &#60;a href=”http://”; style=”cursor: nw-resize”&#62;nw-resize&#60;/a&#62; &#60;a href=”http://”; style=”cursor: n-resize”&#62;n-resize&#60;/a&#62; &#60;a href=”http://”; style=”cursor: se-resize”&#62;se-resize&#60;/a&#62; &#60;a href=”http://”; style=”cursor: sw-resize”&#62;sw-resize&#60;/a&#62; &#60;a href=”http://”; [...]]]></description>
			<content:encoded><![CDATA[<p>怎样改变网页中的鼠标样式？</p>
<blockquote><p> <br />
&lt;a href=”http://”; style=”cursor: auto;”&gt;auto&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: crosshair “&gt;crosshair&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: default “&gt;default&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: hand “&gt;hand &lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: move “&gt;move&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: e-resize “&gt;e-resize&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: ne-resize “&gt;ne-resize&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: nw-resize”&gt;nw-resize&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: n-resize”&gt;n-resize&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: se-resize”&gt;se-resize&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: sw-resize”&gt;sw-resize&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: s-resize”&gt;s-resize&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: w-resize”&gt;w-resize&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: text”&gt;text&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: wait”&gt;wait&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: help”&gt;help&lt;/a&gt;</p></blockquote>
<p>IE6支持的</p>
<blockquote><p>&lt;a href=”http://”; style=”cursor: pointer”&gt;pointer&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: progress”&gt;progress&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: not-allowed”&gt;not-allowed&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: no-drop”&gt;no-drop&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: vertical-text”&gt;vertical-text&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: all-scroll”&gt;all-scroll&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor:col-resize”&gt;col-resize&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: row-resize”&gt;row-resize&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: url(*.cur)”&gt;自定义鼠标指针（请替换成相应的文件）：*.cur&lt;/a&gt;<br />
&lt;a href=”http://”; style=”cursor: url(*.ani)”&gt;自定义鼠标指针（请替换成相应的文件）：*.ani&lt;/a&gt;</p></blockquote>
<p>&nbsp;</p>
<p>要改变非链接状态下的鼠标指针样式，可以在CSS中加入以下语句：</p>
<blockquote><p>&lt;style type=text/css&gt;<br />
BODY {<br />
CURSOR: url(‘http://www.beqstudio.com/beqstudio.cur&amp;#39;)}<br />
&lt;/style&gt;</p></blockquote>
<p>现在只支持IE6以后的版本.</p>
<p>&nbsp;</p>
        <object type="application/x-shockwave-flash" data="http://public.1g1g.com/miniplayer/miniPlayer.swf" width="200" height="24" id="1gMiniPlayer">
            <param name="movie" value="http://public.1g1g.com/miniplayer/miniPlayer.swf" />
            <param name="allowScriptAccess" value="always" />
            <param name="FlashVars" value="play=#53949&isAutoPlay=true&textColor=0x000000&bgColor1=0xEEEEEE&bgColor2=0xDDDDDD&borderColor=0x999999&btnColor=0x0160E6&btnGlowColor=0x2DA0FD" />
            <param name="wmode" value ="transparent" />
        </object>
]]></content:encoded>
			<wfw:commentRss>http://www.cccie.com/479.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【You&#8217;re so beautiful】</title>
		<link>http://www.cccie.com/478.html</link>
		<comments>http://www.cccie.com/478.html#comments</comments>
		<pubDate>Sun, 22 Apr 2012 17:05:57 +0000</pubDate>
		<dc:creator>立青</dc:creator>
				<category><![CDATA[【情感世界】]]></category>
		<category><![CDATA[情感]]></category>

		<guid isPermaLink="false">http://www.cccie.com/?p=1440</guid>
		<description><![CDATA[  越来越多的体会很多人的悲伤， 都有着自己无法言语的曾经， 那些哀伤和难过隐藏得极为仔细， 也许只有在下雨的时候&#8212; 泪水才能流个痛快吧~ 一首歌熟悉一个人~ 从You&#8217;re so beautiful 开始认识 James blunt&#8230; MP3下载 How I wish I could surrender my soul; Shed the clothes that become my skin; See the liar that burns within my needing. How I wish I&#8217;d chosen darkness from cold. How I wish I had screamed out loud, Instead I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p align="center"> </p>
<p align="center"><span style="font-size: x-small;"><span style="color: #000080;">越来越多的体会很多人的悲伤，</span></span></p>
<p align="center"><span style="font-size: x-small;"><span style="color: #000080;">都有着自己无法言语的曾经，</span></span></p>
<p align="center"><span style="font-size: x-small;"><span style="color: #000080;">那些哀伤和难过隐藏得极为仔细，</span></span></p>
<p align="center"><span style="font-size: x-small;"><span style="color: #000080;">也许只有在下雨的时候&#8212;</span></span></p>
<p align="center"><span style="font-size: x-small;"><span style="color: #000080;">泪水才能流个痛快吧~</span></span></p>
<p align="center"><span style="font-size: x-small;"><span style="color: #000080;">一首歌熟悉一个人~</span></span></p>
<p align="center"><span style="font-size: x-small;"><span style="color: #000080;">从You&#8217;re so beautiful 开始认识 James blunt&#8230;</span></span></p>
<p align="center">
<a href="http://vs.moe.edu.sg/opws/data/119/james%20blunt%20-%20back%20to%20bedlam%20-%20tears%20and%20rain.mp3" target="_blank">MP3下载</a></p>
<p style="text-align: center;" align="center"><span style="color: #808080;">How I wish I could surrender my soul;<br />
Shed the clothes that become my skin;<br />
See the liar that burns within my needing.<br />
How I wish I&#8217;d chosen darkness from cold.<br />
How I wish I had screamed out loud,<br />
Instead I&#8217;ve found no meaning.</span></p>
<p style="text-align: center;">I guess it&#8217;s time I run far, far away; find comfort in pain,<br />
All pleasure&#8217;s the same: it just keeps me from trouble.<br />
Hides my true shape, like Dorian Gray.<br />
I&#8217;ve heard what they say, but I&#8217;m not here for trouble.<br />
It&#8217;s more than just words: it&#8217;s just tears and rain.</p>
<p style="text-align: center;">How I wish I could walk through the doors of my mind;<br />
Hold memory close at hand,<br />
Help me understand the years.<br />
How I wish I could choose between Heaven and Hell.<br />
How I wish I would save my soul.<br />
I&#8217;m so cold from fear.</p>
<p style="text-align: center;">I guess it&#8217;s time I run far, far away; find comfort in pain,<br />
All pleasure&#8217;s the same: it just keeps me from trouble.<br />
Hides my true shape, like Dorian Gray.<br />
I&#8217;ve heard what they say, but I&#8217;m not here for trouble.<br />
Far, far away; find comfort in pain.<br />
All pleasure&#8217;s the same: it just keeps me from trouble.<br />
It&#8217;s more than just words: it&#8217;s just tears and rain</p>
<p style="text-align: center;" align="center"><span style="color: #808080;">我是多么的渴望灵魂的解放<br />
撕下已经粘在身上的衣服<br />
看着谎言在内心燃尽<br />
多希望躲进寒冷的黑暗<br />
多希望已经大声的呼喊<br />
而不是在一切都失去之后</span></p>
<p style="text-align: center;">我想是时候远远的离开，安抚无边的伤痛<br />
所有的欢乐都是相同的，它们能让我远离烦扰和哀愁<br />
藏起真实的我，就像Dorian Gray<br />
我听见了他们的言语，不是在这里等候伤害<br />
多说无益，就让眼泪和雨水来证明</p>
<p style="text-align: center;">多希望能穿越心门<br />
将回忆紧紧抓在手中<br />
多希望能够在天堂与地狱中选择<br />
选择让我的灵魂得到救赎<br />
而不是因恐惧而极度寒冷</p>
<p style="text-align: center;">我想是时候远远的离开，安抚无边的伤痛<br />
所有的欢乐都是相同的，它们能让我远离烦扰和哀愁<br />
藏起真实的我，就像Dorian Gray<br />
我听见了他们的言语，不是在这里等候伤害<br />
多说无益，就让眼泪和雨水来证明</p>
<p align="center"><img onclick="if(!this.resized) {return true;} else {window.open('http://attach.sl.iciba.com/images/thread/f8/14/f814aee7a425044cc7f58bf4ab5631a0.jpg');}" onmouseover="if(this.width&gt;700) {this.resized=true; this.width=700; this.style.cursor='hand'; this.alt='点击在新窗口中打开';}" src="http://attach.sl.iciba.com/images/thread/f8/14/f814aee7a425044cc7f58bf4ab5631a0.jpg" alt="" border="0" /></p>
<p align="left"><span style="color: #708090;">詹姆斯·布朗特（James Blunt）是2005年英国涌现出的最有实力的歌手之一，也是最受欢迎的新人之一。他的首张个人专辑《Back to Bedlam》在2004年年底在英国发行之后开始逐渐得到歌迷的喜爱，一举成为2005年度全英销量冠军专辑。而自从这张《Back to Bedlam》2005年10月在美国发行以来，专辑在Billboard 200专辑榜的排名也稳步上升，最高曾名列第九位。</span></p>
<p>      James Blunt的嗓音带有明显的中性化特征，但和安东尼和约翰逊（Antony And The Johnsons）Jazz老奶奶一般的唱腔不同的是，James Blunt的“尖嗓”并不被很多人看好，这其中就包括获得今年全英音乐奖（Brit Awards）音乐杰出贡献奖的前果酱乐队（The Jam）的保罗·维勒（Paul Weller）。Paul Weller甚至曾公开侮辱James Blunt，并公开表示不愿与其同台演出，但这一切都不能阻止James Blunt成功的脚步。依靠极具感染力的歌词以及上佳的歌曲旋律，James Blunt赢得了广大歌迷的心。说道《Back to Bedlam》专辑的成功，一定要说的就是这位英国“上尉诗人”真实而能打动人心的歌词。</p>
<p>       爱情是所有艺术作品永恒的主题。在本张专辑最出色的单曲之一《You&#8217;re Beautiful》当中，James Blunt唱到：“我的爱纯洁无暇，我在人群中一眼就能够将你认出，但我不知道该做什么，因为我将不能和你在一起。”《You&#8217;re Beautiful》曾在英国单曲榜中称霸多周，目前也已经在Billboard Hot 100单曲榜中上升到了亚军位置。在另一首凄美的伤心情歌《Goodbye My Lover》，James Blunt在对即将离去的爱人真情告白：“宝贝，我让你失望了么？你让我魂不守舍，你改变了我的生活和人生目标。没有人比我更了解你，更熟悉你的体香，我已经完全沉迷于你。再见，我的爱，再见，我的朋友，你始终是我的唯一。请记得我，记住我们曾经拥有的一切，我想和你共度余生，我发誓我爱你，我不能没有你。”这不就是每个渴望爱情重燃的人心里的话么。James Blunt的成功可能就在于他的真实，他一个个真实的故事打动无数有共鸣的人。最后一首《No Bravery》也是也是来源于James在服役时的生活。在《Back to Bedlam》的制作方面，堪称重量级的Linda Perry以及Guy Chambers的加入使得《Back to Bedlam》的整体品质更有保障。</p>
<p> 首张专辑就能够获得如此的反响，对James Blunt来说，这是个梦幻般的开局，祝愿这位浪漫的“上尉”一路走好，因为他给我们带来的是一壶疗伤的好酒，可以供所有需要疗伤的人享用。</p>
        <object type="application/x-shockwave-flash" data="http://public.1g1g.com/miniplayer/miniPlayer.swf" width="200" height="24" id="1gMiniPlayer">
            <param name="movie" value="http://public.1g1g.com/miniplayer/miniPlayer.swf" />
            <param name="allowScriptAccess" value="always" />
            <param name="FlashVars" value="play=http://vs.moe.edu.sg/opws/data/119/james%20blunt%20-%20back%20to%20bedlam%20-%20tears%20and%20rain.mp3&isAutoPlay=true&textColor=0x000000&bgColor1=0xEEEEEE&bgColor2=0xDDDDDD&borderColor=0x999999&btnColor=0x0160E6&btnGlowColor=0x2DA0FD" />
            <param name="wmode" value ="transparent" />
        </object>
]]></content:encoded>
			<wfw:commentRss>http://www.cccie.com/478.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://vs.moe.edu.sg/opws/data/119/james%20blunt%20-%20back%20to%20bedlam%20-%20tears%20and%20rain.mp3" length="0" type="audio/mpeg" />
		</item>
		<item>
		<title>【我也不知道-汪苏泷】</title>
		<link>http://www.cccie.com/477.html</link>
		<comments>http://www.cccie.com/477.html#comments</comments>
		<pubDate>Sun, 15 Apr 2012 15:10:35 +0000</pubDate>
		<dc:creator>立青</dc:creator>
				<category><![CDATA[【情感世界】]]></category>
		<category><![CDATA[音乐]]></category>

		<guid isPermaLink="false">http://www.cccie.com/?p=1433</guid>
		<description><![CDATA[我也不知道 作词、作曲、编曲、演唱：汪苏泷(Silence) 只是我也不知道 但谁又能知道 嘴角你的微笑 是某种信号 舍不得放掉 回忆里的味道 再也都找不到 你对我的好 我也不知道 但谁又能知道 不上妆的睫毛 也可以很翘 心若不紧靠 会爱的很糟糕 你不想被打扰 我安静的刚好 我也不知道我们的爱情怎么继续 也许我们彼此之间再少一点猜忌 你收到的简讯为什么会对我不提 原来绕来绕去还是回原地 你说你 不懂我 的软弱 不信我 的承诺 可是我却每天都在放手一搏 &#160;   下載地址(迅雷-可放空间):(原版320Kbps) http://down103.shvns.com/RegionDownloadService/255151/047DB6A45288CAA969ADA143568810D09.html/down/woyebuzhidao.mp3]]></description>
			<content:encoded><![CDATA[<p>我也不知道</p>
<p>作词、作曲、编曲、演唱：汪苏泷(Silence)</p>
<p>只是我也不知道<br />
但谁又能知道<br />
嘴角你的微笑<br />
是某种信号</p>
<p>舍不得放掉<br />
回忆里的味道<br />
再也都找不到<br />
你对我的好</p>
<p>我也不知道<br />
但谁又能知道<br />
不上妆的睫毛<br />
也可以很翘</p>
<p>心若不紧靠<br />
会爱的很糟糕<br />
你不想被打扰<br />
我安静的刚好</p>
<p>我也不知道我们的爱情怎么继续<br />
也许我们彼此之间再少一点猜忌<br />
你收到的简讯为什么会对我不提<br />
原来绕来绕去还是回原地</p>
<p>你说你<br />
不懂我 的软弱<br />
不信我 的承诺<br />
可是我却每天都在放手一搏</p>
<p>&nbsp;</p>
<p style="text-align: right;">        <object type="application/x-shockwave-flash" data="http://public.1g1g.com/miniplayer/miniPlayer.swf" width="200" height="24" id="1gMiniPlayer">
            <param name="movie" value="http://public.1g1g.com/miniplayer/miniPlayer.swf" />
            <param name="allowScriptAccess" value="always" />
            <param name="FlashVars" value="play=#-19930&isAutoPlay=true&textColor=0x000000&bgColor1=0xEEEEEE&bgColor2=0xDDDDDD&borderColor=0x999999&btnColor=0x0160E6&btnGlowColor=0x2DA0FD" />
            <param name="wmode" value ="transparent" />
        </object></p>
<p style="text-align: right;"> </p>
<p style="text-align: left;">下載地址(迅雷-可放空间):(原版320Kbps)</p>
<p>http://down103.shvns.com/RegionDownloadService/255151/047DB6A45288CAA969ADA143568810D09.html/down/woyebuzhidao.mp3</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cccie.com/477.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【QQ2012“QQ圈子”升级版下载：可创建新圈子】</title>
		<link>http://www.cccie.com/476.html</link>
		<comments>http://www.cccie.com/476.html#comments</comments>
		<pubDate>Sun, 15 Apr 2012 14:21:00 +0000</pubDate>
		<dc:creator>立青</dc:creator>
				<category><![CDATA[【网络热点】]]></category>
		<category><![CDATA[QQ]]></category>
		<category><![CDATA[腾讯]]></category>

		<guid isPermaLink="false">http://www.cccie.com/?p=1429</guid>
		<description><![CDATA[腾讯发布QQ圈子升级版下载！除了系统为你生成的圈子，还可以创建新的圈子，把志趣相投的一群人凑到一个圈子里，不亦乐乎！发现好久不见的朋友，词穷的时候可以Biu他一下，好玩不尴尬！ 新版圈子新增以下功能： 新建圈子——除了系统为您生成的圈子，您还可以创建新的圈子，将好友灵活分组，最多可以拥有30个圈子。 参与过圈子3月体验的用户，和已申请本次体验的用户，可以在以下地址下载新版圈子。 2012年3月20日 - 2012年4月30日 系统环境：XP/Vista/Win7/Win8 QQ2012“QQ圈子”功能体验申请地址： http://exp.qq.com/details.html#pid=276 QQ2012“QQ圈子”功能试用下载地址： http://dl_dir.qq.com/qqfile/qq/QQ2012/QQ2012_FriCir.exe（46.5MB） 如果您不愿意使用圈子，也不希望通过QQ圈子被他人找到，请在此设置（点击）。]]></description>
			<content:encoded><![CDATA[<p>腾讯发布QQ圈子升级版下载！除了系统为你生成的圈子，还可以创建新的圈子，把志趣相投的一群人凑到一个圈子里，不亦乐乎！发现好久不见的朋友，词穷的时候可以Biu他一下，好玩不尴尬！</p>
<p><a href="http://cdn.exp.qq.com/img/ad/276.jpg"><img title="QQ2012" src="http://cdn.exp.qq.com/img/ad/276.jpg" alt="QQ2012" width="420" height="240" /></a></p>
<p>新版圈子新增以下功能：</p>
<p>新建圈子——除了系统为您生成的圈子，您还可以创建新的圈子，将好友灵活分组，最多可以拥有30个圈子。</p>
<p>参与过圈子3月体验的用户，和已申请本次体验的用户，可以在以下地址下载新版圈子。</p>
<p>2012年3月20日 - 2012年4月30日</p>
<p>系统环境：XP/Vista/Win7/Win8</p>
<p>QQ2012“QQ圈子”功能体验申请地址：</p>
<p><a href="http://exp.qq.com/details.html#pid=276" target="_blank">http://exp.qq.com/details.html#pid=276</a></p>
<p>QQ2012“QQ圈子”功能试用下载地址：</p>
<p><a href="http://dl_dir.qq.com/qqfile/qq/QQ2012/QQ2012_FriCir.exe">http://dl_dir.qq.com/qqfile/qq/QQ2012/QQ2012_FriCir.exe</a>（46.5MB）</p>
<p>如果您不愿意使用圈子，也不希望通过QQ圈子被他人找到，请在此设置（<a href="http://quan.qq.com/msg/" target="_blank">点击</a>）。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cccie.com/476.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【五一劳动节放假安排】</title>
		<link>http://www.cccie.com/475.html</link>
		<comments>http://www.cccie.com/475.html#comments</comments>
		<pubDate>Sun, 15 Apr 2012 11:28:17 +0000</pubDate>
		<dc:creator>立青</dc:creator>
				<category><![CDATA[【网络热点】]]></category>
		<category><![CDATA[热点]]></category>

		<guid isPermaLink="false">http://www.cccie.com/?p=1425</guid>
		<description><![CDATA[根据国务院办公厅通知精神，现将2012年劳动节放假安排通知如下： 4月29日（星期日）至5月1日（星期二）放假调休，共3天。4月28日（星期六）上班。 节假日期间，各单位要妥善安排好值班和安全、保卫等工作，遇有重大突发事件发生，要按规定及时报告并妥善处置，确保人民群众祥和平安度过节日假期。 北京市人民政府办公厅 二○一二年四月十三日  ]]></description>
			<content:encoded><![CDATA[<p>根据国务院办公厅通知精神，现将2012年劳动节放假安排通知如下：</p>
<p>4月29日（星期日）至5月1日（星期二）放假调休，共3天。4月28日（星期六）上班。</p>
<p>节假日期间，各单位要妥善安排好值班和安全、保卫等工作，遇有重大突发事件发生，要按规定及时报告并妥善处置，确保人民群众祥和平安度过节日假期。</p>
<p align="right">北京市人民政府办公厅</p>
<p align="right">二○一二年四月十三日</p>
<p align="right"> </p>
<p align="right">        <object type="application/x-shockwave-flash" data="http://public.1g1g.com/miniplayer/miniPlayer.swf" width="200" height="24" id="1gMiniPlayer">
            <param name="movie" value="http://public.1g1g.com/miniplayer/miniPlayer.swf" />
            <param name="allowScriptAccess" value="always" />
            <param name="FlashVars" value="play=#22588&isAutoPlay=true&textColor=0x000000&bgColor1=0xEEEEEE&bgColor2=0xDDDDDD&borderColor=0x999999&btnColor=0x0160E6&btnGlowColor=0x2DA0FD" />
            <param name="wmode" value ="transparent" />
        </object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cccie.com/475.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【QQ2012 Beta1(4280)官方最新版下载】</title>
		<link>http://www.cccie.com/474.html</link>
		<comments>http://www.cccie.com/474.html#comments</comments>
		<pubDate>Sat, 14 Apr 2012 03:09:55 +0000</pubDate>
		<dc:creator>立青</dc:creator>
				<category><![CDATA[【资源共享】]]></category>
		<category><![CDATA[QQ]]></category>
		<category><![CDATA[腾讯]]></category>

		<guid isPermaLink="false">http://www.cccie.com/?p=1418</guid>
		<description><![CDATA[QQ2012 Beta1版本更新至4280版，4280版新增加了自定义头像支持滤镜特效以及更换头像更加方便快捷等内容，详细更新历史如下： QQ2012新版更新历史： 1、 新增特效头像功能 2、 视频支持多态发送 3、 腾讯微博增加了拓展关系链入口，并完善广播消息闭环 4、 2012版本登陆窗口会员身份显示优化；迷你资料卡会员业务图标位置调整 5、 提供Q+邀请好友的API接口 6、 会话消息URL实时过滤 7、 企业QQAIO聊天窗口底部支持推送广告文字链 8、 迷你资料卡部分图标补充点击数据上报 9、 空间黄钻用户更新差异化展示 10、新增QQ旅游、摩登城市图标点亮 &#160; 点我下载]]></description>
			<content:encoded><![CDATA[<p><img style="width: 660px;" src="http://im-img.qq.com/qq/2012/images/ph1.jpg?t=20120228" alt="QQ2012" /></p>
<div class="accepted">
<p>QQ2012 Beta1版本更新至4280版，4280版新增加了自定义头像支持滤镜特效以及更换头像更加方便快捷等内容，详细更新历史如下：</p>
<p>QQ2012新版更新历史：</p>
<p>1、 新增特效头像功能<br />
2、 视频支持多态发送<br />
3、 腾讯微博增加了拓展关系链入口，并完善广播消息闭环<br />
4、 2012版本登陆窗口会员身份显示优化；迷你资料卡会员业务图标位置调整<br />
5、 提供Q+邀请好友的API接口<br />
6、 会话消息URL实时过滤<br />
7、 企业QQAIO聊天窗口底部支持推送广告文字链<br />
8、 迷你资料卡部分图标补充点击数据上报<br />
9、 空间黄钻用户更新差异化展示<br />
10、新增QQ旅游、摩登城市图标点亮</p>
<p>&nbsp;</p>
<div class="down"><a title="QQ2012" href="http://dl_dir.qq.com/qqfile/qq/QQ2012/QQ2012Beta1.exe" rel="attachment download" target="_blank"><span>点我下载</span></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.cccie.com/474.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【迅雷7.2.7.3496 正式版下载：整合迅雷大全】</title>
		<link>http://www.cccie.com/473.html</link>
		<comments>http://www.cccie.com/473.html#comments</comments>
		<pubDate>Sat, 14 Apr 2012 01:08:21 +0000</pubDate>
		<dc:creator>立青</dc:creator>
				<category><![CDATA[【资源共享】]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.cccie.com/?p=1415</guid>
		<description><![CDATA[迅雷7.2.7.3496 更新内容（2012-04-14）更新信息： 功能变化： 1、整体优化迅雷7主界面视觉效果 2、移除右上角搜索栏，采用新设计的“迅雷大全”搜索栏【更快更准找资源】 3、移除工具栏上的“超清”按钮 4、移除迅雷7右下角的“地理位置信息”按钮 5、幸福树功能更改为“应用”，可在“我的应用”中进行管理 6、Firefox支持组件支持到Firefox 13版本 性能优化： 1、界面及各组件采用异步接口加载图片 2、优化社区组件加载逻辑 细节改进： 1、在已完成中选择发送文件到“其他目录”后，将会记住上次发送的位置 2、左侧目录树、顶部标签采用新设计 3、点击滚动条空白区域时，将直接跳转过去 4、现在可以在登录框的登录记录中单独清除某个帐号的登录记录 5、对幸福树功能瘦 问题解决： 1、修正BHO分析http回复信息时，文件大小字段分析错误的问题 2、修正在迅雷7新建面板编辑文件名，按下左方向键点时，焦点离开编辑框的问题 &#160; 支持运行环境：Windows XP/Vista/Windows7 下载点我]]></description>
			<content:encoded><![CDATA[<p><img style="width: 660px;" src="http://ww4.sinaimg.cn/large/92540662jw1dryzhkh5jfj.jpg" alt="迅雷7.2.7.3496" /></p>
<div class="accepted">
<p>迅雷7.2.7.3496 更新内容（2012-04-14）更新信息：</p>
<p><strong>功能变化：</strong></p>
<p>1、整体优化迅雷7主界面视觉效果</p>
<p>2、移除右上角搜索栏，采用新设计的“迅雷大全”搜索栏【更快更准找资源】</p>
<p>3、移除工具栏上的“超清”按钮</p>
<p>4、移除迅雷7右下角的“地理位置信息”按钮</p>
<p>5、幸福树功能更改为“应用”，可在“我的应用”中进行管理</p>
<p>6、Firefox支持组件支持到Firefox 13版本</p>
<p><strong>性能优化：</strong></p>
<p>1、界面及各组件采用异步接口加载图片</p>
<p>2、优化社区组件加载逻辑</p>
<p><strong>细节改进：</strong></p>
<p>1、在已完成中选择发送文件到“其他目录”后，将会记住上次发送的位置</p>
<p>2、左侧目录树、顶部标签采用新设计</p>
<p>3、点击滚动条空白区域时，将直接跳转过去</p>
<p>4、现在可以在登录框的登录记录中单独清除某个帐号的登录记录</p>
<p>5、对幸福树功能瘦</p>
<p><strong>问题解决：</strong></p>
<p>1、修正BHO分析http回复信息时，文件大小字段分析错误的问题</p>
<p>2、修正在迅雷7新建面板编辑文件名，按下左方向键点时，焦点离开编辑框的问题</p>
<p>&nbsp;</p>
<p>支持运行环境：Windows XP/Vista/Windows7</p>
<div class="down"><a title="下载地址" href="http://down.sandai.net/thunder7/Thunder7.2.7.3496.exe" rel="attachment download" target="_blank"><span>下载点我</span></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.cccie.com/473.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【Adobe Flash Player 11.2.202.233绿色版(Flash独立播放器)】</title>
		<link>http://www.cccie.com/472.html</link>
		<comments>http://www.cccie.com/472.html#comments</comments>
		<pubDate>Fri, 13 Apr 2012 13:20:32 +0000</pubDate>
		<dc:creator>立青</dc:creator>
				<category><![CDATA[【资源共享】]]></category>
		<category><![CDATA[windows7]]></category>

		<guid isPermaLink="false">http://www.cccie.com/?p=1406</guid>
		<description><![CDATA[&#160; Flash player的独立播放器版(debug版)，既可单独播放*.swf文件，也可创建exe文件。 debug版适用于开发人员。同时，它也是独立播放器，运行后，程序会自动关联swf文件，做为默认的播放器。flash player能够播放小又快速的多媒体动画，以及交互式的动画、飞行标志和用macromedia flash做出的图像。这个播放器非常小，只需花一点点时间下载，对于在体验网页上的多媒体效果是个很好的开始。flash也支持也支持高品质的mp3音频流、文字输入字段、交互式接口等等很多东西。这个最新版本可以观看所有的flash格式。若你要观看网页上的多媒体内容，flash player几乎是网络上的标准。为此播放器所制作的动画或图像十分常见。 【下载点我】]]></description>
			<content:encoded><![CDATA[<p><img style="width: 473px;" src="http://www.qqpk.cn/flashplayer/a.gif" alt="【Adobe Flash Player 11.2.202.233绿色版(Flash独立播放器)】" width="473" height="313" /></p>
<p>&nbsp;</p>
<p>Flash player的独立播放器版(debug版)，既可单独播放*.swf文件，也可创建exe文件。</p>
<p style="width: 898px; height: 102px;">debug版适用于开发人员。同时，它也是独立播放器，运行后，程序会自动关联swf文件，做为默认的播放器。flash player能够播放小又快速的多媒体动画，以及交互式的动画、飞行标志和用macromedia flash做出的图像。这个播放器非常小，只需花一点点时间下载，对于在体验网页上的多媒体效果是个很好的开始。flash也支持也支持高品质的mp3音频流、文字输入字段、交互式接口等等很多东西。这个最新版本可以观看所有的flash格式。若你要观看网页上的多媒体内容，flash player几乎是网络上的标准。为此播放器所制作的动画或图像十分常见。</p>
<div class="down"><a title="【下载点我】" href="http://dl.dbank.com/c0ovcz1er8" rel="attachment download" target="_blank"><span>【下载点我】</span></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.cccie.com/472.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【QQ输入法纯净版 1.0 (1211)：打通手机词库】</title>
		<link>http://www.cccie.com/471.html</link>
		<comments>http://www.cccie.com/471.html#comments</comments>
		<pubDate>Fri, 13 Apr 2012 13:11:19 +0000</pubDate>
		<dc:creator>立青</dc:creator>
				<category><![CDATA[【免费信息】]]></category>
		<category><![CDATA[QQ]]></category>

		<guid isPermaLink="false">http://www.cccie.com/?p=1399</guid>
		<description><![CDATA[QQ拼音输入法是腾讯公司自主研发的，特别适合互联网应用的，快速敏捷的输入法产品。QQ拼音输入法集成了微软拼音、智能ABC风格，当然还有自己开发的QQ拼音风格。 拼音模式有全拼和双拼模式，双拼比较适合以前习惯使用拼音++、微软拼音、智能ABC或紫光拼音的用户。换肤功能是该输入法的一大特色，自带的个性化QQ风格皮肤让人感觉焕然一新，如果你还不是很满足的话，还可以下载更多个性化qq 拼音输入法皮肤。 词库是它的又一创意，众所周知，词库越丰富，打字速度就越快。所以，QQ拼音输入法允许用户从原有输入法中导入词库。而且为了解决不同PC上词库无法同步的问题，还自创了词库跟随账号同步功能，只要你有QQ号并登陆，就可以在不同的PC上同步词库（使用“上传配置”和“下载配置”的功能），这样，你就不需要担心重装系统或换台PC之后打字不适应的问题了~ QQ输入法纯净版 1.0 (1211) 更新内容： 1.打通手机词库（目前仅支持安卓2.8及以后版本）； 2.智能补全，不怕漏键（打piazi可以出骗子）； 3.词库更新，保持超高准确率； 4.增加了用户反馈最多的竖版皮肤显示、标点配对、手写工具； 5.附带一款清新的铅笔线条皮肤。 支持运行环境：Windows XP/Vista/Windows7 QQ拼音输入法下载]]></description>
			<content:encoded><![CDATA[<p><img src="http://pc1.gtimg.com/qqpinyin/images/banner_120112.jpg" alt="Q拼音输入法" /><br />
QQ拼音输入法是腾讯公司自主研发的，特别适合互联网应用的，快速敏捷的输入法产品。QQ拼音输入法集成了微软拼音、智能ABC风格，当然还有自己开发的QQ拼音风格。</p>
<p>拼音模式有全拼和双拼模式，双拼比较适合以前习惯使用拼音++、微软拼音、智能ABC或紫光拼音的用户。换肤功能是该输入法的一大特色，自带的个性化QQ风格皮肤让人感觉焕然一新，如果你还不是很满足的话，还可以下载更多个性化qq 拼音输入法皮肤。</p>
<p>词库是它的又一创意，众所周知，词库越丰富，打字速度就越快。所以，QQ拼音输入法允许用户从原有输入法中导入词库。而且为了解决不同PC上词库无法同步的问题，还自创了词库跟随账号同步功能，只要你有QQ号并登陆，就可以在不同的PC上同步词库（使用“上传配置”和“下载配置”的功能），这样，你就不需要担心重装系统或换台PC之后打字不适应的问题了~</p>
<div class="arrow">
<p><strong>QQ输入法纯净版 1.0 (1211) 更新内容：</strong></p>
<p>1.打通手机词库（目前仅支持安卓2.8及以后版本）；<br />
2.智能补全，不怕漏键（打piazi可以出骗子）；<br />
3.词库更新，保持超高准确率；<br />
4.增加了用户反馈最多的竖版皮肤显示、标点配对、手写工具；<br />
5.附带一款清新的铅笔线条皮肤。</p>
<p><strong>支持运行环境：</strong>Windows XP/Vista/Windows7</p>
<div class="down"><a title="QQ拼音输入法下载" href="http://dl_dir.qq.com/invc/qqpinyin/QQPinyin_Setup_1.0.1211.400.exe" rel="attachment download" target="_blank"><span>QQ拼音输入法下载</span></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.cccie.com/471.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【Drenched】</title>
		<link>http://www.cccie.com/470.html</link>
		<comments>http://www.cccie.com/470.html#comments</comments>
		<pubDate>Wed, 04 Apr 2012 17:19:21 +0000</pubDate>
		<dc:creator>立青</dc:creator>
				<category><![CDATA[【淋立青致】]]></category>
		<category><![CDATA[音乐]]></category>

		<guid isPermaLink="false">http://www.cccie.com/?p=1393</guid>
		<description><![CDATA[&#160; &#160; Drenched    词/曲：曲婉婷 When minutes become hours 当时间每分每秒每小时地过去， When days become years 当日子一天天一年年地过去， And I don’t know where you are 然而我不知道你在哪里， Color seems so dull without you 没有你，我的世界像缺少了色彩一样，变得暗淡无光。 Have we lost our minds? 是否已经遗忘了我们之间的回忆？ What have we done? （或许是）我们一起所经历过的事情？ But it all doesn’t seem to matter anymore 但是，一切似乎再也没关系了。 When you kissed me on [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" style="vertical-align: middle;" src="http://ww1.sinaimg.cn/large/92540662jw1dro3zinwa3j.jpg" alt="http://ww1.sinaimg.cn/large/92540662jw1dro3zinwa3j.jpg" width="600" height="453" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><span style="font-family: comic sans ms,sans-serif;">Drenched</span></p>
<p><span style="font-family: comic sans ms,sans-serif;"><strong> </strong></span></p>
<p><span style="font-family: comic sans ms,sans-serif;"><strong> </strong><strong>词/曲：曲婉婷</strong></span></p>
<p><span style="font-family: comic sans ms,sans-serif;"><strong>When minutes become hours</strong></span></p>
<p><span style="font-family: comic sans ms,sans-serif;"><strong>当时间每分每秒每小时地过去，<br />
When days become years</strong></span></p>
<p><span style="font-family: comic sans ms,sans-serif;"><strong>当日子一天天一年年地过去，</strong></span></p>
<p><span style="font-family: comic sans ms,sans-serif;"><strong>And I don’t know where you are</strong></span></p>
<p><span style="font-family: comic sans ms,sans-serif;"><strong>然而我不知道你在哪里，<br />
Color seems so dull without you</strong></span></p>
<p><span style="font-family: comic sans ms,sans-serif;"><strong>没有你，我的世界像缺少了色彩一样，变得暗淡无光。</strong></span></p>
<p><span style="font-family: comic sans ms,sans-serif;">Have we lost our minds?</span></p>
<p><span style="font-family: comic sans ms,sans-serif;"><strong>是否已经遗忘了我们之间的回忆？<br />
What have we done?</strong></span></p>
<p><span style="font-family: comic sans ms,sans-serif;"><strong>（或许是）我们一起所经历过的事情？<br />
But it all doesn’t seem to matter anymore</strong></span></p>
<p><span style="font-family: comic sans ms,sans-serif;"><strong>但是，一切似乎再也没关系了。</strong></span></p>
<p><span style="font-family: comic sans ms,sans-serif;">When you kissed me on that street, I kissed you back</span></p>
<p><span style="font-family: comic sans ms,sans-serif;"><strong>当你在那条街，吻了吻我，我也吻回你，</strong></span></p>
<p><span style="font-family: comic sans ms,sans-serif;"><strong>You held me in your arms, I held you in mine</strong></span></p>
<p><span style="font-family: comic sans ms,sans-serif;"><strong>我们紧紧相拥，<br />
You picked me up to lay me down</strong></span></p>
<p><span style="font-family: comic sans ms,sans-serif;"><strong>你把我收入怀中就是为了把我放下。</strong></span><br />
<span style="font-family: comic sans ms,sans-serif;">When I look into your eyes</span></p>
<p><span style="font-family: comic sans ms,sans-serif;">当我望着你眼睛的时候，</span><br />
<span style="font-family: comic sans ms,sans-serif;">I can hear you cry for a little bit more of you and I</span></p>
<p><span style="font-family: comic sans ms,sans-serif;">我能听到你为我们而哭，</span><br />
<span style="font-family: comic sans ms,sans-serif;">I’m drenched in your love</span></p>
<p><span style="font-family: comic sans ms,sans-serif;">我沉溺在你的爱里面，</span><br />
<span style="font-family: comic sans ms,sans-serif;">I’m no longer able to hold it back</span><br />
<span style="font-family: comic sans ms,sans-serif;">我不再可能令它回来了。</span><br />
<span style="font-family: comic sans ms,sans-serif;">Is it too late to ask for love?</span></p>
<p><span style="font-family: comic sans ms,sans-serif;">难道现在让你爱我太晚了吗？</span><br />
<span style="font-family: comic sans ms,sans-serif;">Is it wrong to feel right?</span></p>
<p><span style="font-family: comic sans ms,sans-serif;">难道让你知道我们之间感觉是对的，就是错了吗？</span><br />
<span style="font-family: comic sans ms,sans-serif;">When the world is winding down</span></p>
<p><span style="font-family: comic sans ms,sans-serif;">当世界被吹落，</span><br />
<span style="font-family: comic sans ms,sans-serif;">Thoughts of you linger around</span></p>
<p><span style="font-family: comic sans ms,sans-serif;">你也一直在我脑海里。</span><br />
<span style="font-family: comic sans ms,sans-serif;">Have we lost our minds?</span><br />
<span style="font-family: comic sans ms,sans-serif;">What have we done?</span><br />
<span style="font-family: comic sans ms,sans-serif;">But it all doesn’t seem to matter anymore</span></p>
<p><span style="font-family: comic sans ms,sans-serif;">When you kissed me on that street, I kissed you back</span><br />
<span style="font-family: comic sans ms,sans-serif;">You held me in your arms, I held you in mine</span><br />
<span style="font-family: comic sans ms,sans-serif;">You picked me up to lay me down</span><br />
<span style="font-family: comic sans ms,sans-serif;">When I look into your eyes</span><br />
<span style="font-family: comic sans ms,sans-serif;">I can hear you cry for a little bit more of you and I</span><br />
<span style="font-family: comic sans ms,sans-serif;">I’m drenched in your love</span><br />
<span style="font-family: comic sans ms,sans-serif;">I’m no longer able to hold it back</span></p>
<p><span style="font-family: comic sans ms,sans-serif;">When you kissed me on that street, I kissed you back</span><br />
<span style="font-family: comic sans ms,sans-serif;">You held me in your arms, I held you in mine</span><br />
<span style="font-family: comic sans ms,sans-serif;">You picked me up to lay me down</span><br />
<span style="font-family: comic sans ms,sans-serif;">When I look into your eyes</span><br />
<span style="font-family: comic sans ms,sans-serif;">I can hear you cry for a little bit more of you and I</span></p>
<p><span style="font-family: comic sans ms,sans-serif;"><strong>I’m drenched in your love<br />
I’m no longer able to hold it back  </strong></span></p>
<p>&nbsp;</p>
<p><span style="font-family: comic sans ms,sans-serif;">        <object type="application/x-shockwave-flash" data="http://public.1g1g.com/miniplayer/miniPlayer.swf" width="200" height="24" id="1gMiniPlayer">
            <param name="movie" value="http://public.1g1g.com/miniplayer/miniPlayer.swf" />
            <param name="allowScriptAccess" value="always" />
            <param name="FlashVars" value="play=#-21505&isAutoPlay=true&textColor=0x000000&bgColor1=0xEEEEEE&bgColor2=0xDDDDDD&borderColor=0x999999&btnColor=0x0160E6&btnGlowColor=0x2DA0FD" />
            <param name="wmode" value ="transparent" />
        </object></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cccie.com/470.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

