09 2015 档案

摘要:可用:document.documentMode来检测。var isIE11 = function() { var result = false; if (document.documentMode !== undefined && document.do... 阅读全文
posted @ 2015-09-14 15:27 simonbaker 阅读(131) 评论(0) 推荐(0)
摘要:1 入门http://www.cnblogs.com/huangxincheng/archive/2012/02/18/2356595.htmlhttp://www.cnblogs.com/hoojo/archive/2011/06/01/2066426.htmlhttp://www.cnblogs... 阅读全文
posted @ 2015-09-14 12:50 simonbaker 阅读(157) 评论(0) 推荐(0)
摘要:<input type="tel" /> 参考: http://blog.csdn.net/kongjiea/article/details/40185951 阅读全文
posted @ 2015-09-12 15:29 simonbaker 阅读(14064) 评论(0) 推荐(0)
摘要:If-Modified-Since,If-Node-Match,ETag,Last-Modified 1 属于 Request Headers的是:If-Modified-Since,If-Node-Match;属于 Response Headers的是:ETag,Last-Modified。 其中 阅读全文
posted @ 2015-09-09 14:39 simonbaker 阅读(371) 评论(0) 推荐(0)
摘要:服务端返回的数据,如果有直接执行的代码,那返回的头部格式中的"Content-Type",不能为"text/plain",不然,浏览器是不会执行返回数据的。返回的"Content-Type"可默认不写就行。 阅读全文
posted @ 2015-09-08 15:17 simonbaker 阅读(387) 评论(0) 推荐(0)
摘要:GoF (Gang of Four,四人组, 《Design Patterns: Elements of Reusable Object-Oriented Software》/《设计模式》一书的作者:Erich Gamma、Richard Helm、Ralph Johnson、John Vlissi... 阅读全文
posted @ 2015-09-06 09:43 simonbaker 阅读(168) 评论(0) 推荐(0)