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
系统分析与设计方法
惠滕 / 孙慧、肖刚 / 机械工业出版社 / 2004-9 / 69.00元
本书是介绍信息系统分析和设计原理、方法、技术、工具和应用的力作,自问世以来,广受欢迎,以至于一版再版,延续至今。 本书采用一个完整的案例研究,以整个信息系统构件(基于Zachman框架)和信息系统开发生命周期(FAST方法学)为主线,详细探讨了系统开发生命周期的前期、中期和后期以及跨生命周期的活动。另外,书中第一章都提供了大量的练习题、讨论题、研究题和小型案例,以加深读者对书中所述理论的实际应用和......一起来看看 《系统分析与设计方法》 这本书的介绍吧!
