- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/umar-siddiqui/ion-select-autocomplete
- 软件文档: https://github.com/umar-siddiqui/ion-select-autocomplete/blob/master/README.md
- 官方下载: https://github.com/umar-siddiqui/ion-select-autocomplete/archive/master.zip
软件介绍
ion-select-autocomplete是一个用于Ionic应用的单选或多选框。
使用方法
下载或者clone项目,并添加下面的代码
<script src="lib/ion-select-autocomplete/ion-select-autocomplete.js" type="text/javascript"></script>
In JS
$scope.optionList = [
{
label: 'India',
value: 'IND'
},
{
label: 'United States',
value: 'US'
}
];$scope.model = null;In HTML
<label class="item item-input"> <span class="input-label">Choose Country</span> <ion-select-autocomplete multiselect="true" output="model" header="Choose Country" label-key="label" value-key="value" options="optionList"> </ion-select-autocomplete> </label>
数据库索引设计与优化
【美】Tapio Lahdenmaki、【美】Michael Leach / 曹怡倩、赵建伟 / 电子工业出版社 / 2015-6 / 79.00元
《数据库索引设计与优化》提供了一种简单、高效、通用的关系型数据库索引设计方法。作者通过系统的讲解及大量的案例清晰地阐释了关系型数据库的访问路径选择原理,以及表和索引的扫描方式,详尽地讲解了如何快速地估算SQL 运行的CPU 时间及执行时间,帮助读者从原理上理解SQL、表及索引结构、访问方式等对关系型数据库造成的影响,并能够运用量化的方法进行判断和优化,指导关系型数据库的索引设计。 《数据库索......一起来看看 《数据库索引设计与优化》 这本书的介绍吧!
CSS 压缩/解压工具
在线压缩/解压 CSS 代码
html转js在线工具
html转js在线工具
