bootstrap-typeahead自动补全
在input
中输入内容,到指定的源(ajax
,json
等)去获取关联的结果来作为自动补全.
Bootstrap 3 Typeahead
在input
中输入内容,到指定的源(ajax
,json
等)去获取关联的结果来作为自动补全.
Bootstrap 3 Typeahead
A JavaScript library to add search functionality to any Jekyll blog. Simple-Jekyll-Search
基于bootstrap
的前端模板,开源免费,有很多免费主题,用来做脚手架很方便.
startbootstrap
依赖倒置原则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 官方翻译: