mvc

mvc

 英

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

英汉解释

n.
1.
犬小病毒

例句

Hence, one cannot strictly compare Eclipse's MVC implementation with that of the Web or any other application type.

所以不能严格地EclipseMVC实现Web其他应用程序类型MVC进行比较

The general idea behind the workings of a PHP framework is referred to as Model View Controller (MVC).

PHP开发框架背后思想称为模型视图控制器”(MVC)。

For a real-world scenario, an architecture with a clear separation of the Model View Controller (MVC) parts would be appropriate.

对于真实场景ModelViewControllerMVC部分进行清晰分离架构相对合适一点

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框架

My primary complaint with existing MVC frameworks was that they magicked away too much, and tried to hide the HTTP layer.

现有MVC框架感到不爽地方就是他们出来消失而且隐藏HTTP

this seem to be because of the use the MVC pattern in this framework which force the code to be very structured.

似乎因为框架使用MVC模式迫使代码非常结构化

Each piece of the MVC architecture is well defined and self-contained, which is referred to as the separation of concerns.

MVC体系结构每一部分定义良好包含称为关系分离

As you probably know, Struts is one of the most widely adopted MVC frameworks in the market today.

正如可能了解一样Struts目前市场采用最为广泛一种MVC框架

I'm going to use a simple e-commerce store application to help illustrate how the ASP. NET MVC Framework works.

一个简单网上商店应用程序演示ASP.netMVC框架工作原理

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体系结构

But, to reduce the number of extra packages the sample application requires, I roll my own MVC pattern, shown in Listing 7.

但是为了减少样例应用程序要求使用附加软件包数目启动自己MVC模式清单7所示

Interactions with an MVC application follow a natural cycle of user actions and view updates, where the view is assumed to be stateless.

一个MVC应用程序交互遵循用户动作视图更替这里假设视图无状态自然周期

The goal of this tutorial was to discuss one approach to performing validation in an ASP. NET MVC application.

指南讨论如何ASP.NETMVC应用程序执行验证一种方法

Now that we understand how all that works in concept, let's actually create an application that does it.

现在概念了解MVC工作原理我们实际创建一个应用程序实践

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体系结构输入数据具体屏幕表示分离开来一种方式

They provide a strong organization for your application and follow the commonly used MVC pattern.

它们应用程序提供组织性符合流行MVC模式规范

Are there any other projects that you see as competing with or complementing MVC Contrib?

有没有你们认为MVCContrib竞争或是可以作为补充项目

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一个结构概述一个实际例子演示MVCJSF基础

What the MVC-for-the-Web crowd is really trying to achieve is a clear separation of concerns.

MVC-for-the-Web实际上试图完成关注明确分离

MVC Contrib is slightly more than a year old and is nearing its first production-grade release.

目前MVCContrib已经第一个生产环境版本即将发布

The model-view-controller (MVC) design pattern is frequently used in portlet coding, as it is in Java servlet coding.

Javaservlet编码一样portlet编码经常使用模型-视图-控制器MVC设计模式

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应用程序

Notice that I just mock up some flight data in a HashMap rather than setting up the full MVC infrastructure.

注意仅仅模仿HashMap一些机载数据不是设置完整MVC基础设施

MVC is all about proper separation of concerns.

MVC重要就是合理分离关注点

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背后器材有助于浏览过程这个框架特点相干语境

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参数

One of the key features is the ability to create custom views that are responsible for rendering output for specific tasks.

MVC框架一个关键特性提供一种特定任务生成内容创建定义视图View能力

By re-engineering process of a legacy system middleware, the model is proved to be practicable and effective.

方法应用遗留系统数据中间件证明MVC模式实用性有效性

You should also be at least passingly familiar with the MVC architecture.

我们至少应该顺便熟悉一下MVC架构

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

In the previous article in this series, you constructed an existing MVC pattern; now you can apply a web services architecture on top of it.

系列篇文章已经构建一个有的MVC模式现在可以这个模式基础应用Web服务体系结构

Turbine is an open-source MVC framework designed from scratch to work well with Velocity as the view component technology.

Turbine一种从头开始设计开放代码MVC框架可以使用Velocity作为视图组件技术

The goal of this tutorial is to describe one method of performing validation in an ASP. NET MVC application.

指南主要描述一种ASP.NETMVC应用程序执行验证方法

The typical way to create a view in ASP. NET MVC is to call an action method that uses the model to prepare the view data.

ASP.NETMVC创建视图典型方式调用一个action方法使用模型准备视图数据

Once you start thinking in terms of MVC, your perspective about and attitude toward PHP development changes radically.

一旦开始MVC思考PHP开发观点态度发生显著变化

To provide an implementation, I have designed a sample MVC pattern with a web service architecture applied to it.

为了提供实现设计一个应用Web服务体系结构MVC模式样本

However, implementing MVP will not benefit directly if the only goal is migration to MVC.

但是如果唯一目的就是迁移MVC的话MVP不会带来直接好处

As shown in Figure 4, the MVC pattern can be implemented at numerous levels throughout an application.

正如4MVC模式整个应用程序可以多个级别实现

MVC's model works through URL routing to specific controller methods and any operation routes back to a specific method in the controller.

MVC模型工作通过URL选择应该执行哪个指定控制器方法并且任何操作都会引导控制器特定方法

I'll take you through all the steps necessary to start from scratch to a full-blown MVC system.

你们弄清草案完成一个完善MVC系统所有必要步骤