摘 要随着网络技术尤其是基于浏览器的 WEB 技术的迅速进展,人们越来越多的通过 WEB进行各种各样的活动,从电子商务到各种公共信息服务等等。这种基于 Browser/Server 结构的系统提供的服务方便、快捷,是人们快速获得各种服务的理想途径。大学毕业生招聘信息的发布与管理系统正是在这种背景下应运而生。本系统开发是以 Dreamweaver 为开发工具进行面对对象程序设计,系统中的所有模块均利用 JSP 技术和先进的数据库连接池技术进行开发。本文首先对系统开发目标和用户需求进行了分析,然后给出系统的总体设计方案。系统主要包含的模块是:企业注册登陆、管理基本信息、管理招聘信息、管理人才信息等。各个模块都分前端网页设计和后台数据库管理,在以 JSP 技术设计好前端网页的基础上,利用 ODBC-JDBC桥访问后台数据库,对数据进行查询、修改、删除等操作。论文以功能模块为单位详细叙述了大学毕业生招聘信息的发布与管理系统的实现过程,系统中大部分模块的操作都基本类似,都具有修改、查询、数据库连接等功能。所以系统的设计充分利用 JSP 组件的可重用性,大大减少了系统的开发时间。关键词:毕业生 网上招聘 信息服务ABSTRACTWith the fast development of network technology especially based on web browser, more and more people get in touch with web, such as e-commerce, various public information services and so on. The service produced by the system which based on server/browser architecture is convenience. By this ideal approach, people can gain various services quickly. The management and promulgation of our university's recruitment information system are produced under such background. This system is based on the object-oriented program, using Dreamweaver as the pages implement. Almost all the stencils of this system utilize JSP technology and advanced data bank connection technology to exploit. My thesis analyzed the aim of this system and the requirement of users firstly, and then put out the whole design project. The main stencils of this system are enterprise enrollment and entry, basic in...