Welcome![Sign In][Sign Up]
Location:
Search - JDBC-Student

Search list

[Windows Develop基于 网上教学系

Description: 基于Web的远程教学是二十一世纪现代远程教育的发展方向,它可以使教师及时了解学生的学习情况,从而有针对性地实施教学计划。该系统采用ASP技术进行编码,后台数据库利用的是Access,其数据库接口用JDBC来实现。系统主要包括:辅助教学、在线考试、在线答疑、实验系统等功能模块。辅助教学子系统提供课件的在线学习及下载;在线考试子系统能自动生成试卷,并进行在线考试;在线答疑子系统可以进行在线答疑;实验子系统为学生提供了良好的实践平台。-On the basis of distance learning of Web being the developing direction of the modern teleeducation in the 21st century, it can make the teacher find out about students study situation in time , thus implement the teaching plan pointedly. This system adopts ASP technology to encode, it was Access that the backstage supporter utilized database, its database interface is realized with JDBC. The system includes mainly: Function module , such as auxiliary teaching , having an examination , answering questions , experimental system online online ,etc.. The auxiliary teaching subsystem offers the on-line study and download of the courseware Have an examination subsystem can turn into the paper automatically , and have an examination online online The subsystem can answer questions online to answer questions online The experiment subsystem has offered the good practice platform to student.
Platform: | Size: 10208 | Author: 东方易 | Hits:

[Windows Develop基于 网上教学系

Description: 基于Web的远程教学是二十一世纪现代远程教育的发展方向,它可以使教师及时了解学生的学习情况,从而有针对性地实施教学计划。该系统采用ASP技术进行编码,后台数据库利用的是Access,其数据库接口用JDBC来实现。系统主要包括:辅助教学、在线考试、在线答疑、实验系统等功能模块。辅助教学子系统提供课件的在线学习及下载;在线考试子系统能自动生成试卷,并进行在线考试;在线答疑子系统可以进行在线答疑;实验子系统为学生提供了良好的实践平台。-On the basis of distance learning of Web being the developing direction of the modern teleeducation in the 21st century, it can make the teacher find out about students study situation in time , thus implement the teaching plan pointedly. This system adopts ASP technology to encode, it was Access that the backstage supporter utilized database, its database interface is realized with JDBC. The system includes mainly: Function module , such as auxiliary teaching , having an examination , answering questions , experimental system online online ,etc.. The auxiliary teaching subsystem offers the on-line study and download of the courseware Have an examination subsystem can turn into the paper automatically , and have an examination online online The subsystem can answer questions online to answer questions online The experiment subsystem has offered the good practice platform to student.
Platform: | Size: 10240 | Author: 东方易 | Hits:

[Software EngineeringJDBC

Description: 编写图形界面程序,利用JDBC实现图书/同学通讯录/校园卡/团员/教师/学生管理系统。-Procedures for the preparation of graphical interface, using JDBC implementation Book/Address Book Student/campus card/members/teacher/student management system.
Platform: | Size: 9216 | Author: 邓彭成 | Hits:

[ADO-ODBCJDBCProject

Description: 实例 建立一个学生表student ,包括三个属性:学号、姓名和年龄,其创建语句如下: create table student (id varchar(10) primary key,name varchar(20), age int) 实现的功能: 向表student中插入一条记录id=000099988,name=zhhdhh,age=45 输出显示所有的记录。 实现方式: 纯Java驱动 JDBC-ODBC桥-装载驱动程序 JDBC/ODBC桥: Class.forName(”sun.jdbc.odbc.JdbcOdbcDriver”) 类名jdbc.DriverName:Class.forName(“jdbc.DriverName”) 。
Platform: | Size: 6144 | Author: Candy | Hits:

[Database systemJDBC-Student

Description: 一个学员管理系统的实例,演示了JDBC一些拓展的特性,例如PrepareStatement、CallableStatement、ResultSetMetaData、大对象、DataSource等。-Example of a student management system to demonstrate a number of expansion characteristics of JDBC, for example, PrepareStatement, CallableStatement, ResultSetMetaData, large object, DataSource and so on.
Platform: | Size: 479232 | Author: Ship | Hits:

[JSP/JavaJDBC

Description: 本程序是用JAVA语言,基于图形界面的JDBC程序开发。是一个简单的学生信息管理系统,实现对学生信息的输出,查询,修改等简单操作。-This program is JAVA language, JDBC-based graphical user interface program development. Is a simple student information management system to realize the output of student information, query, modify and other simple operations.
Platform: | Size: 13312 | Author: 潇潇 | Hits:

[JSP/Javastudent

Description: 学生信息管理系统!在学习JAVA过程做的学生管理系统,采用MYSQL数据库进行数据保存!主要涉及了JDBC的编程。-Student Information Management System! JAVA process of learning to do student management system that uses MYSQL database for data storage! Mainly related to the JDBC programming.
Platform: | Size: 27648 | Author: mk | Hits:

[JSP/JavaJdbc

Description: 这是java,你能够用他来建立一个学生的系统,用数据库来连接上-it s java .you can use it to create a student struct.
Platform: | Size: 4096 | Author: 凌娇 | Hits:

[ADO-ODBCJDBC

Description: Student { String name Date birthday String homeAddress String classNumber } 请在数据库中创建表格记录上面的类,并用界面显示数据库中的数据,用户可以通过界面插入,删除和修改数据,可以修改多个数据再进行提交,这时候要求一个更改没有成功更新,所有更新都要回滚。 要求: 1. 安装MySql,并建立Table Student,里面添加一些测试数据。 2. 用界面显示数据库中的数据。 3. 实现插入删除,修改数据的接口。 4. 显示数据的界面要求像Excel一样,可以添加,修改和删除,然后当用户所有修改结束后,点击提交,程序根据变化调用插入,删除或者修改函数,更新数据库。 5. 点击提交前发生的变动要么全部提交成功,要么一条也不提交。即当有修改提交失败的时候,前面的要求不能更新。 -Student { String name Date birthday String homeAddress String classNumber } Please create a table in the database records of the above class and use interface displays data in the database, users can interface to insert, delete, and Modify data, you can modify multiple data be submitted again, this time asking for a change not successfully updated, all updates should be rolled back. Requirements: 1. Install MySql, and the establishment of Table Student, which add some test data. 2. use interface displays data in the database. 3. to achieve insert delete, modify the data interface. 4. display the data as the interface requirements such as Excel, you can add, modify, and delete, and then when the user after all the changes, Click Submit, the program according to changes in call to insert, delete or modify the function, update the database. 5. Click Submit changes occurred before the submission of either all succeed or not to submit one. That is, when there are change
Platform: | Size: 19456 | Author: 征途 | Hits:

[JSP/Javatest

Description: 学生成绩系统,用户管理(增、修、删、查) ,JSP,JDBC-Student achievement system, user management (growth, repair, delete, search), JSP, JDBC ~ ~ ~
Platform: | Size: 1696768 | Author: jinhui | Hits:

[JSP/Javajdbc

Description: 一个Java项目的所有原代码,对于想学Java的同学来说是非常有用的-a coder for a well programing,it is very useful to a student who want to lean java
Platform: | Size: 7168 | Author: lijiancheng | Hits:

[JSP/JavaJdbc

Description: student information management sys
Platform: | Size: 53248 | Author: Nikhil | Hits:

[Software Engineeringjdbc

Description: 学生管理系统,对学生进行查看,增加,删除,修改等操作。-Student management system, student view, increase, delete, modify, and other operations.
Platform: | Size: 488448 | Author: aries | Hits:

[JSP/Javastudent-management-

Description: 用eclipse编写的“学生信息管理系统”,调试很长时间,肯定没错。有model1和model2的比较,使用的数据库为sql server 2000,并附有jdbc驱动包-Student information management system, written using eclipse debugging a long time, certainly yes. Model1 and model2 comparison, database sql server 2000, with a jdbc driver package
Platform: | Size: 860160 | Author: wudeyu | Hits:

[JSP/JavaJDBC

Description: 实现数据库中的连接登陆,连接的是MYSQL数据库,需要在数据库中加入密码表,仅实现了学生入口一个操作-Achieve database connection landing, MYSQL database connection is needed to join a password table in the database, only one operation to achieve the student entrance
Platform: | Size: 181248 | Author: jackchen | Hits:

[JSP/JavaStudent

Description: 通过对学生类处理加强对面向对象的理解,加强学习使用JAVA+JDBC对数据库的数据进行增加、修改、删除、查询等操作;学习JDBC调用存储过程;学习主要数据库操作对象 Connection、Statement、PreparedStatement、ResultSet的使用。ui界面-Through the student class treatment to strengthen the understanding of object-oriented, to enhance learning using JAVA+JDBC data to the database to add, modify, delete, query and other operations learning JDBC call a stored procedure learning object database operations primarily Connection, Statement, PreparedStatement, ResultSet' s to use. ui interface
Platform: | Size: 118784 | Author: 传鲁 | Hits:

[JSP/Javajdbc

Description: 用数据库数显学生,课程,任课老师的建立查询插入删除等操作-Was student, curriculum, instructor of building queries to insert and delete operations with the number
Platform: | Size: 7168 | Author: 杨威 | Hits:

[JSP/Javajdbc

Description: 为学习jdbc的简单代码,以学生管理系统为例 可供学习参考- To learn jdbc simple code to student management system as an example For learning reference
Platform: | Size: 549888 | Author: 宋丹丹 | Hits:

[WEB CodeMSC

Description: 学生信息管理系统 jsp+servlst+jdbc(student information systerm)
Platform: | Size: 1562624 | Author: huanghehe | Hits:

[MySQLo

Description: 编写程序,a)向"student"表中填入若干数据记录;b)在"student"表中分别查询所有记录以及满足条件"age>18"的记录。c)编程创建学生成绩表,并进行数据插入、修改、删除、查询和成绩统计等操作。(Write programs, a) fill in a number of data records in the "student" table; b) query all records in the "student" table and record the conditions "age>18". C) the program creates the student achievement table, and carries on the operation of data insertion, modification, deletion, query and achievement statistics.)
Platform: | Size: 2048 | Author: Thread. | Hits:
« 12 3 »

CodeBus www.codebus.net