mvc

  • n.犬小病毒
  • 网络控制器;设计模式(Model View Control);模型-视图-控制

mvcmvc

mvc

控制器

控制器是模型视图控制器 (MVC) 设计模式的 lynchpins。 它们是在前面行第一次接收客户端的请求和然后将请求转换成应用程 …

设计模式(Model View Control)

MVCModel View Control)中的Model包含了复杂的业务逻辑和数据逻辑,以及数据存取机制(如JDBC的连接、SQL生成和St…

模型-视图-控制

使用 Zend Framework 实现 SOAP 服务 ... i18n: 国际化 MVC模型-视图-控制 OOP: 面向对象编程 ...

模型-视图-控制器(Model View Controller)

利用 SVG 在 Web 应用程序中创建客户端图表交互 ... JPEG: 联合图像专家组 MVC模型视图控制器 PNG: 便携式网络图像 ...

1
Hence, one cannot strictly compare Eclipse's MVC implementation with that of the Web or any other application type. 所以,不能严格地把Eclipse的MVC实现与Web或其他应用程序类型的MVC进行比较。
2
The general idea behind the workings of a PHP framework is referred to as Model View Controller (MVC). PHP开发框架背后的思想被称为“模型—视图—控制器”(MVC)。
3
For a real-world scenario, an architecture with a clear separation of the Model View Controller (MVC) parts would be appropriate. 对于真实场景,对ModelViewController(MVC)部分进行清晰分离的架构要相对合适一点。
4
The biggest strength of the MVC framework is the fact that it is a web ui framework that can stay out of your way as a developer. MVC最大的优点在于它不是一个会影响开发人员开发方式的WebUI框架。
5
My primary complaint with existing MVC frameworks was that they magicked away too much, and tried to hide the HTTP layer. 我对现有的MVC框架感到最不爽的地方就是他们出来的快,消失的也快,而且还隐藏了HTTP层。
6
this seem to be because of the use the MVC pattern in this framework which force the code to be very structured. 这似乎是因为框架里使用了MVC模式,这迫使代码非常结构化。
7
Each piece of the MVC architecture is well defined and self-contained, which is referred to as the separation of concerns. MVC体系结构的每一部分都是定义良好和自包含的,这称为关系分离。
8
As you probably know, Struts is one of the most widely adopted MVC frameworks in the market today. 正如您可能了解的一样,Struts是目前市场中采用最为广泛的一种MVC框架。
9
I'm going to use a simple e-commerce store application to help illustrate how the ASP. NET MVC Framework works. 我将用一个简单的网上商店应用程序来演示ASP.netMVC框架的工作原理。
10
I ve also explained some of the most common uses for Servlet filters and touched on how filters fit into a traditional MVC architecture. 本文还阐述了Servlet过滤器的一些最普遍应用,并提到了过滤器如何适应传统的MVC体系结构。
11
But, to reduce the number of extra packages the sample application requires, I roll my own MVC pattern, shown in Listing 7. 但是,为了减少样例应用程序要求使用的附加软件包的数目,我启动了自己的MVC模式,如清单7所示。
12
Interactions with an MVC application follow a natural cycle of user actions and view updates, where the view is assumed to be stateless. 与一个MVC应用程序的交互遵循了用户动作和视图更替(这里假设视图是无状态的)的自然周期。
13
The goal of this tutorial was to discuss one approach to performing validation in an ASP. NET MVC application. 这篇指南讨论了如何在ASP.NETMVC应用程序中执行验证的另一种方法。
14
Now that we understand how all that works in concept, let's actually create an application that does it. 现在,在概念上了解了MVC的工作原理后,让我们实际地创建一个应用程序来实践下。
15
A Model-View-Controller (MVC) architecture is a way of separating data entered in a form from its actual screen representation. Model-View-Controller(MVC)体系结构是把输入表单的数据和具体的屏幕表示分离开来的一种方式。
16
They provide a strong organization for your application and follow the commonly used MVC pattern. 它们为你的应用程序提供了很强的组织性,且能符合流行的MVC模式规范。
17
Are there any other projects that you see as competing with or complementing MVC Contrib? 有没有你们认为是与MVCContrib竞争或是可以作为补充的项目?
18
I'll get you started this month with an architectural overview of JSF and a working example demonstrating the fundamentals of MVC and JSF. 本期一开始,我将给出JSF的一个结构上的概述和一个实际的例子,演示了MVC和JSF的基础。
19
What the MVC-for-the-Web crowd is really trying to achieve is a clear separation of concerns. MVC-for-the-Web实际上试图完成的是关注点的明确分离。
20
MVC Contrib is slightly more than a year old and is nearing its first production-grade release. 目前MVCContrib已经一岁多了,第一个生产环境版本也即将发布。
21
The model-view-controller (MVC) design pattern is frequently used in portlet coding, as it is in Java servlet coding. 与Javaservlet编码中一样,portlet编码中也经常使用模型-视图-控制器(MVC)设计模式。
22
The JSPX files are generated by a controller command that converts a simple JAR-based application to a Spring MVC web application. JSPX文件由一个控制器命令生成,该命令将简单的基于JAR的应用程序转换为SpringMVCWeb应用程序。
23
Notice that I just mock up some flight data in a HashMap rather than setting up the full MVC infrastructure. 注意我仅仅模仿了HashMap中的一些机载数据,而不是设置完整的MVC基础设施。
24
MVC is all about proper separation of concerns. MVC最重要的就是合理的分离关注点。
25
A good understanding of what lies behind MVC can help put the features of the framework into context as we continue through the book. 杰出地懂得MVC背后的器材,有助于在浏览本书的过程中把这个框架的特点放到相干的语境中。
26
NET MVC's default routing convention is to treat the segment of a URL after the action method name as a parameter named "ID" . NETMVC的默认路由规范就是将链接中跟在动作方法名称后面的链接作为一个名为“ID”的参数。
27
One of the key features is the ability to create custom views that are responsible for rendering output for specific tasks. MVC框架的一个关键特性是提供了一种为特定任务生成内容而创建自定义视图(View)的能力。
28
By re-engineering process of a legacy system middleware, the model is proved to be practicable and effective. 将该方法应用到遗留系统数据中间件中,证明了MVC模式的实用性和有效性。
29
You should also be at least passingly familiar with the MVC architecture. 我们至少还应该顺便熟悉一下MVC架构。
30
The techniques are simple enough to learn, and that's really why I wrote the book - to make it easier for others to use TDD in ASP. NET MVC. 这种技术很容易学习,而且也是我写这本书的原因——让其他人更易于在MVC的开发中使用TDD。