把html文件部署到服务器上,就发现源文件会多出<!DOCTYPE html> <html><head lang="en"> 导致页面错误。 加上这句话后,就不会出现乱码的情况 1,X-UA-Compatible是神马? 文档:https://www.modern.ie/en-us/performa ...
分类:
Web程序 时间:
2017-11-29 00:09:30
阅读次数:
243
Who is this package for? This package is meant for developers that need to port existing .NET Framework code to .NET Core. But before you start portin ...
首先写入一下代码 <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale ...
分类:
其他好文 时间:
2017-11-19 14:51:14
阅读次数:
145
运用jQuery时,需要在页面中引入jQuery文件 jQuery的hello world <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge ...
分类:
Web程序 时间:
2017-11-19 02:30:36
阅读次数:
204
<!doctype html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="initial-scale= ...
分类:
其他好文 时间:
2017-11-16 20:51:29
阅读次数:
222
调试环境: Win7SP1x32+IE8 一. POC 先给出完整POC,如果exploit成功,则会产出notepad <!DOCTYPE html> <html> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"> <body> ...
分类:
其他好文 时间:
2017-11-14 22:27:18
阅读次数:
251
1 function IEVersion() { 2 var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串 3 var isIE = userAgent.indexOf("compatible") > -1 && userAgent.in... ...
分类:
Web程序 时间:
2017-11-13 18:26:48
阅读次数:
194
Which of the following is not a configurable attribute for an individual disk group?A. AU_SIZEB. COMPATIBLE.RDBMSC. COMPATIBLE.ASMD. DISK_REPAIR_TIMEE ...
分类:
其他好文 时间:
2017-11-06 13:57:41
阅读次数:
157
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi ...
分类:
Web程序 时间:
2017-11-06 11:15:55
阅读次数:
216
<!DOCTYPEhtml><htmlclass="theme-nextpiscesuse-motion"lang="zh-Hans"><head><metacharset="UTF-8"/><metahttp-equiv="X-UA-Compatible"content="IE=edge"/><metaname="viewport"content="width=device-width,initial-scale=1,maximum-scal..
分类:
其他好文 时间:
2017-11-03 15:27:23
阅读次数:
198