您有用于 MVC 的建模符号吗?
希望(但不一定)独立于语言或框架?
Hopefully (but not necessarily) one that is independent of language or framework?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
希望(但不一定)独立于语言或框架?
Hopefully (but not necessarily) one that is independent of language or framework?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
有一个简单的模型: http://en.wikipedia.org/wiki/Model- view-controller
你可以在这里找到模型的 uml 图并查看:http: //www.dofactory.com/Patterns/PatternObserver.aspx。 控制器有时位于 GUI 中。
MVC 有一些风格: http://en.wikipedia.org/wiki/Presentation -abstraction-control,http://en.wikipedia.org/wiki/Model_View_Presenter
there's a simple model at: http://en.wikipedia.org/wiki/Model-view-controller
you can find a uml diagram of the model and view here: http://www.dofactory.com/Patterns/PatternObserver.aspx. the controller is sometimes in the gui.
there are some flavours of mvc: http://en.wikipedia.org/wiki/Presentation-abstraction-control, http://en.wikipedia.org/wiki/Model_View_Presenter
我使用了我自己的一个简单设计:
这是我在制作 Visio 类型图表时使用的。 这个简单的助记符很容易记住。
I use a simple one of my own devising:
This is for when I am doing a Visio type diagram. This simple mnemonic keeps it easy to remember.