一、在linux服务器创建 一个文件夹用来 安装文件 二、在线安装:gcc、pcre、zlib、openssl组件 1、需要安装gcc的环境。yum install gcc-c++ 2、 PCRE yum install -y pcre pcre-devel PCRE(Perl Compatible ...
分类:
系统相关 时间:
2018-06-29 19:29:26
阅读次数:
220
<!DOCTYPE html><html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>DataTable</title> <meta name="descrip ...
分类:
其他好文 时间:
2018-06-24 11:34:26
阅读次数:
287
The I2C bus and the SMBus are popular 2 wire buses that areessentially compatible with each other. |i2c | SMBus | | Timeout | No | Yes Minimum Clock S ...
分类:
其他好文 时间:
2018-06-23 13:15:46
阅读次数:
162
最近在调试一个jquery插件Manifest 测试过程中发现IE一直不能完全展示这个插件,只显示了一个textbox文本框 IE下的bug的效果图 其他浏览器正常的效果图 跟踪原因,IE下jquery版本不兼容,有报错 什么鬼,找不到跟我有什么关系,MD 找不到,你还不赶紧去找,SB IE,莫非是 ...
分类:
Web程序 时间:
2018-06-14 18:40:35
阅读次数:
195
1. 查看当前环境 :~ user$ eval "$(curl -sL check.vapor.sh)" 正常情况 ? Xcode 9 is compatible with Vapor 2.? Xcode 9 is compatible with Vapor 3.? Swift 4.1 is com ...
分类:
系统相关 时间:
2018-06-08 18:29:11
阅读次数:
611
1) gcc 安装安装 nginx 需要先将官网下载的源码进行编译,编译依赖 gcc 环境,如果没有 gcc 环境,则需要安装:yum install gcc-c++2) PCRE pcre-devel 安装PCRE(Perl Compatible Regular Expressions) 是一个Perl库,包括 perl 兼容的正则表达式库。nginx 的 http 模块使用 pcre 来解析正
分类:
其他好文 时间:
2018-06-07 10:21:16
阅读次数:
190
一:样式操作 示例:开关灯和模态框 CSS 示例: 位置: 返回顶部示例 <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta http-equiv="x-ua-compatible" content="IE= ...
分类:
Web程序 时间:
2018-06-05 15:28:15
阅读次数:
224
form组件的功能 form组件的用法 form组件登陆 <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="x-ua-compatible" content="IE=edge"> <meta name="viewport ...
分类:
其他好文 时间:
2018-06-02 11:27:08
阅读次数:
184
尝试了下gb工具,发现有个问题: 猜测是因为golang版本导致的,查询了下golang版本信息: 官方针对gb对golang版本的要求: gb is compatible with Go 1.4 and later. 按道理,1.4.1应该是可以支持的,但是事实上,我升级版本到go1.7.4,之后 ...
分类:
其他好文 时间:
2018-06-01 19:02:31
阅读次数:
155
x-ua-compatible 用来指定IE浏览器解析编译页面的model x-ua-compatible 头标签大小写不敏感,必须用在 head 中,必须在除 title 外的其他 meta 之前使用。 1、使用一行代码来指定浏览器使用特定的文档模式。 <meta http-equiv="x-ua ...
分类:
其他好文 时间:
2018-05-29 18:50:28
阅读次数:
172