码迷,mamicode.com
首页 >  
搜索关键字:browser    ( 2874个结果
ASP.NET和IIS工作原理
此图为iis6.0运行asp.net的原理。browser向iis发送HTTP请求,HTTP.SYS将其分发给W3SVC(World Wide Web Publishing Service),后者解析请求,若是静态网页,直接响应给browser;若是动态网页,IIS无法直接处理,寻找存放在Metab...
分类:Web程序   时间:2015-01-17 20:42:35    阅读次数:232
Android 4.4 KitKat, the browser and the Chrome WebView
Having V8 as the JavaScript engine for the new web view, the JavaScript performance if much better, besides general performance on CSS thanks to hardw...
分类:移动开发   时间:2015-01-15 15:58:06    阅读次数:172
HTML5 IE兼容问题
最近,为公司做产品的时候用到了HTML5,用IE11打开的时候出现了界面乱或者加载js错误的问题。IE10 or IE11 :Browser Mode is IE10 。Document Mode:more than IE9.Add "" that supports HTML5 in htm...
分类:Web程序   时间:2015-01-15 15:40:13    阅读次数:134
Explain in detail the steps/processes that occur from the moment you type a URL in a browser and hit enter
In an extremely rough and simplified sketch, assuming the simplest possibleHTTP request, no proxies and IPv4 (this would work similarly fo...
分类:Web程序   时间:2015-01-14 00:43:31    阅读次数:216
JavaScript入门篇之浏览器对象模型
前言:     真正的JavaScript是由三部分组成,ECMAScript、DOM、BOM,如下图所示。本文将主要介绍其中的浏览器对象模型。 BOM(Browser Object Mode) 是指浏览器对象模型,是用于描述这种对象与对象之间层次关系的模型,浏览器对象模型提供了独立于内容的、可以与浏览器窗口进行互动的对象结构。BOM由多个对象组成,其中代表浏览器窗口的Window对象是BOM的...
分类:编程语言   时间:2015-01-11 17:49:47    阅读次数:226
HTML和CSS
1.html常用标签:Text,Textarea,Radio,Checkbox,Select,File,Hidden,Submit,Reset,Button 2. 一般说来CSS所有样式有下面的规则(第四个最有优先性) 1). Browser default: 浏览器默认 2). Ext...
分类:Web程序   时间:2015-01-10 12:32:24    阅读次数:206
升级Ubuntu 到14.04 64位 后eclipse出现闪退现象
升级Ubuntu 到14.04 64位 后eclipse出现闪退现象,搜了各种方法,最后解决问题解决方法:在所装的eclipse的目录下有个configuration/config.ini 文件最后一行添加:org.eclipse.swt.browser.DefaultType=mozilla
分类:系统相关   时间:2015-01-09 18:42:35    阅读次数:226
jQuery下通过$.browser来判断浏览器
使用方法:$.browser.['浏览器关键字']代码如下:$(function() {if($.browser.msie) {alert("this is msie");}else if($.browser.safari){alert("this is safari!");}else if($.b...
分类:Web程序   时间:2015-01-09 17:10:13    阅读次数:119
VS2013自带的Browser Link功能引发浏览localhost网站时不停的轮询
VS2013自带的Browser Link功能引发浏览localhost网站时不停的轮询 <appSettings>   <!--禁用BrowserLink-->   <add key="vs:EnableBrowserLink" value="false"/> ?</appSettings> 可恨 !...
分类:Web程序   时间:2015-01-08 18:21:40    阅读次数:197
js判断浏览器内核和版本(包括手机端设备)
var X, xue;xue = xue || function(expr, fn) { return xue.dom ? xue.dom(expr, fn) : {};};X = xue;window.xue = xue;xue.browser = xue.browser || {};xue.br...
分类:移动开发   时间:2015-01-08 14:54:12    阅读次数:225
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!