摘要: 这是对工厂模式创建插件的逻辑梳理和重点概要. 阅读全文
posted @ 2018-03-15 15:10 KeepLearning_! 阅读(842) 评论(0) 推荐(0) 编辑
摘要: 这是元素前后关系很重要的操作. 阅读全文
posted @ 2018-03-14 15:56 KeepLearning_! 阅读(426) 评论(0) 推荐(0) 编辑
摘要: 事件代理中的this指向问题 阅读全文
posted @ 2018-03-13 17:24 KeepLearning_! 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 此文为我整理的关系型和非关系型数据库知识要点 阅读全文
posted @ 2018-03-13 14:45 KeepLearning_! 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 直接上题,这两道题目不是很难,但是比较基础和典型 答案: 第一题: 2 5 1 1 3 注意函数的静态属性和方法的区别就好了。详情可参考:http://www.cnblogs.com/BigJ/p/class_static_property.html 第二题: 二维则循环两次即可,根据条件输出1. 阅读全文
posted @ 2018-03-08 13:51 KeepLearning_! 阅读(185) 评论(0) 推荐(0) 编辑
摘要: XAMPP相关介绍 阅读全文
posted @ 2018-03-07 10:42 KeepLearning_! 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 这是基于MVC的一款小游戏,源自《JavaScript Pattern》mediator章节中(168 | Chapter 7: Design Patterns) 阅读全文
posted @ 2018-03-02 18:53 KeepLearning_! 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 关于类定义以及类继承的介绍 阅读全文
posted @ 2018-03-02 13:54 KeepLearning_! 阅读(2089) 评论(0) 推荐(0) 编辑
摘要: 类的静态属性,便于扩展和这个类本身功能的丰富 阅读全文
posted @ 2018-03-01 15:03 KeepLearning_! 阅读(365) 评论(0) 推荐(0) 编辑
摘要: js中自定义事件的创建,监听,触发,回调,以及多参数回调的实现。 阅读全文
posted @ 2018-03-01 10:57 KeepLearning_! 阅读(239) 评论(0) 推荐(0) 编辑