CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称:first

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2008-10-13
  • 文件大小:
    3.17mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

掌握 JDBC 驱动程序的加载方法和JDBC-ODBC桥URL的形式;

掌握使用JDBC连接数据库的步骤;

掌握使用JDBC发送SQL语句的基本步骤;

掌握使用JDBC处理SQL查询结果集的方法。



程序功能:

学生信息管理:能够根据实际情况对学生的信息进行新增、查询和修改;

学生信息指的是:学号、姓名、性别、学生类型、所属班级以及java课程成绩等内容。

数据库的选择,可采用Access或SQL2000;

程序可选择通过JDBC- ODBC桥访问数据库,也可选择使用数据库的专有驱动程序,后者的连接质量较前一种要高;


(系统自动生成,下载前可以参看下载内容)

下载文件列表

first/.classpath
first/.project
first/.settings/org.eclipse.jdt.core.prefs
first/.settings/org.eclipse.jdt.ui.prefs
first/.settings/org.eclipse.wst.validation.prefs
first/classes/cn/edu/csu/datastructure/list/dao/impl/StudentDaoImpl.class
first/classes/cn/edu/csu/datastructure/list/dao/StudentDao.class
first/classes/cn/edu/csu/datastructure/list/VectorDemo.class
first/classes/cn/edu/csu/datastructure/list/view/StudentView.class
first/classes/cn/edu/csu/datastructure/list/vo/StudentVo.class
first/classes/cn/edu/csu/datastructure/map/TestHashMap.class
first/classes/cn/edu/csu/datastructure/map/TestHashtable.class
first/classes/cn/edu/csu/datastructure/map/TestProperties.class
first/classes/cn/edu/csu/datastructure/set/SetDemo.class
first/classes/cn/edu/csu/exception/ArithmeticDevide.class
first/classes/cn/edu/csu/exception/CheckInputText.class
first/classes/cn/edu/csu/exception/DevideByMinusException.class
first/classes/cn/edu/csu/exception/ExceptionConst.class
first/classes/cn/edu/csu/exception/exceptiontype/CatchIOException.class
first/classes/cn/edu/csu/exception/exceptiontype/CatchRuntimeException.class
first/classes/cn/edu/csu/exception/Finalize.class
first/classes/cn/edu/csu/exception/InvokeArithmeticCalculate.class
first/classes/cn/edu/csu/exception/ovveriadexception/SubClass.class
first/classes/cn/edu/csu/exception/ovveriadexception/SuperClass.class
first/classes/cn/edu/csu/exception/PrintStackTrace.class
first/classes/cn/edu/csu/exception/SelfDefineException.class
first/classes/cn/edu/csu/exception/TryCatch.class
first/classes/cn/edu/csu/exception/XxxException.class
first/classes/cn/edu/csu/exception/YyyException.class
first/classes/cn/edu/csu/grammar/array/ArrayOper.class
first/classes/cn/edu/csu/grammar/array/BubbleSort.class
first/classes/cn/edu/csu/grammar/array/MultiArray.class
first/classes/cn/edu/csu/grammar/array/Temp.class
first/classes/cn/edu/csu/grammar/BreakAndContinue.class
first/classes/cn/edu/csu/grammar/CallByPrimitive.class
first/classes/cn/edu/csu/grammar/CallByReference.class
first/classes/cn/edu/csu/grammar/DataType.class
first/classes/cn/edu/csu/grammar/For.class
first/classes/cn/edu/csu/grammar/OperateChar.class
first/classes/cn/edu/csu/grammar/Variable.class
first/classes/cn/edu/csu/io/bytestream/FileStream.class
first/classes/cn/edu/csu/io/charstream/FileCopyWithJava.class
first/classes/cn/edu/csu/io/Employee.class
first/classes/cn/edu/csu/io/RandomAccessFileDemo.class
first/classes/cn/edu/csu/oo/abstractoper/abstractclass/Shape.class
first/classes/cn/edu/csu/oo/abstractoper/abstractclass/ShapeCircle.class
first/classes/cn/edu/csu/oo/abstractoper/abstractclass/ShapeTriangle.class
first/classes/cn/edu/csu/oo/abstractoper/abstractclass/TestShape.class
first/classes/cn/edu/csu/oo/abstractoper/templatepattern/AbstractConstructureBank.class
first/classes/cn/edu/csu/oo/abstractoper/templatepattern/CalculateInterest.class
first/classes/cn/edu/csu/oo/abstractoper/templatepattern/ChinaBank.class
first/classes/cn/edu/csu/oo/abstractoper/templatepattern/ConstructBankNew.class
first/classes/cn/edu/csu/oo/abstractoper/templatepattern/ConstructureBank.class
first/classes/cn/edu/csu/oo/abstractoper/templatepattern/CountInterest.class
first/classes/cn/edu/csu/oo/gui/container/BorderLayoutManage.class
first/classes/cn/edu/csu/oo/gui/container/frame/StudentRegistView.class
first/classes/cn/edu/csu/oo/gui/container/frame/TestBackground.class
first/classes/cn/edu/csu/oo/gui/container/GBC.class
first/classes/cn/edu/csu/oo/gui/container/layout/BorderLayoutManager.class
first/classes/cn/edu/csu/oo/gui/container/layout/CardLayoutManager.class
first/classes/cn/edu/csu/oo/gui/container/layout/FlowLayoutManager$1.class
first/classes/cn/edu/csu/oo/gui/container/layout/FlowLayoutManager$2.class
first/classes/cn/edu/csu/oo/gui/container/layout/FlowLayoutManager$3.class
first/classes/cn/edu/csu/oo/gui/container/layout/FlowLayoutManager.class
first/classes/cn/edu/csu/oo/gui/container/layout/GridBagLayoutManage.class
first/classes/cn/edu/csu/oo/gui/container/layout/GridLayoutManager.class
first/classes/cn/edu/csu/oo/gui/container/myFrame.class
first/classes/cn/edu/csu/oo/gui/container/StudentManager.class
first/classes/cn/edu/csu/oo/gui/container/TestGui.class
first/classes/cn/edu/csu/oo/gui/project/action/studentaction/ActionListenerOper.class
first/classes/cn/edu/csu/oo/gui/project/action/studentaction/FindStudentAction.class
first/classes/cn/edu/csu/oo/gui/project/action/studentaction/TableAction.class
first/classes/cn/edu/csu/oo/gui/project/dao/common/DbConnection.class
first/classes/cn/edu/csu/oo/gui/project/dao/common/DbException.class
first/classes/cn/edu/csu/oo/gui/project/dao/common/DbSql.class
first/classes/cn/edu/csu/oo/gui/project/dao/studentdao/impl/StudentDaoImpl.class
first/classes/cn/edu/csu/oo/gui/project/dao/studentdao/StudentDao.class
first/classes/cn/edu/csu/oo/gui/project/view/common/CheckInputText.class
first/classes/cn/edu/csu/oo/gui/project/view/common/DataPicker.class
first/classes/cn/edu/csu/oo/gui/project/view/common/JCalendarPanel$1.class
first/classes/cn/edu/csu/oo/gui/project/view/common/JCalendar

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com