-
java_tutorial
java ebook tutorial for beginers
- 2009-11-22 09:02:47下载
- 积分:1
-
HiveJDBC
说明: java JDBC操作HIVE数据库 可以通过javaapi进行相关操作(Java JDBC operating hive database)
- 2019-11-05 16:47:29下载
- 积分:1
-
gn
说明: 社区发现的经典算法 GN算法的java测试(Java test of the classical algorithm GN algorithm for community detection
)
- 2016-10-20 08:58:03下载
- 积分:1
-
hydroelement
水库调度中的基本类,主要用于发电调度,包括水库类、曲线类、发电调度图类等(A basic Java code package for reservoir dispatch,consist of hydrostation class、curve class、dispatch graph class,etc.)
- 2020-11-30 15:09:27下载
- 积分:1
-
JAVA网络通信系统的研究与开发
说明: 本课题是应用了计算机网络通信技术和JAVA网络编程的基础知识,以JAVA为平台,利用Eclipse开发工具,并使用SQL Server 2000管理数据库数据开发出的基于Socket的网络即时通信系统。(论文+源代码+开题报告)(This project is based on the basic knowledge of computer network communication technology and Java network programming, using Java as the platform, using eclipse development tools, and using SQL Server 2000 management database data to develop a socket based network instant communication system. (paper + source code + opening report))
- 2020-03-16 21:47:36下载
- 积分:1
-
VideoViewActivity
This is a java class file of an android project
- 2017-06-27 07:51:26下载
- 积分:1
-
Mypicture
定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的draw方法;MyOval负责画椭圆,实现父类的draw方法。编写一个应用程序,使用上面定义的类,随机选取位置和形状,绘制20个图形。(Defines four classes, MyShape, MyLine, MyRectangle and MyOval, which MyShape the other three parent class. MyShape is an abstract class, including graphics position four coordinates a no-argument constructor, all the coordinates are set to 0 a parameterized constructor, all the coordinates is set to the corresponding values each coordinate set and reading method abstract void draw (Graphics g) method. MyLine class is responsible for drawing straight lines, to achieve the draw method of the parent class MyRectangle responsible for drawing rectangles, to achieve the parent class draw method MyOval responsible painted oval, draw method to achieve the parent class. Write an application that uses the class defined above, randomly selected location and shape, draw 20 graphics.)
- 2021-04-14 09:08:55下载
- 积分:1
-
CorsConfig
遇到跨域问题把此java文件加进config类里(Add this java file to the Config class when encountering cross-domain problems)
- 2020-06-22 13:40:02下载
- 积分:1
-
java200
要将 MenuBar 加入一个Frame 中,应使用的方法是?
A. setMenu()
B. setMenuBar()
C. add()
D. addMenuBar()
2. 使用哪一个布局管理器时,当Frame 的大小被改变时Frame 中的按钮的位置可能会被改
变?
A. BorderLayout
B. FlowLayout
C. CardLayout
D. GridLayout(To add a Frame MenuBar, the method should be using? A. setMenu () B. setMenuBar () C. add () D. addMenuBar () 2. When using a layout manager which, when Frame Frame size is changed in the position of the buttons may be changed? A. BorderLayout B. FlowLayout C. CardLayout D. GridLayout)
- 2014-05-17 21:12:54下载
- 积分:1
-
Thinking-in-Java-4th-Edition
Thinking in Java是java学习的最经典资料,该共享为第四版(Thinking in Java is the most classic java learning data, the share for the fourth edition)
- 2016-02-25 11:06:32下载
- 积分:1