搜索资源列表
基于 网上教学系
- 基于Web的远程教学是二十一世纪现代远程教育的发展方向,它可以使教师及时了解学生的学习情况,从而有针对性地实施教学计划。该系统采用ASP技术进行编码,后台数据库利用的是Access,其数据库接口用JDBC来实现。系统主要包括:辅助教学、在线考试、在线答疑、实验系统等功能模块。辅助教学子系统提供课件的在线学习及下载;在线考试子系统能自动生成试卷,并进行在线考试;在线答疑子系统可以进行在线答疑;实验子系统为学生提供了良好的实践平台。-On the basis of distance learning
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,
stuManage
- 用Java写的学生管理系统。。使用了JDBC,是学校的课程设计来的。给大家参考参考-Use Java to write the student management system. . Using JDBC, the school' s curriculum design come. For your information
xueshengxinxiguanlixitongJava
- 学生信息管理系统,全用java编程,采用页面设计和JDBC,包括全部代码-Student information management system, all with java programming, page design and use of JDBC, including all code
JDBC
- Student { String name Date birthday String homeAddress String classNumber } 请在数据库中创建表格记录上面的类,并用界面显示数据库中的数据,用户可以通过界面插入,删除和修改数据,可以修改多个数据再进行提交,这时候要求一个更改没有成功更新,所有更新都要回滚。 要求: 1. 安装MySql,并建立Table Student,里面添加一些测试数据。
testDB
- 用java编写的学生信息管理系统,基于sqlserver2000,用jdbc实现与数据库的连接。希望对大家有所帮助。-Written by java student information management system, based on sqlserver2000, with jdbc connection with the database. We want to help.
StuManage
- Java 学生信息管理系统,想了解基本Jdbc操作的朋友正好可以参看一下这个参考源码,可学习一些数据添加的操作,以及一些简单的用户界面的编写。-Java student information management system, to understand the basic Jdbc operations Friends just can see what the reference source, can learn to add some data operations, and som
Modle2StudentManage
- java JDBC-ODBC链接MSSQLSERVER(数据库)的学生信息管理系统-java JDBC-ODBC link MSSQLSERVER (database) of the Student Information Management System
select-course
- 学生选课系统 基于Spring+Struts+JDBC 完整源代码,可直接导入工程中-Student course selection system based on Struts+ Spring+ JDBC complete source code, can be di
studentManager
- 一个使用jsp,servlet,jdbc编写的b/s学生管理系统,仿学校的管理系统写的,未使用框架。-One using jsp, servlet, jdbc prepared b/s student management system, school management system written imitation, unused frame.
student_registration_system
- student registration system . This software project is just a part of Student Management System. The software is used by the students to register their courses in the semester through Internet and/or LAN. Remote Method Invocation (RMI) and JDBC tec
StuMana
- 学生管理系统,实现不同角色登录具有不同权限,使用j2se和swing还有jdbc连接sql server2-student manager,using j2se and jdbc for sql server2000
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