2012年9月20日
摘要: http://html5-demos.appspot.com/static/html5storage/index.html介绍的非常全面,讲述了当前html5所有客户端存储方式,使用方式、支持的浏览器等方方面面 阅读全文
posted @ 2012-09-20 17:09 Rik~ 阅读(230) 评论(0) 推荐(0)
摘要: 现在浏览器的内核引擎,基本上是三分天下:Trident: IE 以Trident 作为内核引擎。Gecko: Firefox 是基于 Gecko 开发。WebKit: Safari, Google Chrome 基于 Webkit 开发。 WebKit 内核在手机上的应用十分广泛,例如 Google 的手机 Gphone、 Apple 的 iPhone, Nokia’s Series 60 browser 等所使用的 Browser 内核引擎,都是基于 WebKit。 阅读全文
posted @ 2012-09-20 17:07 Rik~ 阅读(245) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/softlover/archive/2012/09/07/2675110.html写的很好,当你多个chrome同时使用一个demo的时候,依然可用,表示同浏览器之间是通信ok的,而ff与chrome之间是不共享的http://caniuse.com/#feat=namevalue-storage这里有stroage支持的浏览器对比 阅读全文
posted @ 2012-09-20 16:11 Rik~ 阅读(198) 评论(0) 推荐(0)
摘要: SublimeText:安装package control方法 ctrl+`import urllib2,os; pf='Package Control.sublime-package'; ipp=sublime.installed_packages_path(); os.makedirs(ipp) if not os.path.exists(ipp) else None; urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler())); open(os.path.join(ipp,pf),'wb 阅读全文
posted @ 2012-09-20 12:21 Rik~ 阅读(234) 评论(0) 推荐(0)