登录
首页 » Java » jdbc_02

jdbc_02

于 2020-06-24 发布 文件大小:931KB
0 153
下载积分: 1 下载次数: 0

代码说明:

  语言环境:Eclipse Java 学生管理系统连接数据库进行(environment:Eclipse Student Management System Connecting with Database)

文件列表:

jdbc_02, 0 , 2019-07-15
jdbc_02\.classpath, 375 , 2019-07-09
jdbc_02\.project, 383 , 2019-07-09
jdbc_02\.settings, 0 , 2019-07-15
jdbc_02\.settings\org.eclipse.core.resources.prefs, 68 , 2019-07-11
jdbc_02\.settings\org.eclipse.jdt.core.prefs, 598 , 2019-07-09
jdbc_02\bin, 0 , 2019-07-15
jdbc_02\bin\com, 0 , 2019-07-15
jdbc_02\bin\com\xt, 0 , 2019-07-15
jdbc_02\bin\com\xt\dao, 0 , 2019-07-15
jdbc_02\bin\com\xt\dao\BaseDao.class, 3283 , 2019-07-11
jdbc_02\bin\com\xt\dao\impl, 0 , 2019-07-15
jdbc_02\bin\com\xt\dao\impl\StudentDaoImpl.class, 4033 , 2019-07-11
jdbc_02\bin\com\xt\dao\StudentDaoI.class, 381 , 2019-07-09
jdbc_02\bin\com\xt\entity, 0 , 2019-07-15
jdbc_02\bin\com\xt\entity\Student.class, 2463 , 2019-07-09
jdbc_02\bin\com\xt\test, 0 , 2019-07-15
jdbc_02\bin\com\xt\test\Test.class, 3454 , 2019-07-11
jdbc_02\bin\conn.properties, 180 , 2019-07-11
jdbc_02\lib, 0 , 2019-07-15
jdbc_02\lib\mysql-connector-java-5.1.38.jar, 983911 , 2019-07-08
jdbc_02\src, 0 , 2019-07-15
jdbc_02\src\com, 0 , 2019-07-15
jdbc_02\src\com\xt, 0 , 2019-07-15
jdbc_02\src\com\xt\dao, 0 , 2019-07-15
jdbc_02\src\com\xt\dao\BaseDao.java, 3840 , 2019-07-11
jdbc_02\src\com\xt\dao\impl, 0 , 2019-07-15
jdbc_02\src\com\xt\dao\impl\StudentDaoImpl.java, 4584 , 2019-07-11
jdbc_02\src\com\xt\dao\StudentDaoI.java, 792 , 2019-07-09
jdbc_02\src\com\xt\entity, 0 , 2019-07-15
jdbc_02\src\com\xt\entity\Student.java, 2212 , 2019-07-09
jdbc_02\src\com\xt\test, 0 , 2019-07-15
jdbc_02\src\com\xt\test\Test.java, 3123 , 2019-07-11
jdbc_02\src\conn.properties, 180 , 2019-07-11

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • lexical-011
    The following words are used as keywords in proposed extensions and are therefore reserved to allow for the possibility of future adoption of those extensions.
    2013-12-25 10:49:21下载
    积分:1
  • Common-function-about-Java-class
    这个Java类可以用来求出随机数,算出0至1之间的随机小数,然后乘以100,这样就能求出0至100之间的随机整数了。(The Java class can be used to seek the random, and work out between 0 to 1 random decimal, and then multiplied by 100, so they could work out between 0 to 100 of the random integer. )
    2011-12-29 21:51:51下载
    积分:1
  • Employee
    创建四个类,分别为Employee类、SalariedEmplyee类、HourlyEmployee类和CommissionEmployee类。其中Employee类是其他三个类的父类。Employee类包含姓名和身份证号。除此之外,SalariedEmployee类还应包含每月工资;HourlyEmployee类还应包含每小时工资数和工作时间数;CommissionEmployee还应包含提成比例和销售总额。每个类都应有合适的构造方法、数据成员的设置和读取方法。编写一个应用程序,创建这些类的对象,并输出与对象相关的信息。注意子类有时需调用父类的构造方法和被覆盖的方法,成员变量定义为private,对有些方法实现重载。 (Create four categories, namely the Employee class, SalariedEmplyee class, HourlyEmployee classes and CommissionEmployee classes. Employee class is the parent class where the other three classes. Employee class contains the name and ID number. In addition, SalariedEmployee class also includes a monthly salary HourlyEmployee class should also include the number of hourly wages and the number of working hours CommissionEmployee should also include the proportion and total sales commission. Each class should have the right to set and read the constructor method, data members. Write an application to create objects of these classes, and output information associated with the object. Sometimes need to call attention to a subclass of the parent class constructor and methods are covered, member variables defined as private, to achieve overloading of some methods.)
    2013-11-27 11:43:06下载
    积分:1
  • c3
    说明:  这是基于VB编程的代码,希望对大家的学习能有所帮助。(This is for all of you.)
    2009-06-29 09:05:55下载
    积分:1
  • 计算器
    说明:  通过java语言,实现了一个简单方便的计算器。(A simple calculator is implemented.)
    2020-06-25 14:00:01下载
    积分:1
  • jpasswordfield
    Determines the Password
    2012-02-14 14:35:31下载
    积分:1
  • CHAT
    Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。( Java chat server and client service procedures, C/S structure, ChatServer class implements a chat room on the server side, such a constructor, use newServerSocket in the constructor () to create a Socket connection. Java chat server and client service procedures, C/S structure, ChatServer class implements a chat room on the server side, such a constructor, use newServerSocket in the constructor () to create a Socket connection.)
    2014-08-11 17:58:30下载
    积分:1
  • Chat1.3
    这是一个小型的Java聊天练习,仅供参考学习(This is a small Java chat exercises are for reference only learning)
    2012-10-23 11:12:02下载
    积分:1
  • Code_Examples
    说明:  本资源提供了《大话Java——从零基础到数据库、Web开发》 书籍中的源代码,即书中范例部分的代码。希望对你们有用。(The resources of the &quot talking big Java- from zero to a database-based, Web development&quot books, the source code, that is part of the book example code. Hope that useful.)
    2010-03-26 20:17:37下载
    积分:1
  • Vooga-master
    说明:  该项目的主要目的是使自己熟悉如何使用Golden T游戏框架以及在该框架中构建游戏的困难。因此,该游戏不必是有史以来最出色的游戏,但它必须满足一些基本要求: 1.游戏应是特定类型的视频游戏的可识别成员。我选择构建一个类似于TI-83计算器游戏BlockDude的拼图平台游戏。 2.游戏不一定是完整的,但您应该拥有在游戏中随处可见的角色,玩家应该可以与游戏互动(控件可能是粗糙的),并且您至少应拥有几个游戏的比喻。例如,实时策略游戏可以让您放置可以建造单位的建筑物,RPG可以进行基本的回合制战斗,等等。 3.游戏应具有两个不同的游戏“模式”或两个不同的级别。带有“开始游戏”之类的游戏菜单不算作一种模式。所谓“级别”,是指两个玩起来不同的级别-不仅是坏家伙更多,或者坏家伙更快。 4.专注于游戏机制,而不是图形,对话框或其他任何内容。您的游戏可以使用简笔图形或从现有游戏中窃取的粗裁图像。只需确保图像足够可识别即可,以便我们可以判断您的游戏中发生了什么。(The main point of this project was to familiarize ourselves with how to use the Golden T game framework and the difficulties of building a game in that framework. As a result, the game did not need to be the greatest ever created but it did have to meet a few basic requirements:)
    2020-03-14 12:35:02下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载