GitHub 博客园 Nanakon
上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 110 下一页

2014年10月23日

摘要: Error: Argument passed in must be a single String of 12 bytes or a string of 24 hex charactersMongoDB GUI工具 Mongo-Editif (xxx.length !== 24) {}Error: ... 阅读全文
posted @ 2014-10-23 23:50 jzm17173 阅读(274) 评论(0) 推荐(0)
摘要: JavaScript利用URL向后台传入中文参数乱码问题解决之道!encodeURIComponent(encodeURIComponent('ya呀'))http://wap.baomihua.com/search.aspx?keyword=ya%25E5%2591%2580decodeURICo... 阅读全文
posted @ 2014-10-23 11:30 jzm17173 阅读(142) 评论(0) 推荐(0)

2014年10月16日

摘要: UC浏览器 Android 极速模式 UC浏览器 Android 非极速模式 阅读全文
posted @ 2014-10-16 15:49 jzm17173 阅读(160) 评论(0) 推荐(0)

2014年10月8日

摘要: if (!document.getElementsByClassName) { document.getElementsByClassNameForMobile = function(search) { var d = document, elements, pattern, i... 阅读全文
posted @ 2014-10-08 14:15 jzm17173 阅读(153) 评论(0) 推荐(0)

2014年10月7日

摘要: var isEven = function(n) { return !(n&1) // & 按位与}console.log(1, isEven(1))console.log(25, isEven(25))console.log(138, isEven(138))var isEven = fun... 阅读全文
posted @ 2014-10-07 21:43 jzm17173 阅读(131) 评论(0) 推荐(0)

2014年9月29日

摘要: var arr = [3, 342, 23, 22, 123]var max = Math.max.apply(null, arr)console.log(max)var arr = [3, 342, 23, 22, 123]arr.sort(function(a, b) { return b... 阅读全文
posted @ 2014-09-29 18:07 jzm17173 阅读(117) 评论(0) 推荐(0)

2014年9月25日

摘要: 微信相关的 js 操作:分享、网络、菜单微信内置JsAPI之WeixinJSBridge 微信WeixinJSBridge API续 阅读全文
posted @ 2014-09-25 17:27 jzm17173 阅读(406) 评论(0) 推荐(0)

2014年9月12日

摘要: iOS的Safari在无痕模式下,sessionStorage操作产生异常,报错QUOTA_EXCEEDED_ERR: DOM Exception 22。 html5 localStorage error with Safari: “QUOTA_EXCEEDED_ERR: DOM Exception 阅读全文
posted @ 2014-09-12 13:36 jzm17173 阅读(2665) 评论(1) 推荐(0)

2014年9月11日

摘要: JavaScriptjs/coreJS直接支持的功能比如getElementsByClassName、promise解决各个浏览器的差异,比如event解决部分浏览器的不支持,比如node.classList.add代码复用,比如ajaxjs/utilsJS没有支持的功能比如isEmailjs/wi... 阅读全文
posted @ 2014-09-11 15:27 jzm17173 阅读(109) 评论(0) 推荐(0)

2014年9月2日

摘要: addEventListenerfunction Person() { this.init()}Person.prototype = { constructor: Person, init: function() { document.documentElement.... 阅读全文
posted @ 2014-09-02 13:17 jzm17173 阅读(276) 评论(0) 推荐(0)
上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 110 下一页

导航

轻音