<?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>学好吧 &#187; 我爱科学</title>
	<atom:link href="http://xuehao8.org.ru/category/science/feed" rel="self" type="application/rss+xml" />
	<link>http://xuehao8.org.ru</link>
	<description>看看这奇妙多彩的世界！</description>
	<lastBuildDate>Fri, 11 Jun 2010 18:10:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>图片本地化代码及支持多格式图片缩略的phpThumb</title>
		<link>http://xuehao8.org.ru/2010/05/image-localization-code-and-support-multi-format-image-thumbnail-phpthumb.html</link>
		<comments>http://xuehao8.org.ru/2010/05/image-localization-code-and-support-multi-format-image-thumbnail-phpthumb.html#comments</comments>
		<pubDate>Mon, 17 May 2010 19:47:02 +0000</pubDate>
		<dc:creator>冷焰心</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[相册]]></category>
		<category><![CDATA[缩略图]]></category>

		<guid isPermaLink="false">http://xuehao8.org.ru/?p=432</guid>
		<description><![CDATA[<p>首先说下从WP主题Swift中提取的图片本地化代码：
原来Swift中下载远程图片时，会将任何格式的图片都保存成jpg格式，这导致了接下来timthumb读取这些jpg图片时会出错。所以，我简单添加了识别图片扩展名的功能，这样保存的图片就和原图一样了。当然这还不完美，因为远程图片的扩展名可能本身并不同于其格式，导致虽然保存</p>]]></description>
			<content:encoded><![CDATA[<p>首先说下从WP主题Swift中提取的图片本地化代码：
[codesyntax lang="php"]
function image_domain($image_url){
$url_1=get_bloginfo('url');
$url_2=$image_url;
$url_stuff1 = parse_url($url_1);
$url_stuff2 = parse_url($url_2);
if($url_stuff1['host']==$url_stuff2['host'])
return 1;
else
return 0;
}

functi</p>]]></content:encoded>
			<wfw:commentRss>http://xuehao8.org.ru/2010/05/image-localization-code-and-support-multi-format-image-thumbnail-phpthumb.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>新版华为iNode智能客户端使用及下载</title>
		<link>http://xuehao8.org.ru/2010/05/huawei-inode-new-smart-client-to-use-and-download.html</link>
		<comments>http://xuehao8.org.ru/2010/05/huawei-inode-new-smart-client-to-use-and-download.html#comments</comments>
		<pubDate>Mon, 17 May 2010 19:04:23 +0000</pubDate>
		<dc:creator>冷焰心</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[802.1x]]></category>
		<category><![CDATA[window7]]></category>
		<category><![CDATA[华为]]></category>
		<category><![CDATA[客户端]]></category>

		<guid isPermaLink="false">http://xuehao8.org.ru/?p=429</guid>
		<description><![CDATA[<p>
现在提供的是iNode智能客户端V3.60-E6210版（三峡职院定制版），较之前提供的6208版功能上基本没有区别。解决了一些兼容性问题。
另外，本博之前提供的6208版有些许问题，原因出自该版定制时限制了用户自定义选项，导致许多同学安装后无法更改设置以适应其网络环境而无法联网。
所以这次6210版我亲测，已确认所有用户选</p>]]></description>
			<content:encoded><![CDATA[<p>
现在提供的是iNode智能客户端V3.60-E6210版（三峡职院定制版），较之前提供的6208版功能上基本没有区别。解决了一些兼容性问题。
另外，本博之前提供的6208版有些许问题，原因出自该版定制时限制了用户自定义选项，导致许多同学安装后无法更改设置以适应其网络环境而无法联网。
所以这次6210版我亲测，已确认所有用户选</p>]]></content:encoded>
			<wfw:commentRss>http://xuehao8.org.ru/2010/05/huawei-inode-new-smart-client-to-use-and-download.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QQ中转站无限次提取再次升级</title>
		<link>http://xuehao8.org.ru/2010/02/qq-transit-point-for-an-unlimited-time-to-upgrade-again-extracted.html</link>
		<comments>http://xuehao8.org.ru/2010/02/qq-transit-point-for-an-unlimited-time-to-upgrade-again-extracted.html#comments</comments>
		<pubDate>Sun, 14 Feb 2010 11:56:37 +0000</pubDate>
		<dc:creator>冷焰心</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[QQ]]></category>
		<category><![CDATA[中转站]]></category>
		<category><![CDATA[无限次]]></category>

		<guid isPermaLink="false">http://xuehao8.org.ru/?p=381</guid>
		<description><![CDATA[<p>本站建立的提取页地址为：xuehao8.org.ru/qqfile
上一次改进添加了自动获取中转站完整文件名的功能。支持ie下迅雷以及旋风的调用，暂不支持快车。
但是通过发布工具获取的地址太长，不便于记忆以及共享。所以，本次改进着重解决地址缩短的问题。
思路为，先获取完整的地址，再通过网址缩短服务进行缩短。在网上搜索后终于</p>]]></description>
			<content:encoded><![CDATA[<p>本站建立的提取页地址为：xuehao8.org.ru/qqfile
上一次改进添加了自动获取中转站完整文件名的功能。支持ie下迅雷以及旋风的调用，暂不支持快车。
但是通过发布工具获取的地址太长，不便于记忆以及共享。所以，本次改进着重解决地址缩短的问题。
思路为，先获取完整的地址，再通过网址缩短服务进行缩短。在网上搜索后终于</p>]]></content:encoded>
			<wfw:commentRss>http://xuehao8.org.ru/2010/02/qq-transit-point-for-an-unlimited-time-to-upgrade-again-extracted.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>螳螂捕蝉黄雀在后之瑞星360金山表演</title>
		<link>http://xuehao8.org.ru/2010/02/mantis-catching-cicada-oriole-in-the-post-performance-of-the-rising-360-jinshan.html</link>
		<comments>http://xuehao8.org.ru/2010/02/mantis-catching-cicada-oriole-in-the-post-performance-of-the-rising-360-jinshan.html#comments</comments>
		<pubDate>Thu, 04 Feb 2010 19:57:07 +0000</pubDate>
		<dc:creator>冷焰心</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[360]]></category>
		<category><![CDATA[口水仗]]></category>
		<category><![CDATA[杀毒软件]]></category>
		<category><![CDATA[漏洞]]></category>
		<category><![CDATA[瑞星]]></category>
		<category><![CDATA[金山]]></category>

		<guid isPermaLink="false">http://xuehao8.org.ru/?p=375</guid>
		<description><![CDATA[<p>开始之前，请先看360官方的一篇文章：
360声明：360杀毒超越对手成市场第一 遭瑞星“后门”诽谤
文中提到瑞星恶意诽谤360在用户电脑安装后门软件，意图打击报复360市场份额快速超越瑞星，而捏造事实。
而今天我从网友处获得一份测试程序，专门针对360这个所谓的后门而开发。利用360已经打开的后面而在用户电脑上进行操作</p>]]></description>
			<content:encoded><![CDATA[<p>开始之前，请先看360官方的一篇文章：
360声明：360杀毒超越对手成市场第一 遭瑞星“后门”诽谤
文中提到瑞星恶意诽谤360在用户电脑安装后门软件，意图打击报复360市场份额快速超越瑞星，而捏造事实。
而今天我从网友处获得一份测试程序，专门针对360这个所谓的后门而开发。利用360已经打开的后面而在用户电脑上进行操作</p>]]></content:encoded>
			<wfw:commentRss>http://xuehao8.org.ru/2010/02/mantis-catching-cicada-oriole-in-the-post-performance-of-the-rising-360-jinshan.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>兼容windows7的华为客户端</title>
		<link>http://xuehao8.org.ru/2010/02/huawei-is-compatible-with-the-client-windows7.html</link>
		<comments>http://xuehao8.org.ru/2010/02/huawei-is-compatible-with-the-client-windows7.html#comments</comments>
		<pubDate>Tue, 02 Feb 2010 20:10:27 +0000</pubDate>
		<dc:creator>冷焰心</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[802.1x]]></category>
		<category><![CDATA[iNode]]></category>
		<category><![CDATA[华为]]></category>
		<category><![CDATA[客户端]]></category>

		<guid isPermaLink="false">http://xuehao8.org.ru/?p=363</guid>
		<description><![CDATA[<p>重要提示：由于该版本的iNode是某个学校根据自己的网络环境定制的，可能不兼容你所在的环境。其中，最主要的兼容问题，在于该版本无法自定义设置，导致部分使用动态IP的学校无法使用。
从windows7的测试到发布，很多网友都在寻找兼容的华为802.1x客户端。本博客曾经撰稿，独家提供了一种解决方法。详见：
http://xuehao8</p>]]></description>
			<content:encoded><![CDATA[<p>重要提示：由于该版本的iNode是某个学校根据自己的网络环境定制的，可能不兼容你所在的环境。其中，最主要的兼容问题，在于该版本无法自定义设置，导致部分使用动态IP的学校无法使用。
从windows7的测试到发布，很多网友都在寻找兼容的华为802.1x客户端。本博客曾经撰稿，独家提供了一种解决方法。详见：
http://xuehao8</p>]]></content:encoded>
			<wfw:commentRss>http://xuehao8.org.ru/2010/02/huawei-is-compatible-with-the-client-windows7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS兼容性问题 CSS hack:区分IE6，IE7，IE8，firefox{转}</title>
		<link>http://xuehao8.org.ru/2010/02/css-compatibility-issues-with-css-hack-distinction-between-ie6-ie7-ie8-firefox.html</link>
		<comments>http://xuehao8.org.ru/2010/02/css-compatibility-issues-with-css-hack-distinction-between-ie6-ie7-ie8-firefox.html#comments</comments>
		<pubDate>Tue, 02 Feb 2010 10:56:09 +0000</pubDate>
		<dc:creator>冷焰心</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[兼容]]></category>

		<guid isPermaLink="false">http://xuehao8.org.ru/?p=359</guid>
		<description><![CDATA[<p>
selector{
property:value; /* 所有浏览器 */
property:value\9; /* 所有IE浏览器 */
+property:value; /* IE7 */
_property
当然，注意顺序。根据CSS的优先性，上面的写法，分别针对Firefox、IE8、IE7和IE6显示值。让我们看看这个：
CSS代码如下：
p.ie{
height:60px;text-align:center;line-height:60px;border:1px d</p>]]></description>
			<content:encoded><![CDATA[<p>
selector{
property:value; /* 所有浏览器 */
property:value\9; /* 所有IE浏览器 */
+property:value; /* IE7 */
_property
当然，注意顺序。根据CSS的优先性，上面的写法，分别针对Firefox、IE8、IE7和IE6显示值。让我们看看这个：
CSS代码如下：
p.ie{
height:60px;text-align:center;line-height:60px;border:1px d</p>]]></content:encoded>
			<wfw:commentRss>http://xuehao8.org.ru/2010/02/css-compatibility-issues-with-css-hack-distinction-between-ie6-ie7-ie8-firefox.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QQ无限次提取，升级版</title>
		<link>http://xuehao8.org.ru/2009/12/qq-unlimited-extract-upgrade.html</link>
		<comments>http://xuehao8.org.ru/2009/12/qq-unlimited-extract-upgrade.html#comments</comments>
		<pubDate>Thu, 31 Dec 2009 13:11:32 +0000</pubDate>
		<dc:creator>冷焰心</dc:creator>
				<category><![CDATA[图片展示]]></category>
		<category><![CDATA[网络]]></category>
		<category><![CDATA[QQ]]></category>
		<category><![CDATA[中转站]]></category>
		<category><![CDATA[发布]]></category>
		<category><![CDATA[无限次]]></category>

		<guid isPermaLink="false">http://xuehao8.org.ru/?p=344</guid>
		<description><![CDATA[<p>经过两天的摸索，终于解决了长文件名的问题。
现在支持迅雷、超级旋风长文件名的自动填写，省却了手动修改的麻烦。暂时不支持快车，因为没找到它的应用接口。
 现重新提供：
死神第251集下载
http://xuehao8.org.ru/qqfile/index.html?fd=http://14.oc.ftn.qq.com/ftn_handler/496e82839103135bff602d4d07623ca8f480fd0</p>]]></description>
			<content:encoded><![CDATA[<p>经过两天的摸索，终于解决了长文件名的问题。
现在支持迅雷、超级旋风长文件名的自动填写，省却了手动修改的麻烦。暂时不支持快车，因为没找到它的应用接口。
 现重新提供：
死神第251集下载
http://xuehao8.org.ru/qqfile/index.html?fd=http://14.oc.ftn.qq.com/ftn_handler/496e82839103135bff602d4d07623ca8f480fd0</p>]]></content:encoded>
			<wfw:commentRss>http://xuehao8.org.ru/2009/12/qq-unlimited-extract-upgrade.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>再提供一款智能客户端 iNode</title>
		<link>http://xuehao8.org.ru/2009/11/then-provide-a-smart-client-inode.html</link>
		<comments>http://xuehao8.org.ru/2009/11/then-provide-a-smart-client-inode.html#comments</comments>
		<pubDate>Wed, 04 Nov 2009 12:27:53 +0000</pubDate>
		<dc:creator>冷焰心</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[802.1x]]></category>
		<category><![CDATA[iNode]]></category>
		<category><![CDATA[portal]]></category>
		<category><![CDATA[客户端]]></category>

		<guid isPermaLink="false">http://xuehao8.org.ru/?p=320</guid>
		<description><![CDATA[<p>iNode v3.60-E6202为华为提供的支持802.1x，以及Portal协议的客户端，是目前最新的版本。支持绝大多数安装xp/vista的电脑使用，当然有些校园网络环境可能也不支持。
我亲自安装在xp/vista以及win7系统上测试，目前任没有找到使其兼容windows7的方法。
希望测试成功的人分享下经验。
本地下载：
MD5:3CB0883944EBDEF94BC5</p>]]></description>
			<content:encoded><![CDATA[<p>iNode v3.60-E6202为华为提供的支持802.1x，以及Portal协议的客户端，是目前最新的版本。支持绝大多数安装xp/vista的电脑使用，当然有些校园网络环境可能也不支持。
我亲自安装在xp/vista以及win7系统上测试，目前任没有找到使其兼容windows7的方法。
希望测试成功的人分享下经验。
本地下载：[download id="10"]
MD5:3C</p>]]></content:encoded>
			<wfw:commentRss>http://xuehao8.org.ru/2009/11/then-provide-a-smart-client-inode.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress flickr manager 与WP 2.8 兼容问题的解决</title>
		<link>http://xuehao8.org.ru/2009/10/wordpress-flickr-manager-with-wp-2-8-compatible-solution-to-the-problem.html</link>
		<comments>http://xuehao8.org.ru/2009/10/wordpress-flickr-manager-with-wp-2-8-compatible-solution-to-the-problem.html#comments</comments>
		<pubDate>Fri, 23 Oct 2009 08:37:41 +0000</pubDate>
		<dc:creator>冷焰心</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[相册]]></category>

		<guid isPermaLink="false">http://xuehao8.org.ru/?p=296</guid>
		<description><![CDATA[<p>不少人为了节约自己珍贵的服务器空间，往往选择将博客所需的图片上传到www.flickr.com，然后再外链到自己的博客中。
可是，不停的在www.flickr.com与自己博客直接切换，拷贝外链地址，再粘贴到文章中却很劳神费力。
幸好国外已经有强人编写了专用于WordPress的flickr API插件，使一切flickr照片的上传、查看、插入文章都</p>]]></description>
			<content:encoded><![CDATA[<p>不少人为了节约自己珍贵的服务器空间，往往选择将博客所需的图片上传到www.flickr.com，然后再外链到自己的博客中。
可是，不停的在www.flickr.com与自己博客直接切换，拷贝外链地址，再粘贴到文章中却很劳神费力。
幸好国外已经有强人编写了专用于WordPress的flickr API插件，使一切flickr照片的上传、查看、插入文章都</p>]]></content:encoded>
			<wfw:commentRss>http://xuehao8.org.ru/2009/10/wordpress-flickr-manager-with-wp-2-8-compatible-solution-to-the-problem.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>悼念ATB，众邻居何处安家？</title>
		<link>http://xuehao8.org.ru/2009/10/mourning-atb-where-zhonglin-ju-settle-down.html</link>
		<comments>http://xuehao8.org.ru/2009/10/mourning-atb-where-zhonglin-ju-settle-down.html#comments</comments>
		<pubDate>Sat, 10 Oct 2009 15:49:39 +0000</pubDate>
		<dc:creator>冷焰心</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[免费空间]]></category>

		<guid isPermaLink="false">http://xuehao8.org.ru/?p=285</guid>
		<description><![CDATA[<p>由于最近忙着学习和工作的事，所以很少登陆博客。可是今天下午当打开我心爱的博客时却发现无法登陆，以为是atb服务器正常性的宕机。于是登陆atb官网atbhost.net,看到以下内容：
ATBHost &#8211; Closed
On Tuesday October 6th, the datacenter turned off the server and took it offline due to abuse complaints. Thi</p>]]></description>
			<content:encoded><![CDATA[<p>由于最近忙着学习和工作的事，所以很少登陆博客。可是今天下午当打开我心爱的博客时却发现无法登陆，以为是atb服务器正常性的宕机。于是登陆atb官网atbhost.net,看到以下内容：
ATBHost &#8211; Closed
On Tuesday October 6th, the datacenter turned off the server and took it offline due to abuse complaints. Thi</p>]]></content:encoded>
			<wfw:commentRss>http://xuehao8.org.ru/2009/10/mourning-atb-where-zhonglin-ju-settle-down.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
