<?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>isoft8 &#187; 未分类</title>
	<atom:link href="http://blog.isoft8.com/archives/category/%e6%9c%aa%e5%88%86%e7%b1%bb/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.isoft8.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 May 2012 01:00:57 +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>检测iOS Web应用程序是否运行在全屏模式</title>
		<link>http://blog.isoft8.com/archives/572</link>
		<comments>http://blog.isoft8.com/archives/572#comments</comments>
		<pubDate>Thu, 08 Mar 2012 10:07:41 +0000</pubDate>
		<dc:creator>junwen38</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://blog.isoft8.com/?p=572</guid>
		<description><![CDATA[iOS上的Safari浏览器可以让Web应用程序全屏显示，以取得类似本地应用的显示效果。但是这需要用户把Web应用程序的图标添加到主屏幕才可以。作为开发者，为了更好的显示效果，我们可能希望自己开发的Web应用程序在非全屏状态下运行时提示用户把Web应用程序的图标添加到主屏幕。 要检测Web应用程序当前是否运行在全屏状态，只要检测window.navigator.standalone是否为true就可以了，如果这个属性为true则表示Web应用程序当前运行在全屏状态，否则运行在非全屏状态。检测到Web应用程序运行在非全屏状态时就可以提示用户把Web应用程序的图标添加到主屏幕。 运行效果： &#160;]]></description>
		<wfw:commentRss>http://blog.isoft8.com/archives/572/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在go语言中统计程序执行时间</title>
		<link>http://blog.isoft8.com/archives/564</link>
		<comments>http://blog.isoft8.com/archives/564#comments</comments>
		<pubDate>Sun, 26 Feb 2012 06:30:28 +0000</pubDate>
		<dc:creator>junwen38</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://blog.isoft8.com/?p=564</guid>
		<description><![CDATA[&#160; package main &#160; import &#40;&#34;fmt&#34;;&#34;time&#34;&#41;; &#160; func main&#40;&#41; &#123; &#160;//记录开始时间 &#160;start := time.Nanoseconds&#40;&#41; &#160; &#160;//计算过程 &#160;sum := 0 &#160;for i := 0; i &#60;= 100000000; i++&#123; &#160; sum += i &#160;&#125; &#160; &#160;//记录结束时间 &#160;end := time.Nanoseconds&#40;&#41; &#160; &#160;//输出执行时间，单位为毫秒。 &#160;fmt.Println&#40;&#40;end - start&#41; / 1000000&#41; &#160; &#160;//输出执行结果 &#160;fmt.Println&#40;sum&#41; &#125;]]></description>
		<wfw:commentRss>http://blog.isoft8.com/archives/564/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一个跳过土豆网广告的方法</title>
		<link>http://blog.isoft8.com/archives/421</link>
		<comments>http://blog.isoft8.com/archives/421#comments</comments>
		<pubDate>Sun, 13 Nov 2011 18:50:56 +0000</pubDate>
		<dc:creator>junwen38</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://blog.isoft8.com/?p=421</guid>
		<description><![CDATA[打开一个视频以后，马上点右上角的小窗口播放，这时会弹出一个小窗口，小窗口里播放的视频就是没有广告的，小窗口弹出来以后就可以把原来的视频页面关掉。]]></description>
		<wfw:commentRss>http://blog.isoft8.com/archives/421/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>firefox安装附加组件时提示“firefox无法修改所需的文件”的解决办法</title>
		<link>http://blog.isoft8.com/archives/377</link>
		<comments>http://blog.isoft8.com/archives/377#comments</comments>
		<pubDate>Sun, 09 Oct 2011 18:09:04 +0000</pubDate>
		<dc:creator>junwen38</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://blog.isoft8.com/?p=377</guid>
		<description><![CDATA[打开运行对话框，输入 “C:\Program Files\Mozilla Firefox\firefox.exe” -p 如果你的firefox不是安装在默认位置，请根据实际情况修改。 点击确定后，出现选择用户配置文件对话框。 在这个对话框里可以添加、删除、重命名用户配置文件。 进入选择用户配置文件对话框后，先删除原来的用户配置文件，再创建一个新的。再次尝试安装附加组件就可以成功了。 注意：该操作会清除所有的历史记录、收藏夹等数据，请在操作前做好备份。]]></description>
		<wfw:commentRss>http://blog.isoft8.com/archives/377/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>高考预报名</title>
		<link>http://blog.isoft8.com/archives/3</link>
		<comments>http://blog.isoft8.com/archives/3#comments</comments>
		<pubDate>Tue, 19 Jan 2010 06:47:42 +0000</pubDate>
		<dc:creator>junwen38</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.isoft8.com/archives/3</guid>
		<description><![CDATA[今天高考开始预报名了，我上网看了一下才发现预报名系统需要考生号和密码才能进入，没办法，明天上学再问一下这个考生号怎样获得吧。没想到高考报名还真麻 烦啊！]]></description>
		<wfw:commentRss>http://blog.isoft8.com/archives/3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

