Internet Explorer Internet Explorer 5 Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; WOW64; Trident/4.0; SLCC1) Internet Explorer 6 Mozilla/4.0 (compa...
分类:
其他好文 时间:
2015-03-03 11:38:47
阅读次数:
300
解决Google浏览器不支持12px以下的字体大小的问题,有时设定了12PX,可在浏览器看时确不起作用 网络出现内核的浏览器有微软的Internet Explorer, Mozilla的Firefox, Apple的Safari, Opera, Google Chrome,今天看兼容发现Opera....
分类:
其他好文 时间:
2015-02-28 13:00:45
阅读次数:
116
https://publicsuffix.org/list/effective_tld_names.dathttp://lxr.mozilla.org/mozilla/source/netwerk/dns/src/effective_tld_names.dat?raw=1stackoverflow上...
分类:
其他好文 时间:
2015-02-27 13:13:24
阅读次数:
158
/* mozilla.org Base Styles * maintained by fantasai * (classes defined in the Markup Guide - http://mozilla.org/contribute/writing/markup ) *//* Sugge...
分类:
Web程序 时间:
2015-02-25 18:32:29
阅读次数:
226
备忘:按网上找的资料,update-alternatives安装install配置config完了,在/usr/lib/mozilla/plugins目录ln-s建立了libnpjp2.so链接,但about:plugins还是没有显示,菜单栏tools-add-ons里plugins没有,找不到原因。后来用制作deb包的工具包java-package里的命令make-jpkg生成d..
分类:
编程语言 时间:
2015-02-11 18:56:30
阅读次数:
324
今天,一同事在打开一个网页的时候出现了一个问题,问题是这样的:该网页在点击登录的时候弹出一个提示窗口,提示说需要将浏览器升级
到ie8或以上版本,但我同事使用的正是ie8
分析:网站在判断用户使用的浏览器时一般是使用javascript:alert(navigator.userAgent),我直接在网址栏输入这个,弹出一个对话框,显示的是
Mozilla/4.0 (compatibl...
分类:
其他好文 时间:
2015-02-11 16:37:16
阅读次数:
146
Mozilla中:addEventListener的使用方式:target.addEventListener(type, listener, useCapture);target: 文档节点、document、window 或 XMLHttpRequest。type: 字符串,事件名称,不含“on”...
分类:
编程语言 时间:
2015-02-11 16:24:44
阅读次数:
215
Mozilla's CVS repository was 2.7 GB in size; when imported to Subversion the size grew to 8.2 GB, and when put under Git the size got shrunk to 450 MB. For a source code of
size 350 MB it's fairly ni...
分类:
其他好文 时间:
2015-02-10 15:19:57
阅读次数:
157
日志文件格式如下: 220.181.108.151 - - [31/Jan/2012:00:02:32 +0800] "GET /home.php?mod=space&uid=158&do=album&view=me&from=space HTTP/1.1" 200 8784 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +h...
分类:
其他好文 时间:
2015-02-08 11:43:11
阅读次数:
236
WebKit 是一个开源的浏览器引擎,与之相应的引擎有Gecko(Mozilla Firefox 等使用的排版引擎)和Trident(也称为MSHTML,IE 使用的排版引擎)。同时WebKit 也是苹果Mac OS X 系统引擎框架版本的名称,主要用于Safari,Dashboard,Mail 和其他一些Mac
OS X 程序。WebKit 所包含的 WebCore 排版引擎和 JSCore...
分类:
Web程序 时间:
2015-02-07 09:10:38
阅读次数:
208