2017年 12月 25日 - Bootstrap-typeahead自动补全

    bootstrap-typeahead自动补全

    input中输入内容,到指定的源(ajax,json等)去获取关联的结果来作为自动补全. Bootstrap 3 Typeahead

    2017年 12月 23日 - 使用Simple-Jekyll-Search为jekyll添加搜索功能

    Simple-Jekyll-Search

    A JavaScript library to add search functionality to any Jekyll blog. Simple-Jekyll-Search

    2017年 12月 21日 - startbootstrap免费的bootstrap主题与模板

    安利一个网站

    基于bootstrap的前端模板,开源免费,有很多免费主题,用来做脚手架很方便. startbootstrap

    2017年 12月 12日 - 设计模式学习笔记

    设计模式学习笔记

    1. 依赖倒置原则DIP

      1.1 依赖倒置原则,英文缩写DIP,全称Dependence Inversion Principle.

      1.2 原始定义:

      High level modules should not depend upon low level modules. Both should depend upon abstractions. Abstractions should not depend upon details. Details should depend upon abstractions.

      1.3 官方翻译: