<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="widt ...
分类:
Web程序 时间:
2017-06-24 19:38:22
阅读次数:
249
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="widt ...
分类:
其他好文 时间:
2017-06-24 18:40:57
阅读次数:
176
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="widt ...
分类:
其他好文 时间:
2017-06-24 18:29:06
阅读次数:
111
//引入代码中的插件 下面是三个模态框的案例 <!DOCTYPE html><html lang="zh-cn"><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta nam ...
分类:
其他好文 时间:
2017-06-20 11:35:16
阅读次数:
165
x-ua-compatible 用来指定IE浏览器解析编译页面的model x-ua-compatible 头标签大小写不敏感,必须用在 head 中,必须在除 title 外的其他 meta 之前使用。 1、使用一行代码来指定浏览器使用特定的文档模式。 <meta http-equiv="x-ua ...
分类:
其他好文 时间:
2017-06-17 14:22:49
阅读次数:
199
前端squid反向代理到nginx nginx根据http_user_agent防DDOS 首先查看访问日志,找出可疑访问 找到http_user_agent 的特征,然后再作过滤 "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; MyIE 3 ...
分类:
Web程序 时间:
2017-06-16 15:12:51
阅读次数:
285
<!DOCTYPE html><html lang="en"><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="widt ...
分类:
其他好文 时间:
2017-06-16 12:43:31
阅读次数:
208
<html> <head> <title>星空</title> <META http-equiv="X-UA-Compatible" content="IE=edge"></META> <META http-equiv="Content-Type" content="text/html; chars ...
分类:
Web程序 时间:
2017-06-13 16:53:55
阅读次数:
172
启动了AVD却说找不到AVD 错误提示: No active compatible AVD's or devices found. Relaunch this configuration after connecting a device o 查看你的project版本号是执行在哪个版本号的(And ...
分类:
其他好文 时间:
2017-06-13 14:30:52
阅读次数:
179
<meta http-equiv="X-UA-Compatible" content="IE=edge" > 新增数据页面360浏览器样式异常 <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-T ...
分类:
其他好文 时间:
2017-06-11 21:15:28
阅读次数:
179