搜索资源列表
基于 网上教学系
- 基于Web的远程教学是二十一世纪现代远程教育的发展方向,它可以使教师及时了解学生的学习情况,从而有针对性地实施教学计划。该系统采用ASP技术进行编码,后台数据库利用的是Access,其数据库接口用JDBC来实现。系统主要包括:辅助教学、在线考试、在线答疑、实验系统等功能模块。辅助教学子系统提供课件的在线学习及下载;在线考试子系统能自动生成试卷,并进行在线考试;在线答疑子系统可以进行在线答疑;实验子系统为学生提供了良好的实践平台。-On the basis of distance learning
JDBC
- 本程序是用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,
JDBC
- 编写图形界面程序,利用JDBC实现图书/同学通讯录/校园卡/团员/教师/学生管理系统。-Procedures for the preparation of graphical interface, using JDBC implementation Book/Address Book Student/campus card/members/teacher/student management system.
WebBasedManagementSystemOfStudentSocieties
- 项目名称:基于web的学生社团管理系统 ========= 运行环境:tomcat5.5.17 + sql server 2000 ========= 开发环境:eclipse3.1+lomboz+tomcat ========= 安装: 1、还原数据库SAMS 2、更改SAMS\WEB-INF\classes\sams\beans下的jdbc.properties文件中的pswd=你的数据库登录密码 3、将SAMS文件夹拖入tomcat下的webapps文
JDBCProject
- 实例 建立一个学生表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桥:
JDBC-Student
- 一个学员管理系统的实例,演示了JDBC一些拓展的特性,例如PrepareStatement、CallableStatement、ResultSetMetaData、大对象、DataSource等。-Example of a student management system to demonstrate a number of expansion characteristics of JDBC, for example, PrepareStatement, CallableStatement,
student
- 学生信息管理系统!在学习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.
Jdbc
- 这是java,你能够用他来建立一个学生的系统,用数据库来连接上-it s java .you can use it to create a student struct.
JDBC
- Student { String name Date birthday String homeAddress String classNumber } 请在数据库中创建表格记录上面的类,并用界面显示数据库中的数据,用户可以通过界面插入,删除和修改数据,可以修改多个数据再进行提交,这时候要求一个更改没有成功更新,所有更新都要回滚。 要求: 1. 安装MySql,并建立Table Student,里面添加一些测试数据。
test
- 学生成绩系统,用户管理(增、修、删、查) ,JSP,JDBC-Student achievement system, user management (growth, repair, delete, search), JSP, JDBC ~ ~ ~
jdbc
- 一个Java项目的所有原代码,对于想学Java的同学来说是非常有用的-a coder for a well programing,it is very useful to a student who want to lean java
Jdbc
- student information management sys
jdbc
- 学生管理系统,对学生进行查看,增加,删除,修改等操作。-Student management system, student view, increase, delete, modify, and other operations.
student-management-
- 用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 jd
JDBC
- 实现数据库中的连接登陆,连接的是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
Student
- 通过对学生类处理加强对面向对象的理解,加强学习使用JAVA+JDBC对数据库的数据进行增加、修改、删除、查询等操作;学习JDBC调用存储过程;学习主要数据库操作对象 Connection、Statement、PreparedStatement、ResultSet的使用。ui界面-Through the student class treatment to strengthen the understanding of object-oriented, to enhance learning us
jdbc
- 用数据库数显学生,课程,任课老师的建立查询插入删除等操作-Was student, curriculum, instructor of building queries to insert and delete operations with the number
jdbc
- 为学习jdbc的简单代码,以学生管理系统为例 可供学习参考- To learn jdbc simple code to student management system as an example For learning reference
MSC
- 学生信息管理系统 jsp+servlst+jdbc(student information systerm)
o
- 编写程序,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 t