Set?glht=?Browser("管理后台").Page("管理后台")Set?Mydescription?=?description.Create()Mydescription("html?tag").Value?=?"INPUT"Mydescription("type").Value?=?"...
分类:
其他好文 时间:
2014-11-26 16:05:04
阅读次数:
198
Set bp=browser("micclass:=browser","index:=0").page("micclass:=page")bp.WebElement("html tag:=BODY","index:=1").Object.insertadjacenttext "beforeend",...
分类:
Web程序 时间:
2014-11-26 15:57:19
阅读次数:
217
BOM:Browser Object Model(浏览器对象模型)window.open(url,target);------打开一个新窗口,target=_self(自身框架中打开),=_blank(新的框架)document.write();-------------清空当前界面并输入东西oNe...
分类:
其他好文 时间:
2014-11-25 23:18:33
阅读次数:
218
对于前端开发工程师来说,网页兼容性测试工程师而言,确保代码在各种主流浏览器的各个版本中都能正常工作是件很费时的事情,幸运的是,有很多优秀的工具可以帮助测试浏览器的兼容性,领测软件测试网向您推荐12款很棒的浏览器兼容性测试工具让我们一起看看这些很棒的工具吧。 Spoon Browser Sandbo....
分类:
Web程序 时间:
2014-11-25 23:01:47
阅读次数:
219
现在使用node的人群越来越多,咱也不能落后,得跟紧脚步才行。今天使用 npm 安装插件的时候,出现以下提示,而且,安装程序看着好像终止了。而且,看到一个exit单词,就认为说安装出错了。$ npm install browser-sync --save-dev> ws@0.5.0 install ...
分类:
其他好文 时间:
2014-11-25 22:48:06
阅读次数:
283
安装
sudo apt-get install chromium-browser
sudo
apt-get install pepperflashplugin-nonfree
sudo
update-pepperflashplugin-nonfree --install
卸载命令:
sudo apt-get remove chromium-browse...
分类:
系统相关 时间:
2014-11-22 00:45:57
阅读次数:
193
之前有个判断在那个页面上的问题困扰了我很久~后来查了很久的文档才找到的$location这个注入的Service,和大家分享下拉~省的你们找啦~
当然可以用window.location来达到同样的目的。
我是不是棒棒哒?~...
分类:
Web程序 时间:
2014-11-21 09:12:53
阅读次数:
242
Ubiquitous ConnectivityOne of the mosttransformative technology trends of the past decade is the availability and growing expectation of ubiquitous co...
分类:
Web程序 时间:
2014-11-20 18:34:30
阅读次数:
270
首先先看「SSL Cipher Suite Details of Your Browser」這個網站,會列出你目前瀏覽器支援的 cipher suite,會需要知道要拔掉哪些號碼。接下來的資料是參考「Remove RC4 from SSL/TLS ciphers in Chromium」這篇的方法。...
分类:
系统相关 时间:
2014-11-20 16:53:46
阅读次数:
477
如果希望点击链接由自己处理,而不是新开Android的系统browser中响应该链接。给WebView加一个事件监听对象(WebViewClient)并重写其中的一些方法:shouldOverrideUrlLoading:对网页中超链接按钮的响应。当按下某个连接时WebViewClient会调用这个...
分类:
Web程序 时间:
2014-11-20 16:51:56
阅读次数:
121