- 授权协议: BSD
- 开发语言:
- 操作系统: 跨平台
- 软件首页: https://github.com/lheric/libgitlmvc
- 软件文档: https://github.com/lheric/libgitlmvc
软件介绍
libgitlmvc 是一个基于Qt构建的的C++ MVC 框架
概览:
View<====>Front Controller<====>Commands<====>Model
该框架包括四个部分:
视图: 用户交互界面
前端控制其(Front Controller): 处理所有的视图请求
命令: 前端控制其根据不同的视图请求,调用不同的命令,实现某个特定的功能
模型: 表示程序当前的状态。
Learning Vue.js 2
Olga Filipova / Packt Publishing / 2017-1-5 / USD 41.99
About This Book Learn how to propagate DOM changes across the website without writing extensive jQuery callbacks code.Learn how to achieve reactivity and easily compose views with Vue.js and unders......一起来看看 《Learning Vue.js 2》 这本书的介绍吧!
