-
java-language
java语言入门中文版,很基础的JAVA学习资料,把JAVA的基础知识简明的讲述(Introduction to Chinese version of java language, it is JAVA based learning materials, the simple basics of JAVA about)
- 2011-06-05 22:48:48下载
- 积分:1
-
网上选课系统
说明: 网络上的选课系统,用户可先完成用户的注册登录修改自己的资料,并且登陆以后选择各种各样的书籍,结束日期,归还日期等等(In the network selection system, users can first complete the user's registration and login to modify their own data, and then choose a variety of books, the end date, the return date, and so on.)
- 2018-04-13 18:19:22下载
- 积分:1
-
LogWriter
A wrapper around log4j that is used for logging debug and errors.
- 2013-11-04 10:19:44下载
- 积分:1
-
Java编程思想第四版完整中文高清版(免费)
说明: Java programming ideas books, pdf version, very good books
- 2020-06-20 13:20:01下载
- 积分:1
-
Mouse
说明: java 打地鼠小游戏 课程设计 经过测定 非常好用(the code for java game)
- 2020-06-19 15:40:02下载
- 积分:1
-
java-jdbc-connectionmysql-useeclipse
java jdbc 連接mysql-使用eclipse(java jdbc connectionmysql-useeclipse)
- 2012-03-15 22:12:09下载
- 积分:1
-
Thinking_in_Java
学习JAVA从这本书学起,很好的书值得珍藏,希望能给大家一些帮助。(Thinking in Java)
- 2013-10-06 16:39:58下载
- 积分: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
-
Thinking-in-java-
Java编程思想第四版完整中文高清版(免费)(Java programming ideas fourth edition of the complete Chinese HD version (free))
- 2013-12-26 14:05:51下载
- 积分:1
-
DoubleDatePicker-master
在安卓开发中,会碰到选开始日期和结束日期的问题。特别是在使用Pad时,如果弹出一个Dialog,能够同时选择开始日期和结束日期,那将是极好的。我在开发中在DatePickerDialog的基础上做了修改,实现了这种Dialog。(Andrews Date Picker)
- 2015-10-20 22:22:53下载
- 积分:1