-
SQOOP2
SQOOP2的java实例
创建连接,创建任务,执行任务(SQOOP2 demo)
- 2016-06-08 17:20:45下载
- 积分:1
-
hb00003
说明: 用JAVA做的一个系统 虽然简单了点 但也有一定的参考价值(do with JAVA a simple system of points but there are also some reference value)
- 2006-02-22 13:34:59下载
- 积分:1
-
JAVA
java基础教程,对于初学者有很大的帮助,是你进行软件行业java方向的最好入门书籍
(Java based tutorial, very helpful for beginners, is the entry you are Java direction of software industry s best books)
- 2013-08-08 19:47:54下载
- 积分:1
-
OUTPUT2
java in power sytem
- 2011-12-20 02:35:16下载
- 积分:1
-
数学题练习平台
基于JavaGUI的数学题练习平台,题目分为小学,初中,高中,每次测验后,会生成当前的测试成绩(JavaGUI-based Mathematics Exercise Platform, the topics are divided into primary, junior and senior high schools, after each test, the current test results will be generated.)
- 2020-06-19 10:00:02下载
- 积分:1
-
Algorithms.for.Visual.Design.Using.the
Art Processing book
Algorithms.for.Visual.Design.Using.the.Processing.Language.May.2009
- 2014-10-16 10:06:58下载
- 积分:1
-
mouse
编写应用程序,当鼠标进入窗口时,用一个文本框给出鼠标进入或离开的信息,当鼠标左键按下拖拽时,文本框给出鼠标所在点的坐标(Written application, when the mouse enters the window, a text box with the mouse enters or leaves given the information, press the left mouse button when dragging, the text box where the point given the coordinates of the mouse)
- 2011-11-20 14:11:39下载
- 积分:1
-
bucketsort
说明: 用java实现的桶排序程序,本科期间java的实习(used to achieve the barrels sequencing procedures, undergraduate internships during java)
- 2006-04-17 22:00:57下载
- 积分:1
-
Design_patterns_in_Java
Design patterns in Java
- 2014-12-24 01:03:30下载
- 积分: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