摘要:
1、改设置:网上有蛮多方式的,但是我感觉比较麻烦,步骤多了 错误的几率也就高了,我暂时不用设个方式...2、替换"ROOT":"...\apache-tomcat-7.0.61-windows-x86\webapps\ROOT"中的页面是 tomcat的默认页面内容。2.1、我的做法: (1)、把... 阅读全文
摘要:
1、js的内置对象:// 内置对象的类名 var strClassName = Object.prototype.toString.call(_event.target).match(/\[object (.*?)\]/)[1];2、 阅读全文
摘要:
的属性 controls:全屏时,默认控制条 现象的归纳:1、windows chrome版本 46.0.2490.86 m video::-webkit-media-controls { display:none !important; } video::-webkit-media-con... 阅读全文
摘要:
video 的操作(JS) 分两种情况: 1、pc windows chrome 2、android chrome 阅读全文
摘要:
1、HTML5 and the Screen Orientation API _ NOUPE.htmlhttp://www.noupe.com/design/html5-screen-orientation-api-uses-javascript-to-rotate-the-screen-89639... 阅读全文
摘要:
String userAgent = request.getHeader("User-Agent");C 阅读全文
摘要:
1、 http://www.w3school.com.cn/xmldom/dom_domparser.asp chrome 中 “for (var z in domparse)”操作后,发现 DOMParser 只有一个方法 parseFromString 2、 https://developer. 阅读全文
摘要:
1、 https://msdn.microsoft.com/zh-cn/library/ms756048(v=vs.85).aspx XML内容(example.xml): 1 <?xml version="1.0"?> 2 <root> 3 <branch>branch</branch> 4 <a 阅读全文
摘要:
位置:IE7 --> 工具 --> 开发人员工具 --> 切换到“脚本”标签页 --> 才能看到“控制台”如下图:ZC: 怎么总感觉 IE7里面的 console.log() 输出的信息会少掉 一行半行的... 重要信息 还是用 alert再确认一遍吧...X 阅读全文
摘要:
参考网址:http://www.jb51.net/article/64330.htm我的测试代码: 1 function SetCookie(_strCookieName, _strCookieValue, _iDays) 2 { 3 var dateExpires ... 阅读全文