登录
首页 » Java » school

school

于 2009-12-28 发布 文件大小:5339KB
0 267
下载积分: 1 下载次数: 15

代码说明:

  这是本人的j2ee期末课程设计,是根据校方需求,为其所作的学校事务及教学信息管理系统,可以进行后台登陆的增删改查。功能比较完善。(This is the end of my j2ee curriculum design is based on school needs, for the school affairs and teaching information management system, can change the background investigation landing deletions. Function relatively perfect.)

文件列表:

schooloa
........\.classpath
........\.mymetadata
........\.myumldata
........\.project
........\CVS
........\...\Entries
........\...\Repository
........\...\Root
........\src
........\...\ApplicationContext.xml
........\...\com
........\...\...\CVS
........\...\...\...\Entries
........\...\...\...\Repository
........\...\...\...\Root
........\...\...\TestSpring.java
........\...\...\yondor
........\...\...\......\CVS
........\...\...\......\...\Entries
........\...\...\......\...\Repository
........\...\...\......\...\Root
........\...\...\......\oa
........\...\...\......\..\common
........\...\...\......\..\......\constant
........\...\...\......\..\......\........\ConstantBean.java
........\...\...\......\..\......\........\ConstantVO.java
........\...\...\......\..\......\........\CVS
........\...\...\......\..\......\........\...\Entries
........\...\...\......\..\......\........\...\Repository
........\...\...\......\..\......\........\...\Root
........\...\...\......\..\......\........\ForwardType.java
........\...\...\......\..\......\........\MsgType.java
........\...\...\......\..\......\........\Property.java
........\...\...\......\..\......\........\Resources.java
........\...\...\......\..\......\........\SysParamLib.java
........\...\...\......\..\......\CVS
........\...\...\......\..\......\...\Entries
........\...\...\......\..\......\...\Repository
........\...\...\......\..\......\...\Root
........\...\...\......\..\......\tag
........\...\...\......\..\......\...\CVS
........\...\...\......\..\......\...\...\Entries
........\...\...\......\..\......\...\...\Repository
........\...\...\......\..\......\...\...\Root
........\...\...\......\..\......\...\HelloTag.java
........\...\...\......\..\......\utils
........\...\...\......\..\......\.....\BeanManage.java
........\...\...\......\..\......\.....\BulidTag.java
........\...\...\......\..\......\.....\CVS
........\...\...\......\..\......\.....\...\Entries
........\...\...\......\..\......\.....\...\Repository
........\...\...\......\..\......\.....\...\Root
........\...\...\......\..\......\.....\DateUtil.java
........\...\...\......\..\......\.....\PageList.java
........\...\...\......\..\......\.....\PageTool.java
........\...\...\......\..\CVS
........\...\...\......\..\...\Entries
........\...\...\......\..\...\Repository
........\...\...\......\..\...\Root
........\...\...\......\..\db
........\...\...\......\..\..\base
........\...\...\......\..\..\....\BaseDAO.java
........\...\...\......\..\..\....\CVS
........\...\...\......\..\..\....\...\Entries
........\...\...\......\..\..\....\...\Repository
........\...\...\......\..\..\....\...\Root
........\...\...\......\..\..\bbsuser
........\...\...\......\..\..\.......\CVS
........\...\...\......\..\..\.......\...\Entries
........\...\...\......\..\..\.......\...\Repository
........\...\...\......\..\..\.......\...\Root
........\...\...\......\..\..\.......\dao
........\...\...\......\..\..\.......\...\Bbsuser.hbm.xml
........\...\...\......\..\..\.......\...\Bbsuser.java
........\...\...\......\..\..\.......\...\BbsuserDAO.java
........\...\...\......\..\..\.......\...\BbsuserVO.java
........\...\...\......\..\..\.......\...\CVS
........\...\...\......\..\..\.......\...\...\Entries
........\...\...\......\..\..\.......\...\...\Repository
........\...\...\......\..\..\.......\...\...\Root
........\...\...\......\..\..\content
........\...\...\......\..\..\.......\CVS
........\...\...\......\..\..\.......\...\Entries
........\...\...\......\..\..\.......\...\Repository
........\...\...\......\..\..\.......\...\Root
........\...\...\......\..\..\.......\dao
........\...\...\......\..\..\.......\...\Content.hbm.xml
........\...\...\......\..\..\.......\...\Content.java
........\...\...\......\..\..\.......\...\ContentDAO.java
........\...\...\......\..\..\.......\...\ContentVO.java
........\...\...\......\..\..\.......\...\CVS
........\...\...\......\..\..\.......\...\...\Entries
........\...\...\......\..\..\.......\...\...\Repository
........\...\...\......\..\..\.......\...\...\Root
........\...\...\......\..\..\CVS
........\...\...\......\..\..\...\Entries
........\...\...\......\..\..\...\Repository
........\...\...\......\..\..\...\Root
........\...\...\......\..\..\equipmentapply

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

发表评论

0 个回复

  • jisuanqi
    初学java者实现一个小型的计算器的源代码(Beginners who achieved a small java source code calculator)
    2011-05-06 20:46:36下载
    积分:1
  • JAVA_TANK
    一个Java3d做的坦克游戏,短小精悍,建议用java反编译器从class文件中反编译出源文件(Do a Java3d tank game, dapper, recommended against using java class file from the compiler to decompile the source file)
    2010-06-23 13:23:03下载
    积分:1
  • VideoViewActivity
    This is a java class file of an android project
    2017-06-27 07:51:26下载
    积分:1
  • ex01
    1.1 作业描述 设计一个生成和显示时间的分布式应用程序,实现以下功能: 1、 一个服务器生成时间,并在多个不同节点的客户端上显示。 2、 客户端有多种时间显示方式,如模拟时钟、数字时钟。 1.2 作业要求 下面是设计时需要满足的四个要求: 1、 打破客户端和服务器开发过程中的紧耦合。 2、 打破客户端和服务器运行时的紧耦合,即不需要固定的机器,不限制客户端的数目等。 3、 允许客户端显示不同的事件。 4、 使用RPC机制或RMI机制。 (1.1 Design a job description to generate and display time distributed applications, the following functions: 1, a time server generates and displays on the client several different nodes. 2, the client has a variety of time display, such as an analog clock, a digital clock. 1.2 Operating Requirements The following is required to meet four design requirements: 1, breaking client and server development process tightly coupled. 2, breaking the tight coupling client and server runtime that does not require a fixed machine, does not limit the number of clients and so on. 3, allows clients to display different events. 4, using the RPC mechanism or RMI mechanism.)
    2014-01-22 16:18:51下载
    积分:1
  • SsaRenamer
    Complete transformation to SSA form by renaming all registers accessed.<p>.
    2013-11-04 09:33:21下载
    积分:1
  • 用Java vue实现的电商后台管理
    【实例简介】用Java vue实现的电商后台管理
    2021-12-18 00:31:16下载
    积分:1
  • tut-rest-master
    You re creating an API that clients need to consume across the web. You want to open up your organization s data to consumption by varied clients across the web. You need to integrate your application with other applications inside your own organization, but you don t have control over the languages, tools, or frameworks for those applications.
    2014-03-18 11:30:50下载
    积分:1
  • C3O0Jar
    说明:  c3p0数据库连接jar,有需要其他的可以联系up(the connector of DB by c3p0)
    2019-05-02 15:47:38下载
    积分:1
  • Ft
    说明:  MIDP2.0的基本应用,包括铺图,精灵的逻辑处理,的一款坦克大战小游戏(MIDP2.0 basic applications, including shop plans, the wizard of logic, of a Battle City game)
    2010-10-25 19:05:23下载
    积分:1
  • org.eclipse
    test my program hello world zheng
    2013-12-25 03:18:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载