摘要:去年CanSecWest的Pwn2Own黑客挑战赛,Chrome是唯一没有被攻破的浏览器,然而今年它是第一个被攻陷的浏览器。法国黑客团队Vupen利用Chrome的2个安全漏洞(需FQ),在比赛刚开始五分钟内就成功击败了Chrome的双重安全保护机制,该团队至少赢得了6万美元的奖金,其中一部分将由Google支付。由此可见,Chrome备受称赞的沙盒也不是完全不可攻破的。Vupen在四大浏览器(IE、Chrome、Safari和Firefox )上都发现了0day漏洞,但有意先拿Chrome开刀。VUPEN利用了两个0day漏洞完全控制了64位Windows 7 SP1系统。原文链接:slas
阅读全文
摘要:有不少可以帮你修改Chrome默认滚动条样式的扩展,Scroll Bar X就是其中的佼佼者,但是这个扩展在安装的时候提示说会存取所有的网站数据,这就让人感觉很难以接受了。其实咱们可以自己动手,丰衣足食。首先在自己的系统里找到如下这个.css文件:Windows:%LOCALAPPDATA%\Google\Chrome\User Data\Default\User StyleSheets\Custom.cssMac:/Users/YourUsername/Library/Application Support/Google/Chrome/Default/User StyleSheets/Cus
阅读全文
摘要:一,文本控件代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1<?xmlversion="1.0"encoding="utf-8"?>2<mx:Applicationxmlns:mx="http://www.adobe.com/2...
阅读全文
摘要:1,在IFRAME网页内部获取该IFRAME的id:[代码]2,动态创建IFRAME元素:[代码]PS:测试对Firefox3.6.3&IE6.0通过.
阅读全文
摘要:I think it not easy to arrange my elements in the xul container.Layout management can only be achieved by vbox and hbox. Still there are some useful properties that may be useful.pack: the pack attribute has only three optional values:start,center and end.Buy setting it to start,all the elements ...
阅读全文