登录
首页 » Java » school

school

于 2009-12-28 发布 文件大小:5339KB
0 230
下载积分: 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 个回复

  • ManageSystem
    一个采用Java语言开发的学生信息管理系统,项目实训时所写(A student information management system developed in Java language. Written during the project training)
    2020-06-22 15:00:02下载
    积分:1
  • 时钟 走动
    一个应用线程实现指针运动的指针时钟程序。程序应用绘制函数时钟面板,根据线程休眠时间间隔,每隔1000ms进行一次重绘。程序通过获取系统时间函数并加以计算个指针位置,再利用绘制函数将其绘制在面板上,通过设置指针长度及颜色,实现时针、分针、秒针的区分。次外,通过获取窗体大小,设置圆面圆心坐标及半径,可依据窗口大小动态划分圆面大小,并动态绘制刻度点位置。(A pointer clock program that uses threads to implement pointer movement. The program draws the function clock panel and redraws it every 1000ms according to the interval of thread dormancy. The program obtains the system time function and calculates the position of a pointer, then draws it on the panel by drawing function. By setting the length and color of the pointer, it achieves the distinction of clockwise, minute and secondhand. Secondly, by acquiring the size of the form and setting the coordinates and radius of the circle center, the circle size can be dynamically divided according to the size of the window, and the location of the scale points can be dynamically plotted.)
    2020-06-19 19:00:01下载
    积分:1
  • iemlementation
    由java实现的分子量分解算法,可对一个给定的整数(By the molecular weight of the Java implementation decomposition algorithm, it can be for a given integer)
    2017-05-30 09:41:17下载
    积分:1
  • mannheim-compass
    用于无线定位的技术 使用loclib loceva lunite (wareless sensor network location)
    2012-12-23 00:17:53下载
    积分:1
  • text
    说明:  NetBeans8.2连接mysql数据库测试文档(NetBeans 8.2 Connect Mysql Database Test Document)
    2019-06-10 15:32:51下载
    积分:1
  • MyCalendar
    Java万年历系统,带有记事本功能,界面友好,代码注释详细,适合初学者借鉴学习。(The Calendar with NotePad。)
    2012-02-27 16:07:51下载
    积分:1
  • BluetoothAudioGateway
    Listens for incoming RFCOMM connection for the headset / handsfree service.
    2013-11-07 11:50:21下载
    积分:1
  • Calculator
    java代码写的大数操作,主要实现大数的加减乘除。。值得一看。。(java code written in large numbers operation, the main achievement of large numbers of arithmetic. . Worth a visit. .)
    2013-06-20 22:04:18下载
    积分:1
  • lexical-011
    The following words are used as keywords in proposed extensions and are therefore reserved to allow for the possibility of future adoption of those extensions.
    2013-12-25 10:49:21下载
    积分:1
  • 仓库管理系统
    说明:  仓库管理系统主要包括以下功能。 1. 仓库管理:主要实现对仓库进货、出货、商品调拨和商品图片信息进行管理 2. 商品查询:主要实现查询商品的库存情况,对商品的调拨、进货、出货、缺货情况和商评的图片信息做出记录 3. 系统设置:系统设置实现供应商信息、仓库信息和账号信息的添加、删除和修改。(The warehouse management system mainly includes the following functions. 1. Warehouse management: mainly realizes the management of warehouse purchase, delivery, commodity allocation and commodity picture information. 2. Commodity inquiry: Mainly to inquire about the inventory of commodities, and record the allocation, purchase, delivery, stock out and the picture information of the evaluation of commodities. 3. System settings: System settings can add, delete and modify supplier information, warehouse information and account information.)
    2019-06-03 09:09:56下载
    积分:1
  • 696518资源总数
  • 106259会员总数
  • 28今日下载