登录
首页 » WORD » 0102010

0102010

于 2020-06-26 发布 文件大小:4851KB
0 215
下载积分: 1 下载次数: 4448

代码说明:

  大学工资管理系统(毕业论文)可以做毕业设计时参考(University Salary Management System (thesis) graduates can do the reference design)

文件列表:

test_online
...........\admin
...........\.....\admin_knowadd.jsp
...........\.....\admin_knowdel.jsp
...........\.....\admin_knowpoint.jsp
...........\.....\admin_main.jsp
...........\.....\admin_mn_test.jsp
...........\.....\admin_mn_test_add.jsp
...........\.....\admin_mn_test_del.jsp
...........\.....\admin_subject.jsp
...........\.....\admin_subjectadd.jsp
...........\.....\admin_subjectdel.jsp
...........\bottom.htm
...........\chart
...........\.....\abandon_session.jsp
...........\.....\common
...........\.....\......\input.htc
...........\.....\......\popwin.js
...........\.....\......\style.css
...........\.....\iframe
...........\.....\......\bot.htm
...........\.....\......\head.htm
...........\.....\......\left.jsp
...........\.....\images
...........\.....\......\0cir.gif
...........\.....\......\0cir_bl.gif
...........\.....\......\0cir_br.gif
...........\.....\......\0cir_r.gif
...........\.....\......\1px.gif
...........\.....\......\bg_bot.gif
...........\.....\......\bg_head.gif
...........\.....\......\bg_line.gif
...........\.....\......\bg_login_r.gif
...........\.....\......\bot_pic_login.gif
...........\.....\......\button_refresh.png
...........\.....\......\djt.gif
...........\.....\......\dot.gif
...........\.....\......\fk.gif
...........\.....\......\head_pic.gif
...........\.....\......\head_pic1.jpg
...........\.....\......\icon_bgxz.gif
...........\.....\......\icon_bszn.gif
...........\.....\......\icon_fwpy.gif
...........\.....\......\icon_fwpy1.gif
...........\.....\......\icon_shjd.gif
...........\.....\......\icon_spdj.gif
...........\.....\......\icon_splccx.gif
...........\.....\......\icon_syzn.gif
...........\.....\......\icon_xmdj.gif
...........\.....\......\jfreechart-18865.png
...........\.....\......\jt.gif
...........\.....\......\jt2.gif
...........\.....\......\main_background.png
...........\.....\......\more.gif
...........\.....\......\personinfo.gif
...........\.....\......\pic_error.gif
...........\.....\......\pic_msn_man.gif
...........\.....\......\pic_notice.gif
...........\.....\......\pic_reg_new.gif
...........\.....\......\pic_succe.gif
...........\.....\......\pic_title_login.gif
...........\.....\......\public_error_500x300.png
...........\.....\......\public_nodata_500x300.png
...........\.....\......\search.gif
...........\.....\......\spacer.png
...........\.....\......\top_bar.png
...........\.....\......\top_pic_login.bmp
...........\.....\......\top_pic_login.gif
...........\.....\......\top_pic_login1.gif
...........\.....\......\top_pic_login2.jpg
...........\.....\......\use.gif
...........\.....\......\xt.jpg
...........\.....\......\xt_h.jpg
...........\.....\index-frames.jsp
...........\.....\main.jsp
...........\.....\sample.css
...........\.....\stu_mn_chart.jsp
...........\.....\stu_mn_pie_chart.jsp
...........\.....\stu_sub_chart.jsp
...........\.....\temp





...........\.....\....\jfreechart-40163.png
...........\.....\....\jfreechart-40164.png
...........\.....\....\jfreechart-40165.png
...........\.....\....\jfreechart-40166.png
...........\.....\....\jfreechart-40167.png
...........\.....\....\jfreechart-40168.png
...........\.....\xy_area_chart.jsp
...........\.....\xy_area_chart1.jsp
...........\.....\xy_area_chart1.jsp.bak
...........\.....\xy_area_chart2.jsp
...........\.....\xy_area_chart2.jsp.bak
...........\CheckUser.jsp
...........\css.css
...........\Doc
...........\...\jh003.sql

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

发表评论

0 个回复

  • score-management
    一个基于纯C++的简单成绩管理系统,适合新手学习(A score management system based on a simple pure C++, suitable for beginners to learn)
    2014-05-05 10:30:17下载
    积分:1
  • jiaowuguanlixitong
    MFC ODBC ACCESS 高校教务管理系统(MFC ODBC ACCESS university educational administration management system)
    2012-12-27 10:00:57下载
    积分:1
  • 惯性导航精解算程序
    惯性导航姿态解算,附带程序详解,内容完全可以直接使用(Inertial navigation attitude calculation, with detailed procedures, the content can be used directly)
    2021-01-01 16:58:58下载
    积分:1
  • C_tushuguanguanlixitong
    一个纯C的图书馆管理系统,功能完善,包括会员管理和图书管理。(A pure C library management system, complete functions, including members of management and library management.)
    2013-10-30 00:15:18下载
    积分:1
  • project1
    设计一个简单的学生管理系统(StudentManager)。主要功能包括: 学生信息的录入。主要包括:学号(no)、姓名(name)、年龄(age)、性别(gender)等; 学生信息的查询。根据学号、姓名、年龄和性别等查询学生的信息。注意:查询结果可能不唯一。 学生信息的修改。根据学号查询到指定学生的信息,再用新的内容替换。 学生信息的删除。根据学号删除指定学生的信息。 设计时,采用层次化设计法,将类分为界面层(ui)、功能层(business)和持久层(persistence)3层,放在不同子包中。整个系统的代码放在exe4_1包中。(Design a simple student management system (StudentManager). Key features include: Entry student information. Including: Student ID (no), name (name), aged (age), sex (gender) and the like Student information queries. According to school, name, age and sex inquiry student information. Note: query results may not be unique. Modify student information. Query based on student number to the designated student information, and then replaced with new content. Delete student information. Designated students with information based on student number removed. Design, the use of hierarchical design method, the class is divided into the interface layer (ui), the functional layer (business) and persistence (persistence) 3 layers in different sub-packages. The system code in the exe4_1 package.)
    2015-05-30 18:36:20下载
    积分:1
  • zhanqun
    冥天超级站群助手是一款站群管理的小软件功能实用,而且页面简介(Ming day super station group assistant is a small software utility management stations, but the page.)
    2015-09-24 14:20:36下载
    积分:1
  • mysql-vc
    vc连接mysql 并且形成图书管理系统的源码,用的是5.0版mysql,里面有sql建库文件(vc connect mysql and the formation of the source library management system, version 5.0 using mysql, there are sql database file)
    2020-10-28 15:09:57下载
    积分:1
  • bookcms
    新作了一个图书管理系统,有登录,查询,修改,删除,退出系统(Login, query, modify, delete, exit the system)
    2017-06-19 21:13:53下载
    积分:1
  • management-system
    学生成绩管理系统,具体包括所在班级的学生信息管理、课程信息管理以及学生成绩管理,并完成相应的查询、统计、排序输出等功能。(Student achievement management system, including the student s specific class information management, information management courses and student achievement management, and complete the appropriate query, statistics, sorting out other functions.)
    2013-12-28 10:32:42下载
    积分:1
  • studentsystem
    说明:  一个使用PB实现的学生管理系统,可以实现对学生班级,教师,选课等的管理(Students use PB achieve a management system, which enables students to classes, teachers, enrollment management, etc.)
    2010-04-29 12:06:35下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载