IP属地:北京
一、CommonJS1、文件即模块2、使用module.exports(exports) 暴露对外的接口3、使用require同步加载依赖模块 ...
性能优化三种手段:一、减少请求数:1、小图片合并雪碧图、使用iconFont;2、合并CSS、JS文件;二、减少资源体积:1、精简代码;2、合并...
push 添加 pop 删除最后一个 shift 删除第一个 unshift 插入第一个 截取 splice concat 排序 reve...
描述网页基本信息、指向渲染网页需要其他文件链接、各大厂商根据自己需求定制 预留字符 在 HTML 中,某些字符是预留的不能直接使用,如小于号(<...
集成的iOS10以上的扩展,比如:NotificationExtension。导致你的iOS8 和 iOS9 手机不能安装 如上,项目中添加推送...
文件显示:defaults write com.apple.finder AppleShowAllFiles TRUE ; killall Fi...
转自:http://www.trinea.cn/android/internal-technical-community-blog/ 1. 阿里...