NativeScript 菜单插件 Animated-Menu
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: iOS
- 软件首页: https://www.npmjs.com/package/nativescript-animated-menu
软件介绍
Animated-Menu 是 NativeScript 模块,可以添加一个动态菜单到 iOS 应用。Android 支持会基于这个项目添加一些 Android 动画。
在应用目录中运行 npm install nativescript-animated-menu --save:
. ├── app <------------------------------ run npm install from here │ ├── app.css │ ├── app.js │ ├── bootstrap.js │ ├── main-page.js │ ├── main-page.xml │ ├── node_modules │ │ └── nativescript-animated-menu <-- The install will place the module's code here │ │ └── ... │ └── package.json <----------------- The install will register “nativescript-animated-menu” as a dependency here │ └── tns_modules │ └── ... └── platforms └── ios
使用
root-page <-------------this is the page that will host the animated menu element └── animated-menu <------------the animated menu element will reference the menu page and main page (see below) └── menu-page └── main-page
UML基础、案例与应用
施穆勒 / 李虎、赵龙刚 / 人民邮电出版社 / 2004-7-1 / 42.00元
本书教读者循序渐进地、系统地学习UML基础知识和应用技术。和前一版相比,本书内容根据UML 2.0进行了补充和更新,随书光盘包含了建模工具Poseidon的试用版。 全书分为三部分24章。第一部分“基础知识”包括第1章到第15章,主要是介绍UML语言的基础知识以及面向对象的概念和思想,还简单介绍了UML在开发过程的应用方法。第二部分“学习案例”包括第16章到第22章,结合实例详细分析了UML的应用......一起来看看 《UML基础、案例与应用》 这本书的介绍吧!
