码迷,mamicode.com
首页 >  
搜索关键字:browser    ( 2874个结果
android原生browser分析(二)--界面篇
我们先看一张浏览器的主界面,上面标示浏览器界面各部分对应的类,这里是以平板上的界面为例。给张图是为了给大家一个直观的感觉。      BrowserActivity是整个应用的主界面,在onCreate中创建了Controller对象,Controller对象是整个应用最重要的管理类,这个后面再说。 @Override public void onCreate(Bundle ici...
分类:移动开发   时间:2014-06-21 21:52:07    阅读次数:559
十四.jQuery解析之浏览器嗅探
Chrome和Safrai使用的是webkit作为内核引擎,因此如果 jQuery.browser.webkit为true,则表示浏览器是chrome或safari; 如果jQuery.browser.mozilla为true,则表示浏览器是MozillaFirefox(...
分类:Web程序   时间:2014-06-21 12:18:46    阅读次数:230
JavaScript Patterns 4.7 Init-Time Branching
When you know that a certain condition will not change throughout the life of the program, it makes sense to test the condition only once. Browser sni...
分类:编程语言   时间:2014-06-18 22:35:12    阅读次数:341
Google NACL 简介
Back to READMEGetting StartedThis page tells you how to install Native Client and run demos, both in and outside of the browser. On Linux and Mac OS X...
分类:其他好文   时间:2014-06-17 21:25:23    阅读次数:418
JS 同步输入
var txtBigBalance; //金额同步输入 if ($.browser.msie)//IE { $("#txtBalanceP").get(0).onpropertychange = get...
分类:Web程序   时间:2014-06-15 21:35:51    阅读次数:202
SharePoint 2010 Client Browser 客户端浏览器
SharePoint 2010 Client Browser 客户端浏览器,为了加快开发速度,发现隐藏的列表/项目/文档,发现结构或特定属性。...
分类:其他好文   时间:2014-06-15 18:38:03    阅读次数:206
Android调用WebView
mWebView.setWebViewClient(newWebViewClient(){publicbooleanshouldOverrideUrlLoading(WebViewview,Stringurl){view.loadUrl(url);returntrue;}});假如不做任何处置,阅读页面,点击体系“Back”键,整个Browser会调用finish()而结束本身,假如期望阅读的网页回退而不是推出..
分类:移动开发   时间:2014-06-10 23:50:27    阅读次数:625
Webdriver设置Firefox自动下载
看到很多人在firefox上操作下载窗口用autoit,太麻烦了,提供一种用profile来解决的办法:FirefoxProfile profile = new FirefoxProfile();profile.setPreference("browser.download.downloadDir"...
分类:Web程序   时间:2014-06-10 20:43:25    阅读次数:286
IE浏览器的判断
function compatibleIE8(){ var browser = navigator.appName; var b_version = navigator.appVersion; if(browser == "Microsoft Internet Explorer"){ var ve....
分类:其他好文   时间:2014-06-10 17:10:05    阅读次数:184
android4.4 webview chromium显示网页的chromium内核结构
android4.4 webview chromium是单进程的,图中所有组件都运行在Browser进程中。 按从上而下的顺序介绍这张图中与显示网页相关的chromium内核结构。 1.AwContents->WebContentsImpl AwContnents的创建过程如下图: AwContents是WebView接口的主要实现类。 native层的AwContents包含chr...
分类:移动开发   时间:2014-06-10 15:39:26    阅读次数:421
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!