Welcome![Sign In][Sign Up]
Location:
Search - student management program using java

Search list

[JSP/Javastudentsys

Description: 本程序是java开发的一个学生管理系统 利用的是access数据库其后缀为.mdb-java this program is the development of a student management system using the suffix access to its database . mdb
Platform: | Size: 108854 | Author: hu | Hits:

[JSP/Javastudentsys

Description: 本程序是java开发的一个学生管理系统 利用的是access数据库其后缀为.mdb-java this program is the development of a student management system using the suffix access to its database . mdb
Platform: | Size: 108544 | Author: hu | Hits:

[JSP/Javastudent

Description: 学员成绩管理系统(设计+代码)。用Java编写一个程序实现学员成绩管理,每个学员包括3门课的成绩,从键盘输入学员信息(最多输入20个,但最少并不知道),包括学号(String)姓名(String) 三门课成绩(用整形数组来存)计算出学员的平均成绩(float),按照学员平均成绩由大到小排序插入功能:在排序后的学员成绩表中插入一个学员的信息,要求插入后仍然保持成绩表有序删除功能:要求输入指定的学号,从学员信息表中删除该学员,删除后的成绩表保持有序 -Student achievement management system (designed+ Code). Using Java to prepare students to achieve a program performance management, each student, including three classes of results, students from the keyboard input information (input a maximum of 20, but at least did not know), including Student ID (String) Name (String) 3 class results (use of plastic to keep the array) to calculate the average student achievement (float), in accordance with the students grade point average insertion sort descending: In sort of the trainees after the results table, insert a student information requested remained after insertion delete function results in an orderly manner: for the importation of the designated school number, student information table from the deletion of the trainees, after the deletion of the results to maintain orderly
Platform: | Size: 116736 | Author: bbrica | Hits:

[JSP/JavaStuManager

Description: 学生管理系统。使用java编程,oracle数据库-Student management system. The use of java programming, oracle database
Platform: | Size: 2105344 | Author: zhanglibin | Hits:

[JSP/Javafirst

Description: 掌握 JDBC 驱动程序的加载方法和JDBC-ODBC桥URL的形式; 掌握使用JDBC连接数据库的步骤; 掌握使用JDBC发送SQL语句的基本步骤; 掌握使用JDBC处理SQL查询结果集的方法。 程序功能: 学生信息管理:能够根据实际情况对学生的信息进行新增、查询和修改; 学生信息指的是:学号、姓名、性别、学生类型、所属班级以及java课程成绩等内容。 数据库的选择,可采用Access或SQL2000; 程序可选择通过JDBC- ODBC桥访问数据库,也可选择使用数据库的专有驱动程序,后者的连接质量较前一种要高; -Master load JDBC driver and JDBC-ODBC Bridge URL of the form master database using JDBC to connect the steps to master the use of JDBC to send SQL statements the basic steps handle and use the JDBC result sets SQL query method. Program features: Student Information Management: the ability of students according to the actual situation of the information to add, query and modify referring to the Student Information: Student ID, name, sex, type of students, their classes, as well as achievements, such as the contents of java programs. The choice of database, to be used in Access or SQL2000 procedures to choose through the JDBC-ODBC bridge to access the database, nor can either choose to use a proprietary database driver to connect the quality of the latter than the former is higher
Platform: | Size: 3320832 | Author: wang | Hits:

[JSP/JavaSIMS

Description: 本程序是一个学生信息管理系统 用Java编写,实现了一些基本的功能,仅供初学者。-This program is a student information management system written using Java, to achieve some basic features, only for beginners.
Platform: | Size: 53248 | Author: yewei | Hits:

[JSP/JavaSessionBean

Description: Java 选修课程管理系统,广东石油化工学院计算机07-1班 Logic 陈罗志原创程序,使用Eclipse+Mysql开发,代码中预设的Mysql数据库用户名为root,密码为admin,运行程序,测试用户用户名chenluozhi 密码chenluozhi   lib文件夹为Mysql 数据库驱动,util 是所用的工具包。   本程序提供几大模块:   用户管理模块(权限控制)   修改密码模块   操作日志管理模块   数据库初始化模块   学生、教师、课程的添加、修改、删除、查询等模块   学生信息录入模块   课程信息浏览(查询)模块 -Java elective course management system, 07-1 Ban Guangdong Petroleum and Chemical Engineering, Computer Logic Chen Luo Zhi original program, using the Eclipse+ Mysql development, the default code Mysql database user name is root, password is admin, run the program the user name of the test users chenluozhipassword chenluozhi lib folder to the Mysql database-driven, the util is used by the toolkit. This procedure provides several modules: The user management module (access control) Change Password module Operation log management module Database initialization module Students, teachers, courses to add, modify, delete, query modules Student Information Input Module The course information browse (query) module
Platform: | Size: 5120 | Author: 同同 | Hits:

[JSP/JavaStudent

Description: java简单的学生管理程序,使用ArrayList存储数据,拥有增删查改功能。 -java simple student management program, using the ArrayList to store data, with additions and deletions to change the function check.
Platform: | Size: 6144 | Author: 岳魁 | Hits:

[JSP/JavaStudent-Management

Description: 编写JAVA程序,利用JAVA程序来实现学生管理系统的。-JAVA program written using JAVA program to implement student management system.
Platform: | Size: 6144 | Author: 刘燕 | Hits:

[JSP/Javajava-web-design

Description: 通过完成一个学生管理系统的系统设计,来学习、了解并掌握相关的软件,安装包或开发平台和运行平台的搭建,熟悉Tomcat的目录结构,掌握如何在Tomcat下开发Web应用,以及如何利用集成开发环境MyEclipse开发Web应用。 通过实验,能够熟练掌握MySQL数据库的安装,熟练使用SQL语言创建与修改数据库,熟练掌握JDBC访问数据库的步骤,能够使用JDBC技术在动态网站中实现获取数据、增加数据、修改数据、删除数据等功能。 在安装好相应的数据库并建立数据源之后,需要获取相应数据库的JDBC驱动程序,并将它们保存在指定的位置,然后重启Tomcat。编写程序的具体步骤:装载驱动程序、定义所要连接的数据库的地址、与数据库建立连接、建立语句对象、声明并执行SQL语句、对结果集进行处理、关闭对象。 创建login.html网页,实现管理员登录并可跳转到register.html页面,管理员注册功能,并可成功跳转到学生管理系统页面;创建login.jsp,处理登录信息;创建loginsuccess.jsp,实现登录成功后跳转到学生管理系统界面;创建index.jsp,实现学生管理系统界面的设计;创建add.jsp,edit.jsp,update.jsp等页面,实现对学生信息的添加、修改、删除等功能。-By completing the system design of a student management system, to learn, to understand and master the associated software, build installation packages or development platform and operating platform, familiar directory structure Tomcat, and learn how to develop Web applications under Tomcat, and how to use integrated MyEclipse development environment to develop Web applications. Through the experiment, able to master MySQL installation, create and modify familiar with SQL language, proficiency step JDBC access to the , it is possible to obtain data using JDBC technology, to increase the data in dynamic Web sites, modify data, delete data, and other functions . After installing the appropriate and establish a data source, you need to obtain the corresponding JDBC driver, and saves them in the specified location, then restart Tomcat. Specific steps for writing a program: the driver is loaded, the address to connect to the definition, the establishment of a connection, the establi
Platform: | Size: 3014656 | Author: 曾小丽 | Hits:

CodeBus www.codebus.net