上一页 1 ··· 6 7 8 9 10
摘要: 参考文献:高性能JavaScript模板引擎原理解析:http://cdc.tencent.com/2012/06/15/%e9%ab%98%e6%80%a7%e8%83%bdjavascript%e6%a8%a1%e6%9d%bf%e5%bc%95%e6%93%8e%e5%8e%9f%e7%90... 阅读全文
posted @ 2017-10-27 08:46 fanlinqiang 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 离线文档:http://hemin.cn/jq/downloads.html在线api:http://www.w3school.com.cn/jquery/index.asp http://hemin.cn/jq/index.htmljQuery选择什么版本 1.x? 2.x? 3.x?目前... 阅读全文
posted @ 2017-10-27 08:46 fanlinqiang 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 什么是JS的执行环境? function funA(){ //一段代码静静的躺在这里,不能叫执行环境 }funA();//当代码开始执行以后,系统会将它存入执行栈,并为他准备好足够的内存空间使用//并安排相关线程辅助这个函数的执行。环境就诞生了简单的说... 阅读全文
posted @ 2017-10-27 08:46 fanlinqiang 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 1、单例模式 (Singleton pattern)(https://baike.baidu.com/item/%E5%8D%95%E4%BE%8B%E6%A8%A1%E5%BC%8F/5946627?fr=aladdin) 单例模式,是一种常用的软件设计模式。在它的核心结构中只包含一... 阅读全文
posted @ 2017-10-27 08:46 fanlinqiang 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 参考:http://www.ruanyifeng.com/blog/2012/11/require_js.html什么是模块化?以前我们可能会这样做代码分工 //modules.js -----var moduleA = {......}var moduleB = {......}var modul... 阅读全文
posted @ 2017-10-27 08:46 fanlinqiang 阅读(143) 评论(0) 推荐(0) 编辑
摘要: gulp什么是gulp? 基于node的自动化构建工具gulp能干什么?1 自动压缩JS文件2 自动压缩CSS文件 3 自动合并文件4 自动编译sass5 自动压缩图片6 自动刷新浏览器7 自动编译ES6...........怎么安装gulp?因为它基于nodeJS,因此需要先安装no... 阅读全文
posted @ 2017-10-27 08:46 fanlinqiang 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 下载地址:https://github.com/carhartl/jquery-cookie使用方法:设置 cookie:$.cookie('the_cookie', 'the_value');注:如果 $.cookie 没有第三个参数,那么当浏览器关闭时,该 cookie 将会自动删除。设置一个有... 阅读全文
posted @ 2017-10-27 08:46 fanlinqiang 阅读(133) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10