<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title>优优中国</title>
		<link>http://www.uucn.net/</link>
		<description>UU——业界中文IT资讯平台,为您提供每日最新最快最优秀的中文网络技术资讯......</description>
		<copyright>Copyright (C) 2004 Security Angel Team [S4T] All Rights Reserved.</copyright>
		<generator>SaBlog-X Version 1.6 Build 20080806</generator>
		<lastBuildDate>Thu, 11 Mar 2010 18:48:44 +0000</lastBuildDate>
		<ttl>30</ttl>
		<item>
			<guid>http://www.uucn.net/show-86-1.html</guid>
			<title>关闭服务器管理专家IBS自动升级的方法</title>
			<author>crazy</author>
			<description><![CDATA[<p>&nbsp;&nbsp;&nbsp; 服务器管理专家IBS软件会自动升级新版本，如果有特殊情况，需关闭自动更新可以通过修改awIB.ini文件来实现。</p>
<p>具体操作：打开安装目录，用文本编缉打开awIB.ini，修改[common]下的updateurl项，<br />
改为&ldquo;updateurl=noupdate/ibsversion.ini&rdquo;即可。</p>]]></description>
			<link>http://www.uucn.net/show-86-1.html</link>
			<category domain="http://www.uucn.net/category-3-1.html">Server</category>
			<pubDate>2010-02-04 10:17</pubDate>
		</item>
		<item>
			<guid>http://www.uucn.net/show-85-1.html</guid>
			<title>如何注册DLL组件？</title>
			<author>crazy</author>
			<description><![CDATA[<p>和组件同一级目录里面建立一个.bat的文件</p>
<p>命令是：</p>
<p>regsvr32 uucn.dll /s</p>
<p>上面的uucn.dll 为组件名称...</p>]]></description>
			<link>http://www.uucn.net/show-85-1.html</link>
			<category domain="http://www.uucn.net/category-4-1.html">Computer</category>
			<pubDate>2010-01-22 22:37</pubDate>
		</item>
		<item>
			<guid>http://www.uucn.net/show-84-1.html</guid>
			<title>如何配置服务器管理专家IBS对WAP网站进行监控</title>
			<author>crazy</author>
			<description><![CDATA[<p>如何配置服务器管理专家对WAP网站进行监控</p>
<p>1、登录服务器管理专家-&gt;信息监控-&gt;检测开关<br />
2、在配置检测文件类型输入框内添加：wml,wap,jwml,xhtml（注意：文件后缀必须用英文&ldquo;,&rdquo;隔开）<br />
3、保存：点击最下面的保存按钮</p>]]></description>
			<link>http://www.uucn.net/show-84-1.html</link>
			<category domain="http://www.uucn.net/category-3-1.html">Server</category>
			<pubDate>2009-12-31 13:43</pubDate>
		</item>
		<item>
			<guid>http://www.uucn.net/show-83-1.html</guid>
			<title>前面是绝路,希望在转角......</title>
			<author>crazy</author>
			<description><![CDATA[<p>佛说：十年修得同船渡，百年修得共枕眠。前世的五百次回眸，才换得今生的擦肩而过。大千世界，人海茫茫。每个人都在找寻属于自己的缘，谁愿意寂寞孤老一生呢？我们都在期盼一个梦想中的伴侣，能够与之相知、相爱、相伴一生，这样的爱甜甜的暖暖的。然而往往我们总是事与愿违，在不经意间和缘分失之交臂......</p><br /><br /><a href="http://www.uucn.net/show-83-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.uucn.net/show-83-1.html</link>
			<category domain="http://www.uucn.net/category-1-1.html">Life</category>
			<pubDate>2008-12-01 22:56</pubDate>
		</item>
		<item>
			<guid>http://www.uucn.net/show-82-1.html</guid>
			<title>如何设置首选域？</title>
			<author>crazy</author>
			<description><![CDATA[<p>两种方法设置首选域：</p>
<p>301重定向的方法设置首选域。<br />
使访问uucn.net/的时候就会自动转到 <a href="http://www.uucn.net">www.uucn.net</a>。在.htaccess文件里写上以下代码：<br />
RewriteEngine on<br />
RewriteCond %{http_host} ^uucn.net [NC]<br />
RewriteRule ^(.*)$ <a href="http://www.uucn.net/$1">http://www.uucn.net/$1</a> [L,R=301]<br />
该方法可以让用户和所有搜索引擎都采用首选域。<br />
通过Goole网站管理员工具设置首选域。 （仅适合Google）<br />
在网站管理员工具控制台中选择工具，然后点击设置首选域。 <br />
请下列三个选项中选择第一个或第二个（建议第一个）：</p>
<p>将网址显示为 <a href="http://www.uucn.net">http://www.uucn.net</a><br />
将网址显示为 <a href="http://uucn.net">http://uucn.net</a><br />
不设置关联性</p>
<p>注：网站首选域确定下来后，在以后的SEO工作中，比如友情链接等，要采用首选域。</p>]]></description>
			<link>http://www.uucn.net/show-82-1.html</link>
			<category domain="http://www.uucn.net/category-9-1.html">domain</category>
			<pubDate>2008-11-30 18:31</pubDate>
		</item>
		<item>
			<guid>http://www.uucn.net/show-81-1.html</guid>
			<title>HTTP 状态代码</title>
			<author>crazy</author>
			<description><![CDATA[<p>如果向您的服务器发出了某项请求要求显示您网站上的某个网页（例如，当用户通过浏览器访问您的网页或在 Googlebot 抓取该网页时），那么，您的服务器会返回 HTTP 状态代码以响应该请求。</p>
<p>此状态代码提供了有关请求状态的信息，且为 Googlebot 提供了有关您网站和请求的网页的信息。</p>
<p>一些常见的状态代码为：</p>
<p>&nbsp;</p>
<p>
<li><strong>200</strong> - 服务器成功返回网页</li>
<li><strong>404</strong> - 请求的网页不存在</li>
<li><strong>503</strong> - 服务器暂时不可用
<p>&nbsp;</p>
</li>
</p><br /><br /><a href="http://www.uucn.net/show-81-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.uucn.net/show-81-1.html</link>
			<category domain="http://www.uucn.net/category-5-1.html">InterNet</category>
			<pubDate>2008-11-29 03:51</pubDate>
		</item>
		<item>
			<guid>http://www.uucn.net/show-80-1.html</guid>
			<title>5种提前还款方式省钱排行榜 贷40万可省近7万</title>
			<author>crazy</author>
			<description><![CDATA[<p>央行不久前的再次加息， 使得各大银行提前还贷的购房者在近段时间明显增多。事实上，无论加息与否，购房者都十分热衷于在条件适当的情况下，选择提前还贷以减少购房成本。而业内人士也认为，在贷款的前几年，尤其是前5年间一定要争取多还款，使总贷款中的本金基数下降，在剩余的贷款中利息负担会减小......</p><br /><br /><a href="http://www.uucn.net/show-80-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.uucn.net/show-80-1.html</link>
			<category domain="http://www.uucn.net/category-1-1.html">Life</category>
			<pubDate>2008-11-28 15:47</pubDate>
		</item>
		<item>
			<guid>http://www.uucn.net/show-79-1.html</guid>
			<title>wordpress忘记登录密码的修改教程</title>
			<author>crazy</author>
			<description><![CDATA[<p>方法一： 修改数据库 <br />
登录phpMyAdmin后台, 选择wordpress所在的数据库，单击wp_users选项，如下图： <br />
选择右侧上端的浏览选项&ndash;编辑user_login进入编辑页面 <br />
user_pass后的值就是密码： <br />
将密码修改为：&rdquo;5d41402abc4b2a76b9719d911017c592&Prime; <br />
然后回到WordPress登陆页面，使用密码&rdquo;hello&rdquo; 登陆即可。 <br />
方法二： 使用 password-resetter插件 ......</p><br /><br /><a href="http://www.uucn.net/show-79-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.uucn.net/show-79-1.html</link>
			<category domain="http://www.uucn.net/category-5-1.html">InterNet</category>
			<pubDate>2008-11-27 18:44</pubDate>
		</item>
		<item>
			<guid>http://www.uucn.net/show-78-1.html</guid>
			<title>笔记本日常维护与操作方面的网络文摘</title>
			<author>crazy</author>
			<description><![CDATA[<p>IBM的本本外壳都是黑色的，所以不用太担心划痕呀什么的问题，不会出现类似三星、富士通那样老化出现塑料内壳的现象了。这黑色的外壳不是简单的喷涂上去的，而是混合在材质里面的。所以划痕什么的不容易看出来，而且给大家感觉，这种钛复合材料有皮肤质感，好像可以自己长出来，修复划痕。这也是我们钟爱ibm的原因之一了，那么，这么好的外壳，如何保养呢？</p><br /><br /><a href="http://www.uucn.net/show-78-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.uucn.net/show-78-1.html</link>
			<category domain="http://www.uucn.net/category-10-1.html">Network Digest</category>
			<pubDate>2008-11-26 17:39</pubDate>
		</item>
		<item>
			<guid>http://www.uucn.net/show-77-1.html</guid>
			<title>五分钟让你精神一整天</title>
			<author>crazy</author>
			<description><![CDATA[<p><span id="subject_tpc">养生保健，有时并不需要兴师动众。让身体彻底放松，有时候5分钟就能搞定。</span></p>
<p><span>每天五分钟，生活好轻松！</span></p><br /><br /><a href="http://www.uucn.net/show-77-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.uucn.net/show-77-1.html</link>
			<category domain="http://www.uucn.net/category-1-1.html">Life</category>
			<pubDate>2008-11-25 12:39</pubDate>
		</item>
		<item>
			<guid>http://www.uucn.net/show-76-1.html</guid>
			<title>Google的一些秘密风格入口</title>
			<author>crazy</author>
			<description><![CDATA[<p><a href="http://www.google.com/microsoft">http://www.google.com/microsoft</a></p>
<p>微软风格的入口</p>
<p><a href="http://www.google.com/mac">http://www.google.com/mac</a></p>
<p>MAC风格的入口</p>
<p><a href="http://www.google.com/linux">http://www.google.com/linux</a></p>
<p>Linux风格的入口</p>
<p><a href="http://www.google.com/bsd">http://www.google.com/bsd</a></p>
<p>FreeBSD风格的入口</p><br /><br /><a href="http://www.uucn.net/show-76-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.uucn.net/show-76-1.html</link>
			<category domain="http://www.uucn.net/category-5-1.html">InterNet</category>
			<pubDate>2008-11-24 10:08</pubDate>
		</item>
		<item>
			<guid>http://www.uucn.net/show-75-1.html</guid>
			<title>如何使用 ReWrite 功能使用方法?</title>
			<author>crazy</author>
			<description><![CDATA[<p>　首先请您确认您所购买的<a target="_blank" href="http://www.zwidc.com">虚拟主机空间</a>或者合租空间包含 Rewrite 功能。<br />
　　我们通过在IIS中安装一个名为 ISAPI_Rewrite 的ISAPI筛选器来实现 Rewrite 功能，您需要做的事情只有一个，就是修改配置文件 httpd.ini ，有关该组件的详细使用方法，您可以登录该组件官方网站来学习，这里我们举一个简单的例子来说明它的用法。<br />
　　假设您要实现这样的 Rewrite 功能：您希望当用户访问 /about.htm 的时候实际访问的是 /index.html （您的空间里可以并不需要存在 about.htm）。<br />
　　那么，设置方法是......</p><br /><br /><a href="http://www.uucn.net/show-75-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.uucn.net/show-75-1.html</link>
			<category domain="http://www.uucn.net/category-2-1.html">Jobs</category>
			<pubDate>2008-11-23 22:11</pubDate>
		</item>
		<item>
			<guid>http://www.uucn.net/show-74-1.html</guid>
			<title>MySQL 大量 unauthenticated user?</title>
			<author>crazy</author>
			<description><![CDATA[<p>MYSQL PhpMyAdmin 进程里面有很多 unauthenticated user</p>
<p>在网上看到2种解决方案。。。。。。</p><br /><br /><a href="http://www.uucn.net/show-74-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.uucn.net/show-74-1.html</link>
			<category domain="http://www.uucn.net/category-2-1.html">Jobs</category>
			<pubDate>2008-11-22 21:56</pubDate>
		</item>
		<item>
			<guid>http://www.uucn.net/show-73-1.html</guid>
			<title>QQ安全上网五个习惯20条守则</title>
			<author>crazy</author>
			<description><![CDATA[<p>&lt;防病毒攻略&gt; 核心提示：如果不小心运行恶意程序或者访问不良网页，木马病毒可能会悄悄的进入你的电脑，在你输入帐号和密码时，木马就会把你输入的帐号密码发送到盗号者手中。盗号者将利用这些信息盗号或转移财产，从而实现非法获利。以下习惯可让你免遭木马病毒攻击...... &lt;防诈骗攻略&gt; 核心提示：最近两年，网络上的骗子开始活跃起来，他们常常精心设下陷阱骗取用户汇款，从而实现非法获利。 养成以下习惯可帮助你防止上网被骗......</p><br /><br /><a href="http://www.uucn.net/show-73-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.uucn.net/show-73-1.html</link>
			<category domain="http://www.uucn.net/category-4-1.html">Computer</category>
			<pubDate>2008-11-21 17:28</pubDate>
		</item>
		<item>
			<guid>http://www.uucn.net/show-72-1.html</guid>
			<title>删除“添加或删除程序”残留程序名</title>
			<author>crazy</author>
			<description><![CDATA[<p>删除添加或删除程序中残留的程序名&nbsp;：</p>
<p>&nbsp; 　　在WinXP &ldquo;控制面板/添加或删除程序&rdquo;中，有时会留有一些已经卸载过的程序名，你无法正常清除，要清除它们&mdash;&mdash;你可以打开注册表编辑器，先备份注册表，然后进入HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion项，找到Uninstall项，<br />
从这里找到那些残留的软件列表，将之删除即可。<br />
<br />
如果这样操作后，&ldquo;添加或删除程序&rdquo;中残留的程序名仍没有删除，你可以在注册表编辑器中单击&ldquo;编辑&rarr;查找&rdquo;，查找与该程序有关的相应键值，然后全部删除之。</p>]]></description>
			<link>http://www.uucn.net/show-72-1.html</link>
			<category domain="http://www.uucn.net/category-4-1.html">Computer</category>
			<pubDate>2008-11-20 02:54</pubDate>
		</item>
		<item>
			<guid>http://www.uucn.net/show-71-1.html</guid>
			<title>卡巴斯基：不会改变杀毒软件收费路线</title>
			<author>crazy</author>
			<description><![CDATA[<p>11月19日消息，针对微软今日宣布将在明年推出免费的杀毒软件，北京卡巴斯基副总经理徐辉表示，有效的杀毒软件需要专业庞大的团队来支撑，而这些成本需要通过各种盈利手段来解决，完全免费的杀毒软件很难运作。她表示对微软的这样一个行为会保持关注，&ldquo;但微软要用一个专业团队来免费运作杀毒软件，这样的场景还是难以想象。&rdquo;</p><br /><br /><a href="http://www.uucn.net/show-71-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.uucn.net/show-71-1.html</link>
			<category domain="http://www.uucn.net/category-4-1.html">Computer</category>
			<pubDate>2008-11-19 10:15</pubDate>
		</item>
		<item>
			<guid>http://www.uucn.net/show-70-1.html</guid>
			<title>中日韩的网络关键字</title>
			<author>crazy</author>
			<description><![CDATA[<p>GOOGLE KOREA提出&ldquo;哪一个国家或国民以什么而着名&rdquo;（英语）后，16日下午10点统一在数千个网站上搜集的结果。</p>
<p style="text-indent: 2em">代表日本的关键字是传统服装（kimono）、日本语、富士山、忍者、漫画、寿司等。代表日本人的关键字为长寿和物质追求、心脏病发病率低等......</p><br /><br /><a href="http://www.uucn.net/show-70-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.uucn.net/show-70-1.html</link>
			<category domain="http://www.uucn.net/category-5-1.html">InterNet</category>
			<pubDate>2008-11-18 22:09</pubDate>
		</item>
		<item>
			<guid>http://www.uucn.net/show-69-1.html</guid>
			<title>Thinkpad笔记本CPU信息遭恶意修改</title>
			<author>crazy</author>
			<description><![CDATA[<p>近日，金山毒霸反病毒工程师截获了一款能够修改Thinkpad笔记本硬件配置信息的病毒-&ldquo;奸商修改器&rdquo;。金山毒霸反病毒工程师发现，该病毒极有可能是某些不法商人找病毒制作者&ldquo;量身定制&rdquo;。奸商们借助多种形式，将一些Thinkpad笔记本换&ldquo;芯&rdquo;，然后通过刷bios和利用此修改器来进行掩盖。被此修改器动过手脚的机器，无论是系统属性还是CPU信息，查看起来都是正常的。而由于笔记本在使用中，Intel的Speedstep技术还会降频，因此在性能上也感觉不到多大差异......</p><br /><br /><a href="http://www.uucn.net/show-69-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.uucn.net/show-69-1.html</link>
			<category domain="http://www.uucn.net/category-4-1.html">Computer</category>
			<pubDate>2008-11-18 22:06</pubDate>
		</item>
		<item>
			<guid>http://www.uucn.net/show-68-1.html</guid>
			<title>“互联网总统”奥巴马</title>
			<author>crazy</author>
			<description><![CDATA[<p>47岁、黑人后裔、毫无从政经验&hellip;&hellip;如果不是大选结果已产生，麦凯恩怎么也不会想到打败他的竟是这样一个充满&ldquo;弱点&rdquo;的对手。美国大选历来都是全球最激动人心的营销活动，而对互联网和搜索引擎的应用是奥巴马连续淘汰希拉里、麦凯恩等强有力竞争对手的法宝之一......</p><br /><br /><a href="http://www.uucn.net/show-68-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.uucn.net/show-68-1.html</link>
			<category domain="http://www.uucn.net/category-5-1.html">InterNet</category>
			<pubDate>2008-11-18 22:03</pubDate>
		</item>
		<item>
			<guid>http://www.uucn.net/show-67-1.html</guid>
			<title>未来5年北京动漫市场将保持50％增长</title>
			<author>crazy</author>
			<description><![CDATA[<p style="text-indent: 2em">美国引发的全球金融危机对各行业造成了非常严重的影响，而就在各行业遭遇严重金融危机影响的时候，创意产业却逆势而动，呈现出一片繁荣的景象。</p>
<p style="text-indent: 2em">相关机构预测，仅北京地区未来5年内动漫市场将保持每年至少50%的增长率，全国250亿美元（约合人民币1700亿元）的总体市场规模，市场蛋糕巨大。自2006年财政部、教育部、科技部、信息产业部、文化部等10部门提出《关于推动我国动漫产业发展的若干意见》之后，我国动漫产业一直保持快速的发展势头，特别在今年，江苏、浙江、广东、四川、山东、辽宁等全国15个动漫产业基地建设已经基本完成，业内人士指出，2009年将是我国动漫产业发展的&ldquo;井喷年&rdquo;。</p>]]></description>
			<link>http://www.uucn.net/show-67-1.html</link>
			<category domain="http://www.uucn.net/category-7-1.html">NetGames</category>
			<pubDate>2008-11-17 21:59</pubDate>
		</item>
	</channel>
</rss>
