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系統所有必要步驟