搜索资源列表
JSP+Servlet+JavaBean(MVC)1
- 一个学习MVC的很好的实例 此项目以JSP、servlet、JavaBean实现MVC三层架构,*仅供参考* 环境:eclipse_3.2、myeclipse_5.1、jdk_6.0、tomcat_5.5、数据库sql server 2005 为方便调试,未设置默认首页,请从bookworm.jsp登陆 数据库端口、帐户、密码等可能有所不同,请到BookStore\\WebRoot\\WEB-INF下的 connection.xml文件中更改配置
JSP+Servlet+JavaBean(MVC)
- 此项目以JSP、servlet、JavaBean实现MVC三层架构.
mvc 三层架构实例
- 基于mvc的三层架构实例
MVC.rar
- .net三层架构实例数据库开发实例,适合初学者,mvc example
2005
- 学生公寓管理系统使用说明: 1.服务器运行环境 SQL 2000 .NET FRAMEWORK 1.1 .NET FRAMEWORK 1.1 CHINESE (SIMPLIFIED) LANGUAGE WINDOWS信使 IIS 开发环境:Windows XP Microsoft Visual Studio .NET 2003 SQL Server 2000 2.使用方法 附数据库Manage,文件夹为D
2009
- 本系统是新华社内部信息管理系统,在本系统中主要是处理信息(资料)的管理,主要的操作有列表显示资料信息、添加资料、修改资料、删除资料。为了资料的管理权限化、规范化、明确化。在本系统中用户管理一块,主要操作有列表用户信息、添加用户、修改用户、删除用户。为了方便用户对资料的管理和查找,本系统增添了资料检索模块,主要可以对资料的标题、内容、创建人、创建时间进行检索。此外,为了系统的可扩展性,预留了资料分类管理模块,该模块在本版本中还没实现。本系统采用MVC三层架构的模式,在开发过程中使用Struts和H
DesignPatterns
- 大话设计模式,一本很短的书。通过简单的几个例子,来说明三层架构和工厂设计的重要性,值得喜欢编程的同志们一读。-Lying the design model, a very short book. Several simple examples to illustrate the three-tier structure and the importance of plant design, it is like programming a time comrades.
design
- 这是一本讲述c#设计模式的书籍,比如三层架构设计模式,并通过一个实例讲述了如何运用这种模式来设计系统-This is on a c# design pattern books, such as three-tier architecture model, and through an example about how to use this model to design the system
asp.netmvc
- asp.net mvc后台管理系统 数据库 适合三层架构开发
MvcExamples
- MVC+Linq 的代码例子本程序主要通过一个产品的添加、修改及用户注册登录等来演示MVC的使用,主要针对 MVC和三层架构入门人员 数据实现了列表并分页 App_Data下为Sql2005数据库,采用的是|DataDirectory|\方式调用,直接使用即可-MVC+ Linq code examples of this process, mainly through the addition of a product, modify the registry, such as
tyre
- 一个完整的轮胎进销存销售软件源码,采用access数据库,MVC三层架构-Invoicing a complete tire sales software source code, using access database, MVC three-tier structure
53959682JSPpServletpJavaBean(MVC)
- 此项目以JSP、servlet、JavaBean实现MVC三层架构,*仅供参考* 环境:eclipse_3.2、myeclipse_5.1、jdk_6.0、tomcat_5.5、数据库sql server 2005 为方便调试,未设置默认首页,请从bookworm.jsp登陆 数据库端口、帐户、密码等可能有所不同,请到BookStore\WebRoot\WEB-INF下的 connection.xml文件中更改配置-This item to JSP, se
MVC
- MVC三层架构实例,本实验是一个根据身高和体重数据来衡量体重状况的程序。该程序是基于MVC框架开发的,程序代码包含3个文件,分别是:Model_Bean.java, view.jsp 和Controller_Servlet.java。-Three-tier MVC instance, the experiment is based on height and weight data of a measure of weight status of the program. The program
LiveText20111020
- asp.net+mssql+存储过程+三层架构+mvc留言板 -asp.net+ mssql+ stored procedures+ three-tier architecture+ mvc message board
BeijixingBlog
- asp三层架构mvc北极星博客网站源码下载-failed to translate
Select_course
- 本系统实现了基本的学生选课操作,主要用的的技术包括:MVC三层架构开发模式,即JSP+JavaBean+servlet三层结构,包含数据库的设计(This system has realized the basic student elective course operation, mainly uses the technology including: MVC three layer structure development pattern, namely JSP+JavaBean+se
C#图书管理系统(MVC三层架构)
- 三层架构写的简单的图书管理系统,内有内容描述。(The simple book management system written by the three tier architecture has a content descr iption.)
MVC框架代码生成器
- 根据数据库可自动生成三层架构的mvc代码(Automatic generation of MVC code for three layers of architecture based on Database)
三层架构
- 采用三层结构对数据进行简单的添加删除操作,MVC三层入门的简单例子