using System.Text.RegularExpressions;//头部引入正则的命名空间//为了加强准确性,防止支持wap的浏览器如opera,加入操作系统验证。openwave|后为pc操作系统string osPat = "mozilla|m3gate|winwap|openwave...
分类:
移动开发 时间:
2015-08-14 18:49:25
阅读次数:
127
ubuntu x64 ?chrome: "Mozilla/5.0?(X11;?Linux?x86_64)?AppleWebKit/537.36?(KHTML,?like?Gecko)?Chrome/43.0.2357.125?Safari/537.36" "C:\Program Files (x86)\Google\Chrome\Application\chrome.e...
分类:
其他好文 时间:
2015-08-14 15:54:47
阅读次数:
117
首先NativeObject这个类在sun.org.mozilla.javascript.internal这个包中,而这个包是JDK自带的rt.jar中。 在myeclipse中直接声明 NativeObject no = new NativeObject();会提示出错:大概是 ?cannot access to ...
分类:
其他好文 时间:
2015-08-14 13:58:14
阅读次数:
104
标题为SVG基础,但是过于基础的东西就不再熬述啦,可以参考几个学习网址:SVG参考手册:http://www.runoob.com/svg/svg-reference.htmlMDN SVG:https://developer.mozilla.org/zh-CN/docs/Web/SVGsvg的n种...
分类:
其他好文 时间:
2015-08-12 18:57:11
阅读次数:
177
什么是CSS hack?由于不同的浏览器,比如Internet Explorer 6,Internet Explorer 7,Mozilla Firefox等,对CSS的解析认识不一样,因此会导致生成的页面效果不一样,得不到我们所需要的页面效果。 这个时候我们...
分类:
Web程序 时间:
2015-08-11 16:29:08
阅读次数:
128
methanol模块化的可定制的网页爬虫软件,主要的优点是速度快。下载:http://sourceforge.net/projects/methabot/?source=typ_redirectREADME安装SpiderMonkeyhttps://developer.mozilla.org/en-...
分类:
Web程序 时间:
2015-08-11 07:13:11
阅读次数:
161
https://getfirebug.com/wiki/index.php/Firebug_Extensions#Firecookie
https://addons.mozilla.org/zh-CN/firefox/addon/firequery/
支持jquery
https://addons.mozilla.org/firefox/addon/firel...
分类:
其他好文 时间:
2015-08-10 02:00:11
阅读次数:
156
本文大部分内容翻译自 MDN内容, 翻译内容经过自己的理解。 https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind Function.prototype.bind ...
分类:
其他好文 时间:
2015-08-09 00:16:02
阅读次数:
148
【1】Trident(IE内核):Trident内核的常见浏览器有:IE、360浏览器、猎豹浏览器、百度浏览器、世界之窗浏览器、淘宝浏览器trident [tri·dent || 'tra?dnt]n. 三叉戟, 三叉鱼叉, 三叉曲线【2】Gecko(Firefox内核):Mozilla FireF...
分类:
其他好文 时间:
2015-08-08 13:18:41
阅读次数:
143
轉載自:http://kb.cnblogs.com/page/73901/流程 当资源第一次被访问的时候,HTTP头部如下(Request-Line) GET /a.html HTTP/1.1Host 127.0.0.1User-Agent Mozilla/5.0 (X11; U; Lin...
分类:
Web程序 时间:
2015-08-07 09:22:04
阅读次数:
148