<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="http://feeds.qzone.qq.com/rss.xsl" version="1.0"?>
<rss version="2.0" xmlns:qz="http://qzone.qq.com">
<channel>
<title><![CDATA[季某某]]></title>
<description><![CDATA[网事如梦]]></description>
<link>http://149560769.qzone.qq.com</link>
<lastBuildDate>Wed, 03 Dec 2008 01:28:32 GMT</lastBuildDate>
<generator>Qzone</generator>
<language>zh-cn</language>
<copyright>Copyright (C), 2005-2008, Tencent Tech. Co., Ltd.</copyright>
<pubDate>Sat, 22 Nov 2008 14:34:58 GMT</pubDate>

<item>
<title><![CDATA[解决手机播放MP3时歌名显示出现乱码的技巧]]></title>
<link>http://149560769.qzone.qq.com/blog/1227364498</link>
<description><![CDATA[　　这次来写写关于有些MP3播放的时候显示歌名为乱码的问题。最近发现有的从网上下载的MP3在播放的时候，显示歌名等信息为乱码，在听歌的时候确实很麻烦，于是把这些歌曲拷贝出来，决定解决一下这个问题，总结了一下各种发放，希望对遇到同样问题的朋友有所帮助。<br>　　直接在电脑上改：<br>　　选择mp3文件后——右键——属性——摘要——高级,然后把“音乐”和“描述”下的值全部删除，再选择“确定”就OK了!再把该文件传到手机里就没有乱码了。<br>]]></description>
<category><![CDATA[影音数码]]></category>
<author><![CDATA[149560769@qq.com(季某某)]]></author>
<comments>http://149560769.qzone.qq.com/blog/1227364498#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Sat, 22 Nov 2008 14:34:58 GMT</pubDate>
<guid>http://149560769.qzone.qq.com/blog/1227364498</guid>
</item>

<item>
<title><![CDATA[Excel“工程不可查看”两种实现方法]]></title>
<link>http://149560769.qzone.qq.com/blog/1226828746</link>
<description><![CDATA[方法一（共用级锁定） <br>　　1、先对excel档进行一般的vbaproject”工程密码保护。 <br>　　2、打开要保护的档，选择∶工具---&gt;保护---&gt;保护并共享工作簿---&gt;以追踪修订方式共用--&gt;输入密码--&gt;保存档。 完成後，当你打开“vbaproject”工程属性时，就将会提示∶“工程不可看！” <br><br>方法二（推荐，破坏型锁定） <br>   (个别交流……)]]></description>
<category><![CDATA[电脑知识]]></category>
<author><![CDATA[149560769@qq.com(季某某)]]></author>
<comments>http://149560769.qzone.qq.com/blog/1226828746#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Sun, 16 Nov 2008 09:45:46 GMT</pubDate>
<guid>http://149560769.qzone.qq.com/blog/1226828746</guid>
</item>

<item>
<title><![CDATA[隐藏&quot;添加/删除程序&quot;]]></title>
<link>http://149560769.qzone.qq.com/blog/1226719450</link>
<description><![CDATA[　　有些时候为了防止误删除软件，需要屏蔽控制面板里的“添加/删除程序”项目，在Win XP中可以通过以下两种方法来实现： <br>　　方法1：注册表法 <br>　　打开“注册表编辑器”，展开分支“HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer”，新建一DWORD值，取名为“DisallowCpl”，赋值为1；然后新建 “DisallowCpl”项(主键)，在该项中新建一字符串值，取名为1，赋值为“Appwiz.cpl”，注销后重新登录，再进入控制面板，点击“添加/删除程序”系统就会提示“这些控制面板选项不可用”。<br>　　方法2：组策略法 <br>　　在“开始→运行”中键入“gpedit.msc”，打开“组策略”，依次展开“用户配置→管理模板→控制面板→添加/删除程序”，双击“删除‘添加/删除程序’程序”项，在弹出窗口中勾选“启用”即可。]]></description>
<category><![CDATA[电脑知识]]></category>
<author><![CDATA[149560769@qq.com(季某某)]]></author>
<comments>http://149560769.qzone.qq.com/blog/1226719450#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Sat, 15 Nov 2008 03:24:10 GMT</pubDate>
<guid>http://149560769.qzone.qq.com/blog/1226719450</guid>
</item>

<item>
<title><![CDATA[建立和删除虚拟A盘]]></title>
<link>http://149560769.qzone.qq.com/blog/1225431176</link>
<description><![CDATA[在“开始－运行”中输入：SUBST A: C:\ABC <br>即将C盘中的ABC这个文件夹映射为A盘。<br> <br>解除虚拟的A盘，输入：SUBST A: /D]]></description>
<category><![CDATA[电脑知识]]></category>
<author><![CDATA[149560769@qq.com(季某某)]]></author>
<comments>http://149560769.qzone.qq.com/blog/1225431176#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Fri, 31 Oct 2008 05:32:56 GMT</pubDate>
<guid>http://149560769.qzone.qq.com/blog/1225431176</guid>
</item>

<item>
<title><![CDATA[VBA中字符串函数]]></title>
<link>http://149560769.qzone.qq.com/blog/1214642533</link>
<description><![CDATA[Trim(string)            去掉string左右两端空白<br>Ltrim(string)           去掉string左端空白<br>Rtrim(string)           去掉string右端空白<br>Len(string)             计算string长度<br>Left(string, x)         取string左段x个字符组成的字符串<br>Right(string, x)        取string右段x个字符组成的字符串<br>Mid(string, start,x)    取string从start位开始的x个字符组成的字符串<br>Ucase(string)           转换为大写<br>Lcase(string)           转换为小写<br>Space(x)                返回x个空白的字符串<br>Asc(string)             返回一个 integer，代表字符串中首字母的字符代码<br>InStr([start,]string1, string2[,compare])          指定string2在string1中最先出现的位置。<br>InstrRev(stringcheck, stringmatch[, start[, compare]]) 返回一个字符串在另一个字符串中出现的位置，从字符串的末尾算起。]]></description>
<category><![CDATA[电脑知识]]></category>
<author><![CDATA[149560769@qq.com(季某某)]]></author>
<comments>http://149560769.qzone.qq.com/blog/1214642533#comment</comments>
<qz:effect>512</qz:effect>
<pubDate>Sat, 28 Jun 2008 08:42:13 GMT</pubDate>
<guid>http://149560769.qzone.qq.com/blog/1214642533</guid>
</item>

<item>
<title><![CDATA[Explorer参数]]></title>
<link>http://149560769.qzone.qq.com/blog/1213414231</link>
<description><![CDATA[<font face='' color='' size='2'>　　通常情况下，在“开始→运行”中输 入“Explorer.exe”命令就能以“资源管理器”方式打开“我的文档” </font><br><b><font face='' color='' size='2'>命令格式 </font><br></b><font face='' color='' size='2'>　　Explorer [/n][/e]   [[,/root],[path]]   [[,/select],[path filename]] </font><br><b><font face='' color='' size='2'>参数说明 </font><br></b><font face='' color='' size='2'>　　/n表示以“我的电脑”方式打开一个新的窗口，通常打开的是Windows安装分区的根目录。 </font><br><font face='' color='' size='2'>　　/e表示以“资源管理器”方式打开一个新的窗口，通常打开的也是Windows安装分区的根目录。 </font><br><font face='' color='' size='2'>　　/root,[path]表示打开指定的文件夹，/root表示只显示指定文件夹下面的文件（夹），不显示其它磁盘分区和文件夹；[path]表示指定的路径。 </font><br><font face='' color='' size='2'>　　如果不加/root参数，而只用[path]参数，则可以显示其它磁盘分区和文件夹中的内容。另外，[path]还可以指定网络共享文件夹。 </font><br><font face='' color='' size='2'>　　/select,[path filename]表示打开指定的文件夹并且选中指定的文件，[path filename]表示指定的路径和文件名。 </font><br><font face='' color='' size='2'>　　如果不加/select参数，则系统会用相应的关联程序打开该文件。如果[path filename]不跟文件名就会打开该文件夹的上级目录并选中该文件夹。 </font><br><br><b><font face='' color='' size='2'>应用实例 </font><br></b><font face='' color='' size='2'>　　1.以“资源管理器”方式打开D盘根目录 </font><br><font face='' color='' size='2'>　　单击“开始→运行”，输入“explorer /e,/root,d:\”，回车即可。如果需要显示其它磁盘分区和文件夹中的内容，可以输入“explorer /e,d:\”。 </font><br><font face='' color='' size='2'>　　2.以“我的电脑”方式打开“D:\Downloads”目录，在“开始→运行”中键入：explorer D:\Downloads </font><br><font face='' color='' size='2'>　　　若同时选中其中的“说明.txt”文件,键入：explorer /select, D:\Downloads\说明.txt </font><br><font face='' color='' size='2'>　　　以“我的电脑”方式打开D盘，并选中“Downloads”文件夹，键入：explorer /select,D:\Downloads </font><br><font face='' color='' size='2'>　　3.通过“开始”菜单中的“Windows 资源管理器”命令打开特定窗口 </font><br><font face='' color='' size='2'>　　以在Windows XP下打开E盘根目录为例。首先在“开始”菜单中用鼠标右键单击“所有程序→附件→Windows 资源管理器”项，选择“属性”命令。接着在弹出窗口的“目标”栏中输入“%SystemRoot%\explorer.exe /e,e:\”（默认值是“%SystemRoot%\explorer.exe”）即可。 </font><br><font face='' color='' size='2'>　　4.在右键菜单里添加“打开我的文件夹”命令打开特定文件 </font><br><font face='' color='' size='3'><font face='' color='' size='2'>　　以在Windows XP下打开“E:\myfolder”文件夹为例。在“开始→运行”中输入“Regedit”，打开“注册表编辑器”，展开分支“HKEY_CLASSES_ROOT\Directory\shell，接着在右边窗口中新建一个名为“PersonalWindow”的子键，并将默认值改成“打开我的文件夹”；然后在“PersonalWindow”下新建一个名为“Command”的子键，在右侧的窗口中将“默认”值改为“explorer.exe /e,E:\myfolder”。这样就可以在浏览任何文件夹的时候，通过右键快捷菜单中的“打开我的文件夹”命令快速以资源管理器方式打开“E:\myfolder”文件夹。</font> </font>]]></description>
<category><![CDATA[电脑知识]]></category>
<author><![CDATA[149560769@qq.com(季某某)]]></author>
<comments>http://149560769.qzone.qq.com/blog/1213414231#comment</comments>
<qz:effect>512</qz:effect>
<pubDate>Sat, 14 Jun 2008 03:30:31 GMT</pubDate>
<guid>http://149560769.qzone.qq.com/blog/1213414231</guid>
</item>

</channel>
</rss>

