April 6th , 2021 使用 decodeURIComponent 的时候报错 Uncaught URIError: URI malformed url加密传参有时候,如果url参数本身包含了%符号,在执行decodeURIComponent时报会导致Uncaught URIError: URI malformed的错误.网上(百度)一搜... Read more No comment web
March 11th , 2017 CHROME开发者工具的小技巧 转自:http://coolshell.cn/articles/17634.htmlChrome的开发者工具是个很强大的东西,相信程序员们都不会陌生,不过有些小功能可能并不为大众所知,所以,写下... Read more No comment web
March 1st , 2017 onbeforeunload与a标签在IE中的冲突bug 转自:http://js8.in/2010/06/29/onbeforeunload与a标签在ie中的冲突/onbeforeunload 是window的一个事件,目前Firefox,IE都支持... Read more No comment web
February 23rd , 2017 百度JavaScript编码规范 转自:https://github.com/fex-team/styleguide/blob/master/javascript.md1 前言JavaScript在百度一直有着广泛的应用,特别是... Read more No comment web
November 27th , 2016 HTML5本地存储Localstorage 什么是localstorage前几天在老项目中发现有对cookie的操作觉得很奇怪,咨询下来是要缓存一些信息,以避免在URL上面传递参数,但没有考虑过cookie会带来什么问题:cookie大小... Read more No comment web
November 27th , 2016 小tips:了解CSS/CSS3原生变量var 转自:http://www.zhangxinxu.com/wordpress/?p=5804一、变量是个好东西在任何语言中,变量的有一点作用都是一样的,那就是可以降低维护成本,附带还有更高性能,... Read more No comment web