Ment.io
- 授权协议: MIT
- 开发语言: JavaScript HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/jeff-collins/ment.io
软件介绍
Ment.io 是基于 AngularJS 的 Mentions 和 Macros 部件,不依赖 jQuery。
快速开始
在控制器加入:
$scope.people = [
{ label: 'Joe'},
{ label: 'Mike'},
{ label: 'Diane'}
]嵌入到 HTML:
<input type="text" mentio mentio-typed-text="typedTerm" mentio-items="people | filter🏷typedTerm" ng-model="myval"/>
Database Design and Implementation
Edward Sciore / Wiley / 2008-10-24 / 1261.00 元
* Covering the traditional database system concepts from a systems perspective, this book addresses the functionality that database systems provide as well as what algorithms and design decisions will......一起来看看 《Database Design and Implementation》 这本书的介绍吧!
