CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 三层架构例子

搜索资源列表

  1. Delphi最新三层源码

    2下载:
  2. 随便说说最近项目中的三层架构吧。讲点实际的东西。我最讨厌空讲道理。网上讲道理的太多了,不喜欢举例子。 大多数文章中都或多或少的讲到了三层架构。表示层,业务层,数据层。又把业务层再细分,分为外观服务层,主业务服务,及数据库库服务层。 今天主要讨论一下业务层吧。举个最简单的例子。客户端获取数据。 -idle recent projects in the three tiers of it. Say something concrete things. I hated most spa
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:1874100
    • 提供者:小生
  1. jiagou

    0下载:
  2. 用三层架构写的用户登录的简单例子 适合C#初学者
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:22619
    • 提供者:吴银华
  1. zxscjgsj

    0下载:
  2. 大多数文章中都或多或少的讲到了三层架构。表示层,业务层,数据层。又把业务层再细分,分为外观服务层,主业务服务,及数据库库服务层。 今天主要讨论一下业务层吧。举个最简单的例子。客户端获取数据。
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:1733605
    • 提供者:谭胜平
  1. BookShop

    1下载:
  2. C#三层架构实例图书商城系统,VS2005环境,数据库SQL2005,学习C#三层架构的好例子,因程序中商品太多,占用较大空间,因此删除了一些,这不影响你了解三层架构的原理和程序运行。
  3. 所属分类:C#编程

    • 发布日期:2013-01-08
    • 文件大小:3827215
    • 提供者:allen
  1. baoming_yusheng

    0下载:
  2. 基于.net 的在线报名系统 。该系统主要是基于.net 的在线报名系统.基于三层架构。是入门的好例子 -Based on. Net online application system. The system is mainly based on. Net online application system. Based on the three-tier structure. Is a good example of entry
  3. 所属分类:.net

    • 发布日期:2017-03-27
    • 文件大小:72050
    • 提供者:黄跃跃
  1. NHibernateDemo

    0下载:
  2. 一个简单的Nhibernate例子 ,三层架构,入门不做,注释加的挺详细的-simple nhibernate example for newcomer
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:1948798
    • 提供者:fotox
  1. 0123

    0下载:
  2. 很好的三层架构的例子,里面有三个范例,对初学者有很好的帮助。-A good example of three-tier architecture, which has three examples, there is very good for beginners to help.
  3. 所属分类:.net

    • 发布日期:2017-05-09
    • 文件大小:1566610
    • 提供者:陈文良
  1. MvcExamples

    0下载:
  2. 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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:2966459
    • 提供者:superMVC
  1. three_layer

    0下载:
  2. 一个简单的三层架构例子,有工厂模式,可以帮助了解编写三层架构程序。- you can use the factory to write a process after reading the process.And you will know it is so easy to write a similar process.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:297009
    • 提供者:枫叶
  1. ThreeLayerTest

    0下载:
  2. 三层架构的一个例子 很通俗的讲述了三层的基本结构 代码命名规范注释详细
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:542363
    • 提供者:董强
  1. asummaryofThreetiersystem

    0下载:
  2. 三层架构的应用说明讲解。 以教务系统为例子。-The three-tier application notes explain. In educational administration system as an example.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:23677
    • 提供者:near
  1. 20100108093658

    0下载:
  2. 最适合入门学习的三层架构例子,采用vs2008,c#-Introduction to learning the best example of three-tier architecture
  3. 所属分类:.net

    • 发布日期:2017-04-25
    • 文件大小:214548
    • 提供者:孙宁
  1. GoodwebShop

    0下载:
  2. 学三层架构入门的例子,不学后悔,我们公司现在用的是四层,不过是基于三层开发的,也就是多了个公共接口层-Examples of three-tier school entry, regret not learning, we now use the four-story, but is based on the three-tier development, that is more than a common interface layer
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:3881871
    • 提供者:黄轩
  1. NHibernateauser-management-system

    0下载:
  2. NHibernate三层简单用户管理系统,这是老师教授NHibernate三层架构时的例子,很经典,对学习面向对象很有帮助。-NHibernate three simple user management system, which is when the teacher teach NHibernate example of three-tier architecture, classic, very helpful for learning object-oriented.
  3. 所属分类:CSharp

    • 发布日期:2017-05-23
    • 文件大小:7258293
    • 提供者:吴凡
  1. The-best-.Net-three-layer

    0下载:
  2. 这是我见过的最好的.net三层架构实例(源代码),对于想学.net和三层架构的人来说,简直是必须的。只要你把这个例子学习好,那你的三层架构肯定就没问题了。欢迎大家下载学习-This is the best I have seen the .Net three layer architecture examples (with source code ), for want to learn .Net and a three layer architecture, it is a must. As
  3. 所属分类:.net

    • 发布日期:2017-05-20
    • 文件大小:5957606
    • 提供者:小邓
  1. delphi_BUP

    0下载:
  2. delphi三层架构简单例子 -delphi three delphi three delphi three
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:2187
    • 提供者:刘宪飞
  1. iBatis

    0下载:
  2. ibatis三层架构 例子,让你迅速掌握ibatis,搭建页面层、逻辑层、数据层。-ibatis ibatis ibatis
  3. 所属分类:CSharp

    • 发布日期:2017-05-12
    • 文件大小:2831168
    • 提供者:高天
  1. 讲解三层架构的小例子

    0下载:
  2. 非常详细的讲解了三层架构的基本知识,适合入门学生学习!
  3. 所属分类:网络编程

  1. delphi三层架构例子

    5下载:
  2. 一个用Delphi实现三层架构的服务器端例子(含源码),可直接使用。(A Delphi implementation of the three tier server side examples (including source code), can be used directly.)
  3. 所属分类:Delphi控件源码

    • 发布日期:2019-03-26
    • 文件大小:489472
    • 提供者:viwen686
  1. delphi 三层架构

    1下载:
  2. 这里面是结合服务端和客户端的delph三层架构的例子
  3. 所属分类:Telnet服务器

« 12 »
搜珍网 www.dssz.com