IE 问题集合
摘要:1. zIndex 在ie需要 先对比父级的层级
阅读全文
性能工具集合
摘要:提升h5首屏加载速度框架 timeline容易理解 优化工具 timeline详解 最新performence教程
阅读全文
网络 问题
摘要:1. 经常开了 fidder 之后, 系统就登录不了, 这时候可以 在 rules--> options --> 把 8888 改成 8080 另外 360 蓝灯 等软件会改变 host 或者造成网络不通, 如果自己配置了host 2. svn老是要验证问题, 在设置 saveDate auth -
阅读全文
在页面上 获取键盘事件
摘要:需要用原生才行, jquery无效 function showkey(event){ asc = event.keyCode; key = String.fromCharCode(asc); str += key; console.log(str) } document.onkeypress=sho
阅读全文
一起玩转mysql
摘要:mysql安装 一起玩转mysql linux命令
阅读全文
jquery MD5
摘要:/** * jQuery MD5 hash algorithm function * * * Calculate the md5 hash of a String * String $.md5 ( String str ) * * * Cal...
阅读全文
angular的中文文档在这里。。
摘要:链接 仿ant-design的 angular组件 echarts文档
阅读全文