<?xml version="1.0" encoding="UTF-8"?>
  <feed xmlns="http://www.w3.org/2005/Atom">
  <title type="html"><![CDATA[ELLVEN的BLOG]]></title>
  <subtitle type="html"><![CDATA[不管前路有多坎坷,亦要努力向前!]]></subtitle>
  <id>http://www.stom.com.cn/blog/</id>
  <link rel="alternate" type="text/html" href="http://www.stom.com.cn/blog/" /> 
  <link rel="self" type="application/atom+xml" href="http://www.stom.com.cn/blog/atom.asp" /> 
  <generator uri="http://www.pjhome.net/" version="2.8">PJBlog3</generator> 
  <updated>2010-08-20T02:33:39+08:00</updated>

  <entry>
	  <title type="html"><![CDATA[仿flash的滑动门竖型菜单]]></title>
	  <author>
		 <name>ellven</name>
		 <uri>http://www.stom.com.cn/blog/</uri>
		 <email>sinsun#yeah.net</email>
	  </author>
	  <category term="" scheme="http://www.stom.com.cn/blog/default.asp?cateID=3" label="设计" /> 
	  <updated>2010-08-20T02:33:39+08:00</updated>
	  <published>2010-08-20T02:33:39+08:00</published>
		  <summary type="html"><![CDATA[仿flash的滑动门竖型菜单<br/><br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://www.stom.com.cn/blog/images/html.gif" style="margin:0px 2px -3px 0px"> HTML代码</div><div class="UBBContent"><TEXTAREA rows="8" id="temp72498">
<!DOCTYPE HTML PUBLIC &#34;-//W3C//DTD HTML 4.01//EN&#34; &#34;<a href="http://www.w3.org/TR/html4/strict.dtd" target="_blank" rel="external">http://www.w3.org/TR/html4/strict.dtd</a>&#34;>
<html>
<head>
<title>鼠标放大菜单项</title>
<style type=&#34;text/css&#34;>
	html {
	overflow: hidden;
	}
	body {
	background: #333;
	}
	#menu {
	padding: 10px;
	background: #111;
	height: 298px;
	width: 398px;
	}
	#menu a {
	display:block;
	text-decoration:none;
	/*/*/
	font-family: arial, helvetica, verdana, sans-serif;
	white-space: nowrap;
	}
</style>
<script type=&#34;text/javascript&#34;><!--
var P,T;
var over = -1;
var fontSize = 38;
var lensFX = 1;
var num = true;
var color = &#34;#FFF&#34;;
var sel&#101;cted = &#34;#F80&#34;;
function zoom(s){
	if(s!=over){
		over = s;
		for(var i=0;i<T;i++){
			P[i].style.fontSize=Math.floor(fontSize / (Math.abs(i - s) + lensFX) + 3)+&#34;px&#34;;
			P[i].style.color=(i==s)?sel&#101;cted:color;
		}
	}
}
onload = function(){
	P = document.getElementById(&#34;menu&#34;).getElementsByTagName(&#34;a&#34;);
	T = P.length;
	for (var i=0;i<T;i++){
		if(num){
			x=i+&#34;.&#34;;
			if(x.length<3)x=&#34;0&#34;+x;
			P[i].innerHTML = x+P[i].innerHTML;
		}
		P[i].style.width = &#34;100%&#34;;/*/*/
		P[i].onmouseover=new Function(&#34;zoom(&#34;+i+&#34;);&#34;);
	}
	zoom(0);
}
//-->
</script>
</head>
<body>
<div id=&#34;menu&#34;>
<a href=&#34;/&#34;>源码爱好者</a>
<a href=&#34;/sort/list_1_1.shtml&#34;>ASP</a>
<a href=&#34;/sort/list_2_1.shtml&#34;>PHP</a>
<a href=&#34;/sort/list_3_1.shtml&#34;>.NET</a>
<a href=&#34;/sort/list_13_1.shtml&#34;>C#</a>
<a href=&#34;/sort/list_4_1.shtml&#34;>JSP</a>
<a href=&#34;/sort/list_5_1.shtml&#34;>Java</a>
<a href=&#34;/sort/list_8_1.shtml&#34;>VC/C++</a>
<a href=&#34;/sort/list_9_1.shtml&#34;>VB</a>
<a href=&#34;/sort/list_10_1.shtml&#34;>Delphi</a>
<a href=&#34;/sort/list_11_203_1.shtml&#34;>Ajax</a>
<a href=&#34;/sort/list_11_1.shtml&#34;>脚本资源</a>
<a href=&#34;/sort/list_7_1.shtml&#34;>电子书籍</a>
<a href=&#34;/sort/list_12_1.shtml&#34;>方案及文档</a>
<a href=&#34;/sort/list_6_1.shtml&#34;>工具软件</a>
</div>
</body>
</html>
</TEXTAREA><br/><INPUT onclick="runEx('temp72498')"  type="button" class="userbutton" value="运行此代码"/> <INPUT onclick="doCopy('temp72498')"  type="button" class="userbutton" value="复制此代码"/> <INPUT onclick="saveCode('temp72498')" type="button" class="userbutton" value="保存此代码"><br/> [Ctrl+A 全部选择 提示：你可先修改部分代码，再按运行]</div></div>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.stom.com.cn/blog/article.asp?id=265" /> 
	  <id>http://www.stom.com.cn/blog/default.asp?id=265</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[用新华社区音乐广场外链mp3的方法]]></title>
	  <author>
		 <name>ellven</name>
		 <uri>http://www.stom.com.cn/blog/</uri>
		 <email>sinsun#yeah.net</email>
	  </author>
	  <category term="" scheme="http://www.stom.com.cn/blog/default.asp?cateID=4" label="记事本" /> 
	  <updated>2010-07-08T15:21:28+08:00</updated>
	  <published>2010-07-08T15:21:28+08:00</published>
		  <summary type="html"><![CDATA[1.打开 <a href="http://my.home.news.cn/profile/passport.do" target="_blank" rel="external">http://my.home.news.cn/profile/passport.do</a><br/>2.申请通行证。<br/>3.登入以后在右边的开通新业务下开通音乐盒。<br/>4.开通后点我的音乐盒。<br/>5.添加专辑.<br/>6.然后点一下那个添加的专辑在上面有个添加音乐。<br/>7.上传好了点一下刚才自己上传的歌。是不是出来了？<br/>8.把鼠标移到暂停的地方，右键点一下。<br/>9.是不是出来的对话框，鼠标下移点属性。<br/>10.那个位置就是地址了。<br/>11.刚上传可能不是mp3结尾的了，新华要审核，有时要到第二天。<br/><br/><img src="http://www.stom.com.cn/blog/attachments/month_1007/n201078152122.jpg" border="0" alt=""/><br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.stom.com.cn/blog/article.asp?id=264" /> 
	  <id>http://www.stom.com.cn/blog/default.asp?id=264</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[虚拟机福音，VMware 7.1 + 汉化 + 注册 完美下载]]></title>
	  <author>
		 <name>ellven</name>
		 <uri>http://www.stom.com.cn/blog/</uri>
		 <email>sinsun#yeah.net</email>
	  </author>
	  <category term="" scheme="http://www.stom.com.cn/blog/default.asp?cateID=21" label="软件" /> 
	  <updated>2010-07-06T05:26:27+08:00</updated>
	  <published>2010-07-06T05:26:27+08:00</published>
		  <summary type="html"><![CDATA[<p style="text-align: center; line-height: 30px; text-indent: 2em"><strong><span style="color: #ff0000"><span style="font-size: 14px"><font style="font-size: 100%"><font style="font-size: 100%">VMware工作站是专门针对Windows / Linux服务器平台的一个版本</font></font></span></span></strong></p>
<p style="text-align: left; line-height: 30px; text-indent: 2em"><strong><span style="color: #800080"><font size="2"><font style="font-size: 100%"><font style="font-size: 100%">它使得Windows / Linux服务器平台上虚拟的Windows客户端（视窗2000以上）能与宿主系统无缝地运行在一块。</font></font><br />
<font style="font-size: 100%"><font style="font-size: 100%">VMware工作站7.1今日发布，主要增加了对Windows 7的32和64位版本的支持，支持高级虚拟化平台，多个平台版本也一并发布。</font></font></font></span></strong></p>
<p><font size="2"><font color="#ff0000"><strong>
<p>&nbsp;</p>
</strong></font></font></p>
<p><strong><font color="#0000ff" size="3">VMware工作站7.1官方下载地址：</font></strong><strong><font color="#0000ff"><br />
</font></strong><font size="3"><strong><font color="#0000ff">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;</font></strong><strong><font color="#0000ff">&nbsp;&nbsp;</font></strong><u><strong><font color="#0000ff">http://downloads.vmware.com/d/info/desktop_downloads/vmware_workstation/7_0</font></strong></u></font><strong><font color="#0000ff"><br />
</font></strong><font size="3"><strong><font color="#0000ff"><br />
完美汉化包</font></strong><strong><font color="#0000ff"> ：</font></strong><strong><font color="#0000ff"><u>http://u.115.com/file/t5efd6d7e8</u></font></strong><br />
<br />
</font><font color="#ff0000"><font size="2"><strong><font style="font-size: 100%"><font style="font-size: 100%">下载账号：</font></font></strong><font style="font-size: 100%"><font style="font-size: 100%">7912112090&nbsp; &nbsp; </font></font><strong><font style="font-size: 100%"><font style="font-size: 100%">密码：</font></font></strong><font style="font-size: 100%"><font style="font-size: 100%">ac70YW60 VMware7.1正式版注册机见附件</font></font></font></font><br />
<br />
<font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">最新消息</font></font></font></font><br />
<font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">这种VMware工作站版本增加了以下新功能和支持：</font></font></font></font><font size="3"> </font></p>
<ul>
    <li><font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">新的支持32位和64位操作系统</font></font></font></font><font size="2"><font color="#ffa500"> </font></font></li>
    <li><font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">在VMware Workstation的新特点 </font></font></font></font></li>
</ul>
<p><font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">新的支持32位和64位操作系统&nbsp;&nbsp;</font></font></font></font><br />
<font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">此版本提供了以下主机和客户操作系统的支持：</font></font></font></font></p>
<ul>
    <table class="t_table" cellspacing="0" style="width: 523px">
        <tbody>
            <tr>
                <td width="210"><font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">作业系统 </font></font></font></font></td>
                <td><font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">主机和客户支持</font></font></font></font></td>
            </tr>
            <tr>
                <td><font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">Ubuntu的8.04.4</font></font></font></font></td>
                <td><font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">宾主</font></font></font></font></td>
            </tr>
            <tr>
                <td><font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">Ubuntu的10.04</font></font></font></font></td>
                <td><font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">宾主</font></font></font></font></td>
            </tr>
            <tr>
                <td><font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">openSUSE当中11.2</font></font></font></font></td>
                <td><font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">宾主</font></font></font></font></td>
            </tr>
            <tr>
                <td><font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">红帽企业Linux 5.5</font></font></font></font></td>
                <td><font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">宾主</font></font></font></font></td>
            </tr>
            <tr>
                <td><font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">Fedora的12</font></font></font></font></td>
                <td><font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">客人</font></font></font></font></td>
            </tr>
            <tr>
                <td><font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">Debian的5.0.4</font></font></font></font></td>
                <td><font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">客人</font></font></font></font></td>
            </tr>
            <tr>
                <td><font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">的Mandriva 2009.1</font></font></font></font></td>
                <td><font size="2"><font color="#ffa500"><font style="font-size: 100%"><font style="font-size: 100%">客人</font></font></font></font></td>
            </tr>
        </tbody>
    </table>
</ul>
<p><span style="color: #ff6600"><font size="2"><font style="font-size: 100%"><font style="font-size: 100%">在VMware Workstation的新特点</font></font></font> </span></p>
<ul>
    <li><span style="color: #ff6600"><font size="2"><strong><font style="font-size: 100%"><font style="font-size: 100%">客人的OpenGL 2.1支持Windows 7和Windows Vista</font></font></strong><font style="font-size: 100%"><font style="font-size: 100%"> -提高能力，在虚拟机运行的应用程序基于图形的。 </font></font></font></span></li>
    <li><span style="color: #ff6600"><font size="2"><strong><font style="font-size: 100%"><font style="font-size: 100%">增强的图形性能 </font></font></strong><font style="font-size: 100%"><font style="font-size: 100%">-帧速率增强了性能更好的基准，并提供改进的客人在Windows 7和Windows Vista允许您运行各种图形的应用程序。</font> <font style="font-size: 100%">此外，视频播放的主要改进使您可以播放视频在虚拟机的高清晰度。 </font></font></font></span></li>
    <li><span style="color: #ff6600"><font size="2"><strong><font style="font-size: 100%"><font style="font-size: 100%">自动软件更新 </font></font></strong><font style="font-size: 100%"><font style="font-size: 100%">-下载并安装VMware工具和维护更新可用时接收。 </font></font></font></span></li>
    <li><span style="color: #ff6600"><font size="2"><strong><font style="font-size: 100%"><font style="font-size: 100%">直接启动 </font></font></strong><font style="font-size: 100%"><font style="font-size: 100%">-团结的开始菜单拖动客人申请直接从桌面到主机。</font> <font style="font-size: 100%">双击快捷方式打开客人的应用。</font> <font style="font-size: 100%">该快捷方式仍然关闭VMware工作站在桌面上后，你退出统一。 </font></font></font></span></li>
    <li><span style="color: #ff6600"><font size="2"><strong><font style="font-size: 100%"><font style="font-size: 100%">自动登录 </font></font></strong><font style="font-size: 100%"><font style="font-size: 100%">-保存您的登录凭据并绕过登录对话框时，您在Windows客户权力。</font> <font style="font-size: 100%">使用此功能如果您重新启动客户经常要避免进入您的登录凭据。</font> <font style="font-size: 100%">您可以启用自动登录和使用直接启动，打开主机客户的申请。 </font></font></font></span></li>
    <li><span style="color: #ff6600"><font size="2"><strong><font style="font-size: 100%"><font style="font-size: 100%">OVF 1.1支持 </font></font></strong><font style="font-size: 100%"><font style="font-size: 100%">-导入或导出虚拟机和持有VAPP上传到VMware vSphere他们或VMware vCloud。</font> <font style="font-size: 100%">在VMware OVF工具是一个命令行实用工具安装程序捆绑在VMware工作站。</font> <font style="font-size: 100%">使用此工作站工具以及VMware的VMware的转换 </font></font><font face="NSimsun "><font style="font-size: 100%"><font style="font-size: 100%">。机vmx </font></font></font><font style="font-size: 100%"><font style="font-size: 100%">文件 </font></font><font face="NSimsun "><font style="font-size: 100%"><font style="font-size: 100%">。ovf </font></font></font><font style="font-size: 100%"><font style="font-size: 100%">格式，反之亦然。</font> <font style="font-size: 100%">VMware建议您使用OVF命令行实用工具。</font> <font style="font-size: 100%">欲了解更多信息，请参阅 </font></font></font><font size="2"><font style="font-size: 100%"><font style="font-size: 100%">OVF网站</font></font></font><font size="2"><font style="font-size: 100%"><font style="font-size: 100%"> 和 </font></font></font><font size="2"><font style="font-size: 100%"><font style="font-size: 100%">OVF工具用户指南</font></font></font><font size="2"><font style="font-size: 100%"><font style="font-size: 100%">。 </font></font></font></span></li>
    <li><span style="color: #ff6600"><font size="2"><strong><font style="font-size: 100%"><font style="font-size: 100%">8路SMP的支持 </font></font></strong><font style="font-size: 100%"><font style="font-size: 100%">-创建和运行的处理器内核的虚拟机与一个总的多达8个。 </font></font></font></span></li>
    <li><span style="color: #ff6600"><font size="2"><strong><font style="font-size: 100%"><font style="font-size: 100%">2TB的虚拟磁盘支持 </font></font></strong><font style="font-size: 100%"><font style="font-size: 100%">-最大的虚拟磁盘和原始磁盘的大小增加至950GB到2TB。 </font></font></font></span></li>
    <li><span style="color: #ff6600"><font size="2"><strong><font style="font-size: 100%"><font style="font-size: 100%">加密增强功能 </font></font></strong><font style="font-size: 100%"><font style="font-size: 100%">- VMware工作站包括）支持英特尔的高级加密标准指令集（AES法测定镍，以改善性能，同时加密和解密的虚拟机和更快的运行时获得有关新处理器加密的虚拟机。 </font></font></font></span></li>
    <li><span style="color: #ff6600"><font size="2"><strong><font style="font-size: 100%"><font style="font-size: 100%">内存管理</font></font></strong><font style="font-size: 100%"><font style="font-size: 100%"> -用户界面的增强处理已简化了y的增加虚拟内存卡帕** </font></font></font></span></li>
    <li><span style="color: #ff6600"><font size="2"><strong><font style="font-size: 100%"><font style="font-size: 100%">用户体验改善计划 </font></font></strong><font style="font-size: 100%"><font style="font-size: 100%">-帮助VMware的改善了用户体验改善计划未来的版本的产品参与研究。</font> <font style="font-size: 100%">计划参加的是自愿的，你可以选择在任何时间进行。</font> <font style="font-size: 100%">当你计划参加在用户体验方面的改进，您的计算机发送匿名信息VMware的，其中可能包括产品配置，使用情况和性能数据，虚拟机的配置，使用情况和性能数据和配置信息和您的主机系统规范。 </font></font><br />
    <br />
    <font style="font-size: 100%"><font style="font-size: 100%">用户体验改善计划 </font></font><strong><font style="font-size: 100%"><font style="font-size: 100%">并没有</font></font></strong><font style="font-size: 100%"><font style="font-size: 100%"> 收取任何或联络您的个人资料，例如姓名，地址，电话号码或电子邮件地址，可用于识别。</font> <font style="font-size: 100%">没有用户可识别数据，如产品的许可证密钥或MAC地址发送到VMware。</font> <font style="font-size: 100%">VMware公司不会储存您的IP地址被收集与数据。</font></font><br />
    <br />
    <font style="font-size: 100%"><font style="font-size: 100%">欲了解更多有关项目信息的用户体验改善，点击 </font></font><strong><font style="font-size: 100%"><font style="font-size: 100%">了解更多</font></font></strong><font style="font-size: 100%"><font style="font-size: 100%"> 工作站连接在安装过程中或从VMware </font></font><strong><font style="font-size: 100%"><font style="font-size: 100%">偏好</font></font></strong><font style="font-size: 100%"><font style="font-size: 100%"> 菜单。 </font></font></font></span></li>
</ul>
<p>注册机下载：<a href="http://www.stom.com.cn/blog/attachments/month_1007/o20107652429.rar"><img border="0" alt="" style="margin: 0px 2px -4px 0px" src="http://www.stom.com.cn/blog/../../images/download.gif" />点击下载此文件</a></p>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.stom.com.cn/blog/article.asp?id=263" /> 
	  <id>http://www.stom.com.cn/blog/default.asp?id=263</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[CorelDRAW X4 SP2 精简版 提示产品安装不成功（错误24）解决办法]]></title>
	  <author>
		 <name>ellven</name>
		 <uri>http://www.stom.com.cn/blog/</uri>
		 <email>sinsun#yeah.net</email>
	  </author>
	  <category term="" scheme="http://www.stom.com.cn/blog/default.asp?cateID=21" label="软件" /> 
	  <updated>2010-06-02T14:26:46+08:00</updated>
	  <published>2010-06-02T14:26:46+08:00</published>
		  <summary type="html"><![CDATA[<p>2010 6月1号，突然电脑上的CORELDRAW 不能使用了，怎么都搞不清楚是怎么回事。</p>
<p>还好网上有分享解决办法。在这里提供给需要的朋友</p>
<p><a href="http://www.stom.com.cn/blog/attachments/month_1006/m201062142759.rar"><img border="0" alt="" style="margin: 0px 2px -4px 0px" src="http://www.stom.com.cn/blog/images/download.gif" />点击下载此文件</a></p>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.stom.com.cn/blog/article.asp?id=262" /> 
	  <id>http://www.stom.com.cn/blog/default.asp?id=262</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[2010南非世界杯 主题曲Wavin&#39;Flag MV MP3及歌词下载]]></title>
	  <author>
		 <name>ellven</name>
		 <uri>http://www.stom.com.cn/blog/</uri>
		 <email>sinsun#yeah.net</email>
	  </author>
	  <category term="" scheme="http://www.stom.com.cn/blog/default.asp?cateID=4" label="记事本" /> 
	  <updated>2010-04-21T03:24:59+08:00</updated>
	  <published>2010-04-21T03:24:59+08:00</published>
		  <summary type="html"><![CDATA[我尽量收集各种比较能收集到的版本<br/><br/>K&#39;naan原独唱版本<br/><a href="http://www.togga.net/Trash/k&#39;naan-wavin_flag.mp3" target="_blank"><img src="http://www.stom.com.cn/blog/images/download.gif" alt="下载文件" style="margin:0px 2px -4px 0px"/></a><br/><br/><br/>K&#39;naan世界杯版本（The Celebration Mix）<br/><a href="http://www.diy8.org/mp3/preview21.mp3" target="_blank"><img src="http://www.stom.com.cn/blog/images/download.gif" alt="下载文件" style="margin:0px 2px -4px 0px"/></a><br/><br/>Give me freedom, give me fire, give me reason, take me higher<br/>给我自由，给我激情，给我个理由，让我飞得更高<br/>See the champions, take the field now, you define us, make us feel proud<br/>向着冠军，现在就上场吧，你让我明确，让我们自豪<br/>In the streets are, exaliftin , as we lose our inhibition,<br/>在街道上，exaliftin，当我们失去了束缚<br/>Celebration its around us, every nations, all around us<br/>在我们身边庆祝吧，每个国家，在我们身边<br/>Singin forever young, singin songs underneath that sun<br/>歌唱永远的年轻，在太阳下歌唱<br/>Lets rejoice in the beautiful game.<br/>让我们在这美丽的运动中欢庆吧<br/>And together at the end of the day.<br/>相聚在这天的到结束<br/>WE ALL SAY<br/>我们一起说<br/>When I get older I will be stronger<br/>当我长大，我会变得更强<br/>They&#39;ll call me freedom Just like a wavin&#39; flag<br/>他们让我们自由，就像那旗帜飘扬<br/>And then it goes back<br/>一切都回归<br/>And then it goes back<br/>一切都回归<br/>And then it goes back<br/>一切都回归 ]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.stom.com.cn/blog/article.asp?id=261" /> 
	  <id>http://www.stom.com.cn/blog/default.asp?id=261</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[OFFICE OUTLOOK 2010下载及使用技巧 2010/4/19更新]]></title>
	  <author>
		 <name>ellven</name>
		 <uri>http://www.stom.com.cn/blog/</uri>
		 <email>sinsun#yeah.net</email>
	  </author>
	  <category term="" scheme="http://www.stom.com.cn/blog/default.asp?cateID=21" label="软件" /> 
	  <updated>2010-04-19T17:04:20+08:00</updated>
	  <published>2010-04-19T17:04:20+08:00</published>
		  <summary type="html"><![CDATA[<span style="font-size:16pt">博主将会在这篇博文中实时更新，需要的可以收藏关注~</span><br/><br/><span style="font-size:16pt">目前版本:<span style="color:Red">OFFICE 2010 RTM 14.0.4763.1000</span>~</span><br/><br/><span style="font-size:16pt">种子下载（X86）:</span><br/><br/><a href="http://www.stom.com.cn/blog/attachments/month_1004/e201041916579.rar" target="_blank"><img src="http://www.stom.com.cn/blog/images/download.gif" alt="下载文件" style="margin:0px 2px -4px 0px"/></a><br/><br/><div class="UBBPanel codePanel"><div class="UBBTitle"><img src="http://www.stom.com.cn/blog/images/code.gif" style="margin:0px 2px -3px 0px" alt="程序代码"/> 程序代码</div><div class="UBBContent">ed2k://|file|MICROSOFT.OFFICE.2010.Sel&#101;ct.EDITION.RTM.VOLUME.X86.DVD.ENGLISH-WZT.torrent|33944|c43d7a7ebf9cdac9f41bad9dcffaf626|h=w5b7ahc3wpev2ncubv5lp3t6aoe44upy|/</div></div><br/><br/><br/><span style="font-size:16pt">Office 2010 Activation mini KMS 最新版本 下载</span><br/><br/><a href="http://www.stom.com.cn/blog/attachments/month_1004/h201041917134.rar" target="_blank"><img src="http://www.stom.com.cn/blog/images/download.gif" alt="下载文件" style="margin:0px 2px -4px 0px"/></a><br/><br/><span style="font-size:14pt">“迷你KMS”界面解释：<br/><br/>Install/Uninstall KMService<br/>安装/卸载KMS服务器<br/><br/><span style="color:Navy">Activate Office 2010 VL<br/>激活Office 2010 VL<br/>Activation check Office 2010<br/>检查Office 2010激活(状态)<br/>Key Manager Office 2010 VL<br/>管理Office 2010 VL密钥<br/>Rearm Office 2010<br/>重置Office 2010</span><br/><br/><span style="color:Purple">Rearm Windows<br/>重置Windows<br/>Key Manager Windows VL<br/>管理Windows VL密钥<br/>Activate Windows VL<br/>激活Windows VL<br/>Activation check Windows<br/>检查Windows VL激活(状态)</span></span><br/><br/>OFFICE 2010 中文包 32位<br/>迅雷下载：<a href="http://blog.6889.com.cn/qq/file.html?fd=http://63.dc.ftn.qq.com/ftn_handler/2951067cd50839b7df48a305761e2ff32b19088a3f9ffeda670b4d8fb687e038ee93638161fe20c20a1a0b9c458d4d778492bfa1be674c2b1cc41091f59d52eb/14.0.4734.1000_SingleLanguagePack_none_s....exeb8432964" target="_blank" rel="external">http://blog.6889.com.cn/qq/file.html?fd=http://63.dc.ftn.qq.com/ftn_handler/2951067cd50839b7df48a305761e2ff32b19088a3f9ffeda670b4d8fb687e038ee93638161fe20c20a1a0b9c458d4d778492bfa1be674c2b1cc41091f59d52eb/14.0.4734.1000_SingleLanguagePack_none_s....exeb8432964</a><br/><br/>OFFICE 2010 中文包 64位<br/>迅雷下载：<a href="http://blog.6889.com.cn/qq/file.html?fd=http://63.dc.ftn.qq.com/ftn_handler/da7197445441151df4470761adf573a4a5ccf96e5c800457cc6d243e5d6ff6da8d3df872463083a15a520f031cca2b3afea81155b8e561296e142ce78c5404c6/14.0.4734.1000_SingleLanguagePackX64_zh-....exef4b6d67c" target="_blank" rel="external">http://blog.6889.com.cn/qq/file.html?fd=http://63.dc.ftn.qq.com/ftn_handler/da7197445441151df4470761adf573a4a5ccf96e5c800457cc6d243e5d6ff6da8d3df872463083a15a520f031cca2b3afea81155b8e561296e142ce78c5404c6/14.0.4734.1000_SingleLanguagePackX64_zh-....exef4b6d67c</a>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.stom.com.cn/blog/article.asp?id=260" /> 
	  <id>http://www.stom.com.cn/blog/default.asp?id=260</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[WM 6.5 官方主题自己做]]></title>
	  <author>
		 <name>ellven</name>
		 <uri>http://www.stom.com.cn/blog/</uri>
		 <email>sinsun#yeah.net</email>
	  </author>
	  <category term="" scheme="http://www.stom.com.cn/blog/default.asp?cateID=4" label="记事本" /> 
	  <updated>2010-03-22T16:56:22+08:00</updated>
	  <published>2010-03-22T16:56:22+08:00</published>
		  <summary type="html"><![CDATA[<blockquote>
<p>&nbsp;</p>
<p style="text-indent: 2em">WM 6.5的主题与此前的版本不同的是，在菜单栏新增了半透明和阴影的效果，微软官方提供了<a href="http://www.microsoft.com/windowsmobile/en-us/downloads/theme-generator.mspx">Windows Phone Custom Theme Creator</a> 在线主题生成器（需要安装Silverlight），支持横竖屏模式、定制菜单配色和背景图，简单易用</p>
</blockquote>
<p>&nbsp;</p>
<p>【感受】：其实这个支持WM 6.5主题的官方在线生成器，早在09年发布WM6.5时就有了，但开放了没多久就被关闭了，一直到最近WM7走上台面，才悄无声息地再次开放。微软服务是很多，但很杂乱，质量也是参差不齐。从WM7身上，看到最大的亮点，无疑是高度整合的服务，希望能带来惊喜（关于WM7，会另外开篇详解）</p>
<p><img class="alignnone size-full wp-image-5245" title="theme-generator" alt="" width="500" height="350" src="http://www.aray.cn/wp-content/uploads/2010/02/theme-generator.jpg" /></p>
<p>【在线主题生成器使用简介】：</p>
<p><a target="_blank" href="http://www.microsoft.com/windowsmobile/en-us/downloads/theme-generator.mspx"><font color="#2180bc">点击进入在线主题生成器网站</font></a></p>
<p>第一步，选择机型（选一个屏幕分辨率一样的即可）</p>
<p><img class="alignnone size-full wp-image-5241" title="theme-generator-01-choose-your-phone" alt="" width="500" height="325" src="http://www.aray.cn/wp-content/uploads/2010/02/theme-generator-01-choose-your-phone.jpg" /></p>
<p>第二步，挑选一个配色方案（也可以自己定义一个），选择菜单显示效果（有透明、质感、阴影三种效果），上传了壁纸后为了最佳效果，配色可以随时返回进行修改</p>
<p><img class="alignnone size-full wp-image-5242" title="theme-generator-02-choose-color" alt="" width="500" height="325" src="http://www.aray.cn/wp-content/uploads/2010/02/theme-generator-02-choose-color.jpg" /></p>
<p>第三步，上传一张图片（推荐大一些分辨率的），对于竖屏和横屏两个状态，除了上传的壁纸机型放大缩小位置调整，还可以对壁纸进行一些简单效果的处理（比如翻转、浮雕、阴影等等），调节好了点keep保存即可</p>
<p><img class="alignnone size-full wp-image-5243" title="theme-generator-03-wallpaper" alt="" width="500" height="325" src="http://www.aray.cn/wp-content/uploads/2010/02/theme-generator-03-wallpaper.jpg" /></p>
<p>最后，起一个名字，点save to your computer，将文件放置手机内存的My Document目录下，或者放在存储卡根目录下，你就可以在手机中找到这个主题文件并应用</p>
<p><img class="alignnone size-full wp-image-5244" title="theme-generator-04-save-theme" alt="" width="500" height="325" src="http://www.aray.cn/wp-content/uploads/2010/02/theme-generator-04-save-theme.jpg" /></p>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.stom.com.cn/blog/article.asp?id=259" /> 
	  <id>http://www.stom.com.cn/blog/default.asp?id=259</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[如何美化你的WM6.5开始菜单图标]]></title>
	  <author>
		 <name>ellven</name>
		 <uri>http://www.stom.com.cn/blog/</uri>
		 <email>sinsun#yeah.net</email>
	  </author>
	  <category term="" scheme="http://www.stom.com.cn/blog/default.asp?cateID=21" label="软件" /> 
	  <updated>2010-03-21T23:42:54+08:00</updated>
	  <published>2010-03-21T23:42:54+08:00</published>
		  <summary type="html"><![CDATA[一起来DIY自己的WM6.5开始菜单图标吧！！很多机油不喜欢一行三图标，也不喜欢大图标，主要原因是软件默认图标不支持WM6.5的大分辨率，使用大图标的话看起来太粗糙了。<br/><br/>其实，我们是可以让它美观与实用共存的！<br/><br/>方法其实太简单了！ <br/>第一步：我们只需要在网上找到喜欢的PNG图标，然后使用FIREWORK之类的软件把大小改为90X90（其实不改也可以，它会自动缩放的,改为标准只是为了节约空间），图标资源就OK了！<br/><br/>第二步：每一个WM6.5开始菜单的图标其实在注册表里是关联了一个图片的，默认就是WINDOWS文件夹里的图片。我们只要修改注册表文件，将其图标链接到我们喜欢的PNG图片上。就可以快速实现更换图标！<br/><br/>可是一个一个的修改注册表是件灰常麻烦的事！ <br/>解决方法是，安装Resco Explorer，然后装上注册表插件后，到[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\ .... <br/><br/>这个位置导出，然后编辑对应文件即可！现在，DIY你自己的开始菜单吧~ 顺便附上超经典WM和HTC默认图标<br/><br/><a href="http://www.stom.com.cn/blog/attachments/month_1003/52010321233954.rar" target="_blank"><img src="http://www.stom.com.cn/blog/images/download.gif" alt="下载文件" style="margin:0px 2px -4px 0px"/></a><br/> <br/><a href="http://www.stom.com.cn/blog/attachments/month_1003/72010321234044.rar" target="_blank"><img src="http://www.stom.com.cn/blog/images/download.gif" alt="下载文件" style="margin:0px 2px -4px 0px"/></a><br/><br/><img src="http://www.stom.com.cn/blog/attachments/month_1003/32010321234216.jpg" border="0" alt=""/><br/><br/><img src="http://www.stom.com.cn/blog/attachments/month_1003/d2010321234232.jpg" border="0" alt=""/><br/><br/><img src="http://www.stom.com.cn/blog/attachments/month_1003/g2010321234245.jpg" border="0" alt=""/><br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.stom.com.cn/blog/article.asp?id=258" /> 
	  <id>http://www.stom.com.cn/blog/default.asp?id=258</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[解决coreldraw9启动显示找不到目录D:\Graphics9\Draw\Scripts依预设值]]></title>
	  <author>
		 <name>ellven</name>
		 <uri>http://www.stom.com.cn/blog/</uri>
		 <email>sinsun#yeah.net</email>
	  </author>
	  <category term="" scheme="http://www.stom.com.cn/blog/default.asp?cateID=21" label="软件" /> 
	  <updated>2010-01-31T17:34:22+08:00</updated>
	  <published>2010-01-31T17:34:22+08:00</published>
		  <summary type="html"><![CDATA[很多人安装了coreldraw9以后，只要不是装在C盘program下，启动CD9的时候都会弹出一个对话框：找不到目录D:\Graphics9\Draw\Scripts依预设值回到桌面。网上看了很多解答，几乎没有一个不是说重新装CD到C盘，或者就是说在建立一个\DRAW\SCRIPTS\文件夹或者乱说一气，其实正确的方法如下。<br/><br/>如果你启动CD9出现这样的对话框时<br/><br/>这时候可以打开C:\Documents and Settings\Administrator\Application Data\Corel\CorelDRAW9\_default文件夹，里面有个CorelDRAW.ini的配置文件，修改其中相关文件路径为自己安装的路径即可排除错误。<br/><br/>举例：打开CorelDRAW.ini文件，其中某行是这样的<br/><br/>[Script And Preset Manager;]<br/>ScriptsDir=d:\Graphics9\Draw\Scripts\<br/>ScriptsLastSavedDir=d:\Graphics9\Draw\Scripts<br/>ScriptsLastDir=<br/><br/>而CD9是装在D:\文件\COREL\下，即将上面改为：<br/><br/>[Script And Preset Manager;]<br/>ScriptsDir=d:\文件\Corel\Graphics9\Draw\Scripts\<br/>ScriptsLastSavedDir=d:\文件\Corel\Graphics9\Draw\Scripts<br/>ScriptsLastDir=<br/><br/>保存后重新打开CD9,讨厌的对话框没有了<br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.stom.com.cn/blog/article.asp?id=257" /> 
	  <id>http://www.stom.com.cn/blog/default.asp?id=257</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[什么是外交部口中“开放的中国互联网环境”？]]></title>
	  <author>
		 <name>ellven</name>
		 <uri>http://www.stom.com.cn/blog/</uri>
		 <email>sinsun#yeah.net</email>
	  </author>
	  <category term="" scheme="http://www.stom.com.cn/blog/default.asp?cateID=4" label="记事本" /> 
	  <updated>2010-01-14T18:20:13+08:00</updated>
	  <published>2010-01-14T18:20:13+08:00</published>
		  <summary type="html"><![CDATA[这两天，google要退出中国的消息层出不穷了，除了刚听到消息时的吃惊，其实已经知道这是一个多无奈的决定。<br/><br/>google作为新兴互联网时代的代表公司，在新的时代，为生产和生活的发展做出了绝大的共享，google提供的一系列的产品，切实的为我的生活带来了便捷，我也相信，人性化的产品以及google所奉行的企业文化，给大多数需要的人们带来了便捷。<br/><br/>退出中国市场，对于google而言，是一个非常艰难的抉择，离开中国市场，就意味着离开全球最大的单体用户平台。在中国这个世界最大容量的成熟市场上，google也是付出者和桥梁的搭建者，现在要退市，也是google不愿意看到的结果。<br/><br/>在中国，想做一个没有倾向性或者说，不用充斥那么多垃圾和推广结果，来耗费大量时间排查，并且方便获取国外信息的渠道，对于我而言，只有google一家。除非是真的没有合理结果，我不会考虑使用其他搜索引擎。相对于其他搜索满是垃圾信息，唯利是图，要靠威迫网站的ip来生存的搜索引擎，google真的好太多了。<br/><br/>前几天，刚准备注册域名的时候，得知CNNIC停止了CN域名的注册工作，而后发表公告，将责任推的干干净净，这些人就能这么无耻，就有这么牛X,就是可以让一个开发的互联网，变成一个可以上网的电视机。从而，他们的目的达到了。。。]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.stom.com.cn/blog/article.asp?id=256" /> 
	  <id>http://www.stom.com.cn/blog/default.asp?id=256</id>
  </entry>	
		
</feed>
