码迷,mamicode.com
首页 >  
搜索关键字:compatible    ( 981个结果
day13 前端之CSS
CSS引入方式 <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" conte ...
分类:Web程序   时间:2017-12-16 14:44:00    阅读次数:162
linux中nginx安装
1.1. 要求的安装环境 1、需要安装gcc的环境。yum install gcc-c++ 2、第三方的开发包。 n PCRE PCRE(Perl Compatible Regular Expressions)是一个Perl库,包括 perl 兼容的正则表达式库。nginx的http模块使用pcre ...
分类:系统相关   时间:2017-12-13 14:45:59    阅读次数:178
< meta http-equiv = "X-UA-Compatible" content = "IE=edge,chrome=1" />的意义
X-UA-Compatible是神马? X-UA-Compatible是IE8的一个专有<meta>属性,它告诉IE8采用何种IE版本去渲染网页,在html的<head>标签中使用。可以在微软官方文档获取更多介绍。 为什么要用X-UA-Compatible? 在IE8刚推出的时候,很多网页由于重构的 ...
分类:Web程序   时间:2017-12-10 18:20:49    阅读次数:207
高德地图定位
<html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="initial-scale=1.0, user-scala ...
分类:其他好文   时间:2017-12-07 21:18:43    阅读次数:181
centos 安装nginx
1、准备工作选首先安装这几个软件:GCC,PCRE(Perl Compatible Regular Expression),zlib,OpenSSL。Nginx是C写的,需要用GCC编译;Nginx的Rewrite和HTTP模块会用到PCRE;Nginx中的Gzip用到zlib;用命令“# gcc” ...
分类:其他好文   时间:2017-12-03 18:08:50    阅读次数:253
X-UA-Compatible
X-UA-Compatible是神马? X-UA-Compatible是IE8的一个专有<meta>属性,它告诉IE8采用何种IE版本去渲染网页,在html的<head>标签中使用。可以在微软官方文档获取更多介绍。 为什么要用X-UA-Compatible? 在IE8刚推出的时候,很多网页由于重构的 ...
分类:其他好文   时间:2017-12-01 11:26:30    阅读次数:153
如何解决Selenium IDE与Firefox的不兼容问题?
信心满满的在firefox上安装Selenium IDE,结果页面提示“version not compatible”,解决方法来了。 Selenium IDE的更新速度远远没有Firefox快,所以唯一的方法就是降低Firefox版本。 现在最新的Selenium IDE版本是V2.9.1(下载方 ...
分类:其他好文   时间:2017-11-30 19:16:49    阅读次数:646
CentOS6.5下nginx安装
一、nginx安装环境 1、Gcc rpm -qa | grep gcc 安装nginx需要先将官网下载的源码进行编译,编译依赖gcc环境,如果没有gcc环境,需要安装gcc: yum install gcc-c++ 2、PCRE PCRE(Perl Compatible Regular Expre ...
分类:其他好文   时间:2017-11-30 14:04:46    阅读次数:216
The data directory was initialized by PostgreSQL version 9.6, which is not compatible with this version 10.0.
在PostgreSQL9.6.5 安装 Postgis2.4.2 出现错误 The data directory was initialized by PostgreSQL version 9.6, which is not compatible with this version 10.0. po ...
分类:数据库   时间:2017-11-30 12:02:31    阅读次数:329
购物车jquery数量加减+总价计算
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>购物车结算</title> <meta name=" ...
分类:Web程序   时间:2017-11-29 21:03:00    阅读次数:305
981条   上一页 1 ... 25 26 27 28 29 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!