登录
首页 » Java » ddvip_com_0337499a9ecfc5

ddvip_com_0337499a9ecfc5

于 2008-09-25 发布 文件大小:261KB
0 172
下载积分: 1 下载次数: 0

代码说明:

说明:  本系统采用struts+spring+hibernate架构,重在讲述三者结合在一起的应用开发,所有源程序都有详细的注释,供入门者学生参考,未经作者允许不得用于商业用途,只能用于教学或个人学习。 程序只是整个系统中的一个模块,用于和各位程序爱好者交流之用。 使用方法: (1)在oracle数据库中运行数据库脚本文件cnc.sql. (2)用eclipse(或其它开发工具)直接导入工程. (3)将spring配置文件applicationContext.xml中数据库连接地址改为您自已的地址。 (4)部署到tomcat服务器中即可运行(jdk1.5以上). 用户名和密码均为:admin(The system uses struts+ Spring+ Hibernate framework, focusing on the three combined application development, all have detailed source notes, for beginners to students without author permit shall not be used for commercial purposes, can only be used in teaching or individual learning. Procedures for the entire system is only one of the modules, and all procedures for lovers to exchange purposes. Usage: (1) in the oracle database to run the database script file cnc.sql. (2) to use eclipse (or other development tools) directly into the project. (3) spring configuration file applicationContext.xml in the database connection address changed your own address. (4) deployed to the tomcat server to run (jdk1.5 and above). A user name and password are: admin)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • spring-study
    spring学习程序,用于学习新技术,使用JAVA语言,IDEA环境(spring study procedure, use java)
    2020-06-21 17:40:01下载
    积分:1
  • WEBServer
    tomcat 分发tomcat 分发tomcat 分发tomcat 分发tomcat 分发tomcat 分发tomcat 分发tomcat 分发(tomcat distributiontomcat distributiontomcat distributiontomcat distributiontomcat distributiontomcat distributiontomcat distribution)
    2009-02-05 17:40:21下载
    积分:1
  • weblogic基本概念
    WebLogic 应用服务器有如下几个基本概念:  Domain: 域是个逻辑概念,用来组织管理一系列的应用服务器实例,也就是下面要解释的server. 域是WebLogic应用服务器中最大的概念,WebLogic应用服务器启动的时候就是以某个域来启动的,它有一个中心配置文件叫config.xml. A domain is the basic administration unit for WebLogic Server instances (servers) that is represented in its own configuration file (config.xml). A domain consists of one or more servers (and their associated resources) that you manage with a single Administration Server. Cluster: 族也是一个逻辑概念,用来分组用途相同的服务器实例,一个域中可以有多个族。 A cluster is a deployment in which multiple WebLogic Server instances (servers) run simultaneously and work together to provide increased scalability and reliability. A cluster appears to clients to be a single WebLogic Server instance. The servers that constitute a cluster can run on the same machine, or be located on different machines. Machine: 机器是物理上的概念,代表一台运行WebLogic应用服务器的实在的机器,包括其IP地址等信息。一个域中可以包括多台机器。(同一台机器可以属于不同的域吗?) A machine is the logical representation of the computer that hosts one or more WebLogic Server instances (servers). WebLogic Server uses configured machine names to determine the optimum server in a cluster to which certain tasks, such as HTTP session replication, are delegated. The Administration Server uses the machine definition in conjunction with the Node Manager application to start remote servers. Server: 服务器,也就是一个应用服务器的实例,用来部署和运行各种J2EE应用程序,也可以来配置各种服务程序。它是WebLogic应用服务器的基本服务单元。一个WebLogic域中一般有一个管理服务器和多个被管理服务器。也就是下面我们要谈到的两个概念。  A server is an instance of WebLogic Server that runs in its own Java Virtual Machine (JVM) and has its own configuration. Each WebLogic Server domain must have one server that acts as the Administration Server. In a typical production environment, the Administration Server is where the Administration Console is run and used to perform administrative tasks. By default, the Administration Server is called myserver. A typical production environment may also have one or more Managed Servers, which are instances of WebLogic Server used to host enterprise applications. Administrative Server: 管理服务器是用来管理配置域的中心点,一般来说,管理服务器上是不部署应用程序的,而是用来统一管理、配置、监控被管理服务器以及部署应用程序到被管理服务器上。一个域中有一台管理服务器。 Managed Server: 被管理服务器是用来部署运行各种应用程序的。一个域中有一台或多台被管理服务器。 Node Manager: 节点管理器是一个单独运行的后台程序,一般运行在被管理服务器的机器上,用来提供远程启动和停止服务器(Server)的功能。
    2014-02-28下载
    积分:1
  • TCP_Java
    实现了用Java语言实现TCP协议的传输。(TCP protocol using Java language transmission.)
    2013-11-09 13:04:50下载
    积分:1
  • Jackess 3.0.1
    Java微软Access工具,用于读取或创建微软Access数据库文件,支持1997-2019全部版本。(Java Microsoft Access tool, used to read or create Microsoft Access database files, supporting all versions of 1997-2019.)
    2019-05-14 18:23:32下载
    积分:1
  • aidl
    夸进程调用,顾名思义,是一个夸进程调用别的程序。(The boast process called, by definition, is a boast process calls other procedures.)
    2013-04-16 08:53:24下载
    积分:1
  • man
    编写一个接口ICaculatable 接口中有一个doCaculte()方法 要求三个类BlackMan WhiteMan YellowMan实现这个方法 BlackMan 实现从控制台输入5个数 排序(正排)输出 WhiteMan 实现从控制台输入5个数 排序(倒排) YellowMan 实现从控制台输入5个数 计算总和 输出 写出一个测试类来测试以上类的功能。 测试类中要有void solveProblem(ICaculatable obj)方法进行测试 要求以上类在不同的包当中。(The preparation of an interface, there is a ICaculatable interface doCaculte () method requires three types of BlackMan WhiteMan YellowMan method to achieve this BlackMan input from the console 5, the number of sort (being ranked) output from the console WhiteMan enter the number 5 ranking (inverted ) YellowMan input from the console 5, the number of calculation of the sum of the output type to write a test to test the functions of the above categories. Test category must be void solveProblem (ICaculatable obj) method of the above testing requirements in different types of packages were.)
    2009-05-16 22:17:27下载
    积分:1
  • Java---lessons
    一本比较简单的java入门教程,为初学java的便宜提供了一个比较低的门槛(A relatively simple java introductory tutorial provides a low threshold for beginner java cheaper)
    2012-12-30 16:49:58下载
    积分:1
  • springCloud入门必读
    说明:  springcloud 微服务架构,初学者可以通过此书快速理解微服务。(Microservice architecture, beginners can quickly understand microservices through this book.)
    2020-04-26 16:00:26下载
    积分:1
  • Snake
    说明:  贪吃蛇小游戏,电脑桌面版小游戏,视频教程实例,基于java编程的小游戏(Snake Game, Computer Desktop Game, Video Tutorial Examples, Game Based on Java Programming)
    2019-10-15 00:20:51下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载