随笔分类 -  MVC框架

摘要:前言: 1.关于PureMVC: MVC框架在很多项目当中拥有广泛的应用,很多时候做项目前人开坑开了一半就消失了,后人为了填补各种的坑就遭殃的不得了。嘛,程序猿大家都不喜欢像文案策划一样组织文字写东西,也不喜欢看别人留下不清不楚的文档,还不如看代码来得实在。刚开始新人看代码是看得头晕,因为这样那样的 阅读全文
posted @ 2017-06-20 22:31 AaronBlogs 阅读(3612) 评论(0) 推荐(0) 编辑
摘要:0、流程:LoginView-SendNotification() >LoginCommand--Execute() >调用proxy中的函数操作模型数据--LoginProxy >接收服务器返回-操作数据-返回通知视图控制器--LoginMediator >操作视图。 (虽然很繁琐,一个功能需要写 阅读全文
posted @ 2017-06-20 22:25 AaronBlogs 阅读(6104) 评论(0) 推荐(0) 编辑
摘要:官网:http://puremvc.org/ 下载:https://github.com/PureMVC/puremvc-csharp-multicore-framework/tree/1.1.0 API文档:http://puremvc.org/pages/docs/CSharp/multicor 阅读全文
posted @ 2017-06-20 22:20 AaronBlogs 阅读(2275) 评论(0) 推荐(0) 编辑