登录
首页 » 数据结构 » a database installed "individual job search management system" using t...

a database installed "individual job search management system" using t...

于 2023-06-16 发布 文件大小:2.98 kB
0 206
下载积分: 2 下载次数: 1

代码说明:

一、数据库安装 《个人求职管理系统》使用MySQL数据库,请你先在你的数据库服务器上建立一个数据库,然后将你下载的程序解压缩后上传到你的网站空间下,接下来请将sql目录下的tdjob.sql文件导入你刚建立好的MySQL数据库中,导入的SQL文件会在数据库中新建两个数据表td_pjm_user和td_pjm_jobs。 注意:成功导入数据文件后,请修改lib目录下的config.jsp文件,该文件里包含了你的数据库连接信息,请进行相应的修改。 二、JavaBeans安装 将lib目录下的td文件夹拷贝到WEB-INF/classes目录下。td目录中有两个class文件,这两个文件的原Java文件你可以在lib目录下的source目录中找到。-a database installed "individual job search management system" using the MySQL database you, in your database server on the establishment of a database, then you download the procedures decompress after uploaded to your website space, then I would be grateful if sql directory of documents into your tdjob.sql just to establish good MySQL database, SQL file into the new database td_pjm_user two data tables and td_pjm_jobs. Note : Successful data into documents, please amend the lib directory config.jsp document, the document contains your database connection information, please amended accordingly. 2, JavaBeans lib directory will be installed under the td fo

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

发表评论

0 个回复

  • VFP Guide example, the program from the standpoint of beginners, involving the e...
    VFP指南示例,本程序从初学者的角度出发,涉及建立数据库、修改基本的加法操作、如何设计菜单(包括快捷菜单)、工具和类应用程序;还有应用程序,如SQL语句、语句标号设计和动画制作等内容很简单;直到一个完整的编译过程最终成功,包括VFP程序设计的大部分内容
    2022-08-22 08:13:57下载
    积分:1
  • C语言实现的寻找多元素代码
    C语言实现的寻找多数元素代码,含英文注释。算法采用《算法设计技巧与分析》(沙特)一书上的方法。在一个整数序列A中,如果整数r在A中出现的次数大于序列A的一半,那么我们把这个r称为多数元素。如何更快的找出这个元素呢?在原序列中去除两个不同的元素后,那么在原序列中的多数元素在新序列中还是多数元素。
    2022-11-30 03:55:03下载
    积分:1
  • 编写一个程序,学生统计信息的果(存储…
    编写一程序,统计学生的成绩信息(保存在文件Score.dat中)。 要求: 1. 能按总分,数学成绩,英语成绩,计算机成绩分别排序 2. 能分别统计数学,英语,计算机中不及格人数 3. 能按学号查找学生,并显示该学生信息。 注 1. 从文件中读入数据以及功能菜单显示已在文件ReadData.c 和Menu.c中给出; 2. 代码的总体结构已在文件Score.c中给出,并定义了一些函数头,但有关函数体代码和一些主程序处理代码要求学生填写,也可以修改函数头; 编译score.c即可 -prepared a procedure, the results of the students statistical information (stored in the document Score.dat). Requirements : 1. According to score, the math and English results, the computer results were 2 ranking. Statistics were able to mathematics, English, Computer failure number three. can search by school, students, and that the student information. Note 1. Read from the file into the data and functions of the menu showed the documentary and Menu.c ReadData.c given; 2. The overall code structure has been the Score.c given, and the definition of some of the first function, However, the body function code and address some main program code requiring students to complete, can also modify function first; compiler can s
    2022-08-20 01:05:35下载
    积分:1
  • 电信计费程序 电信计费程序
    电信计费程序 电信计费程序-Telecom billing procedures for telecommunications billing procedures
    2022-01-21 22:43:51下载
    积分:1
  • OJ 1100 North online title, the success of the use of automata to solve the clas...
    北大在线OJ 1100题,运用自动机成功求解方程式的经典例子,此程序可作为自动机模板-OJ 1100 North online title, the success of the use of automata to solve the classic example of the equation, this procedure can be used as a template automaton
    2022-11-09 02:40:03下载
    积分:1
  • 采用EVEN方法实现排列 生成{1,2,3,4,……n}的全排列,每个排列只出现一次...
    采用EVEN方法实现排列 生成{1,2,3,4,……n}的全排列,每个排列只出现一次-EVEN method used to generate array (1,2,3,4, ... ... n) of the entire array, each with only one
    2022-08-22 23:54:17下载
    积分:1
  • C++语言描述
    数据结构C++语言描述--应用标准模板库-Data Structures C++ language description- Application of Standard Template Library
    2022-01-21 06:04:06下载
    积分:1
  • 用VB编写的汉诺塔演示程序创建图形界面的汉诺塔问题,..
    汉诺塔演示程序,用VB做成的图形界面,能够实现汉诺塔问题,也即是把N个盘子从一根棍上移到另一根上面,通过中转的棍,但是必须保证在每根棍上都是下面的盘子大于上面的盘子。-HANOR demo program using VB create graphical interface to HANOR problems, that is, N dishes from one club to another on the above-through the interchange stick, but it must be guaranteed in each stick-on the following dishes are greater than the above dishes.
    2022-05-08 05:57:47下载
    积分:1
  • 用delphi实现的各种排序算法,图形界面,可实现插入排序、交换排序、选择排序、合并排序以及基排序...
    用delphi实现的各种排序算法,图形界面,可实现插入排序、交换排序、选择排序、合并排序以及基数排序-used to achieve the various sequencing algorithms, graphical interface, insert can be realized, in order of ranking exchange, SELECTION SORT, the merger sort of base sequencing
    2022-09-30 02:05:03下载
    积分:1
  • 校园导游图算法
    校园导游图算法--数据结构中有关图的算法按v求最短路径按s求信息;按q退出;地图在map图像文件里-campus tour map algorithm-- data structure of the plan according to the algorithm for the shortest path v s by seeking information; Q withdrawal by; Maps map image file
    2023-05-25 01:50:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载