-
timetable
一款Java版的课程表软件 联合开发网 - pudn.com
- 2015-06-02 19:23:48下载
- 积分:1
-
jmemory
Java监视内存使用情况,运行Java 程序一般要消耗大量的内存,这曾经是java 的一个致命弱点。当然随着硬件的飞速发展,这个缺点有所弱化,同时java 虚拟机的逐渐成熟,也使内存的消耗量减少。那么一个较小java 程序
究竟要消耗多少内存呢?本例将实现一个能自我监视内存使用的简单程序,来评估java 程序的内存消耗情况。(Java monitor memory usage, run Java programs generally consume large amounts of memory, which used to be a fatal weakness of java. Of course, with the rapid development of hardware, this shortcoming has been weakened, while mature java virtual machine, but also to reduce memory consumption. Then a small java program
How to consume much memory? This example of a simple program memory can be used for self-monitoring to assess memory consumption java program.)
- 2014-05-28 14:57:32下载
- 积分:1
-
struts-prj3
应用于Java初学者,用来对开发感兴趣,提高代码认知。(Applied to Java beginners to be interested in development and improve code awareness.)
- 2018-04-14 16:43:35下载
- 积分:1
-
jspmessage
jspmvc留言包含登陆留言删除新增更新显示初学的小项目(jspmvc )
- 2014-12-25 16:25:44下载
- 积分:1
-
multiThread_Runnable
一个非常简单的多线程程序:三个线程随机产生26个英文字母,可以随时暂停线程并继续。用Java的implements Runnable()实现的多线程,当然您也可以用extends Thread class去实现多线程!代码的每一步都有详细的注释便于大家进一步了解多线程功能!(A simple multiple Thread program which based on implementing Runnable interface, you can use extends Thread class as well.)
- 2012-11-13 12:08:30下载
- 积分:1
-
graphics
实验一:类与对象实验: 几何图形类的设计
实验目的:掌握用类进行面向对象程序设计的方法,掌握使用对象作为类的成员变量,掌握方法的参数传递,掌握静态域和静态方法。
实验内容:编写4个类:Rectangle、Circle、Geometry、Exa,具体要求如下:
① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。
② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方法。
③ Geometry类有Rectangle类和Circle型的成员变量rect和circle。即Geometry类创建的对象由一个矩形和一个圆组合而成。要求该类提供修改rect、circle位置和大小的方法;提供显示rect和circle位置关系的方法,并能够显示圆是否完全坐落于矩形中。
④ 要求能对创建的Rectangle类和Circle类对象数目进行统计。
Exa类含有main方法,在main方法中用Geometry类创建对象,该对象调用相应的方法
设置圆和矩形的位置及大小并输出圆是否包含在矩形中。输出当前Rectangle和Circle
对象数目。
(test one)
- 2014-05-05 08:37:25下载
- 积分:1
-
Redis设计与实现.pdf
Redis设计与实现.pdf
- 2020-07-02下载
- 积分:1
-
CalculateEJB
Java EJB写的Calculate计算器,文件比较多,学习EJB的可参考下。计算器是学习各类编程语言时候经常学写的小程序,可以学到不少知识点,不多介绍了,自己下载源码看下吧。
(Java EJB wrote Calculate Calculator, more documents, learning EJB can refer. The calculator is learning all kinds of programming languages often when learning to write small programs, you can learn a lot of knowledge points, little introduction, and to download the source code look it.)
- 2014-12-31 15:15:26下载
- 积分:1
-
hezeliaotianshi
1、聊天室创建 管理员可以自由的创建嘉宾聊天室,可以随意添加嘉宾的名单、设置主题、时间和简介等有关内容...3、聊天室关闭 管理员可以关闭不再使用的嘉宾聊天室(1, the chat room administrator can create the freedom to create guests chat rooms, can add the list of guests, set the theme, time and brief description of other relevant content ... 3, chat rooms are no longer close the administrator can shut down chat rooms used by guests)
- 2008-05-03 23:14:18下载
- 积分:1
-
web.xml-document
web.xml配置参考文档,简单介绍web文件的配置(Web. XML configuration document reference, simple web documents introduced the configuration
)
- 2012-03-14 17:32:11下载
- 积分:1