毕业论文外文翻译-学生考勤管理系统的设计和实现.doc
《毕业论文外文翻译-学生考勤管理系统的设计和实现.doc》由会员分享,可在线阅读,更多相关《毕业论文外文翻译-学生考勤管理系统的设计和实现.doc(11页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、Design and Implementation of the Management System for Students Attendance As for the development of information technology and economic, computer and networking applications become increasingly common. With the school informational construction inputs are constantly increasing, the construction of
2、campus network accesses to space development. Networks have gradually infiltrated into the school management, teaching and other areas.For example: A comprehensive education system which utilizes information technology of the network to carry on college course to educate, it offers from the network
3、classroom, essential study links discussing, answering questions, and processing homework to examination to teachers and students. The Manager System for Students Attendance is a system which can help exchange information between the school and students. As we know,In the high schools, studentsjob o
4、f check on work attendance not only workload is very large,but also time is very strong.In the past many high schools carry through managing by signing in and reporting forms, efficiency and diaphaneity are not good,and easy make a mistake,too.Along with development of database technology and progre
5、ss of corporation informations building,using computer to manage check on work attendance of corporations which it is necessary.It saves a mass of manpower and material resources and greatly lightens workload of employees.The system is an information system designed for asking for leave on line for
6、students and managing attendance of undergraduate.It is generally divided into three main modules: the module for asking for on-line leave , the module for managing attendance of undergraduate and the module for backstage management. There are different customers in the university operating the syst
7、em,such as student, teacher, a teacher in charge of a class,department leader, school leader, administrator.Administrators have the highest authority. Teachers have an audit and inquiry authority. Students only provide with competence. The system is based on Browser/Server (browser/server) structure
8、 and developed by JSP language and MySQL database. It also uses TOMCAT as a server. The system is written by the language: HTML and JAVA. The key techniques used in the process of development are: the page modularization, dynamic generating and static page showing of information, etc. And the thesis
9、 focuses on the introduction of the systems attendance management and the management of asking for leave online.And it develops the function of student, teacher, a teacher in charge of a class,department leader, school leader on the whole. It included the whole design of system , logic frame , data
10、flow ,partition of every function module ,design of system function modules and concrete realization and so on . Constructing the attendancesystem based on MVC is the typical case that uses JSP - Action-JAVABAN to develop the website, it involves to the MVC design pattern, as well as the backstage d
11、atabase, the tied operation between the fundamental table and the system downstage, this system through the JDBC gain database actuation to tie up the fundamental table in the database and the downstage system. To construct the system in the process, I use MYECLIPSE to make the software development
12、kit of my system back stage,uses DREAMWEAVER to make the software development kit of my downstage homepage . Implementation of a system is bound to apply to different resources, and technology. So, lets discuss this appraisal system under the use of technology in the application of concepts and reso
13、urces: MVC and User InterfacesMVC was first popularized with Smalltalk and is now used in many modern user interface frameworks. One of the primary benefits of MVC is that it provides reusable components for interactive user interfaces. Swing does this admirably for rich Java clients, while Struts d
14、oes so to a lesser extent on the Web. Even though the introduction of Tiles to Struts provides more reuse, the components are still more page-centric as opposed to Swings more fine-grained widget-centric approach. Like Struts, JSF is targeted at Java Web applications, but moves closer to Swing with
15、its concentration on reusable user interface widgets (or components). MVC Pattern We begin by describing the traditional form of MVC and then discuss how it has been adapted for the Web. Each of the three frameworks is then examined, and their respective implementations of this common pattern are un
16、covered. The intent of this pattern is to partition interactive applications into three separate components: Model, View, and Controller. The Model represents core application data and functional logic, the View renders the data and displays it to users of the application, and the Controller handles
17、 user interaction or input. All three components communicate via a change-propagation mechanism to stay synchronized. SQL Databases SQL database is a type of database technology that is the most widely used in todays computing environment. Here the data is stored in a very structured format that pro
18、vides high levels of functionality. SQL databases are generally more robust, secure and have better performance than other older database technologies. It provides for SQL access to the data. So it is important to understand the term SQL before we proceed further. SQL SQL is used to create, maintain
19、 & query relational databases and uses regular English words for many of its commands, which makes it easy to use. It is often embedded within other programming languages. A fundamental difference between SQL and standard programming languages is that SQL is declarative. You specify what kind of dat
20、a you want from the database; the RDBMS is responsible for figuring out how to retrieve it.JSPPut succinctly, JAVA Server Pages is a technology for developing web pages that include dynamic content. Unlike a plain HTML page, which contains static content that always remains the same, a JSP page can
21、change its content based on any number of variable items, including the identity of the user, the users browser type, information provided by the user, and selections made by the user.A JSP page contains standard markup language elements, such as HTML tags, just like a regular web page. However, a J
22、SP page also contains special JSP elements that allow the server to insert dynamic content in the page. JSP elements can be used for a variety of purposes, such as retrieving information from a database or registering user preferences. When a user asks for a JSP page, the server executes the JSP ele
23、ments, merges the results with the static parts of the page, and sends the dynamically composed page back to the browser.S2SHDAO layer is responsible for interaction with persistent objects. This layer encapsulates the data, add, delete, check, change operation.A typical J2EE three-tier structure, d
24、ivided into the presentation layer, middle layer (business logic) and data services layer. Three-tier system, the business rules, data access and verify the legitimacy of such work on the intermediate layer processing. Clients do not directly interact with the database, but by the middle tier compon
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 毕业论文 外文 翻译 学生 考勤 管理 系统 设计 实现
限制150内