Version 1.0 Author Raindrop-"Nothing" Email chinaren_gc@chinaren.com Date 2002.03.29 此源码在jdk1.3.1下调试通过。 在此环境下以Applet/Application方式均能正常运行。 注意data和imag.
标签: chinaren_gc Raindrop chinaren Version
上传时间: 2013-12-20
上传用户:奇奇奔奔
Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2: Everything is an Object 3: Controlling Program Flow 4: Initialization & Cleanup 5: Hiding the Implementation 6: Reusing Classes 7: Polymorphism 8: Interfaces & Inner Classes 9: Error Handling with Exceptions 10: Detecting Types 11: Collections of Objects 12: The Java I/O System 13: Concurrency 14: Creating Windows & Applets 15: Discovering Problems 16: Analysis and Design A: Passing & Returning Objects B: Java Programming Guidelines C: Supplements D: Resources Index
标签: Introduction Thinking Revision Preface
上传时间: 2014-07-13
上传用户:netwolf
Produce Java classes to calculate and display the root of a quadratic equation when input the coefficients a, b and c within the range of -100 to 100 by user.
标签: calculate the quadratic equation
上传时间: 2014-01-17
上传用户:aappkkee
You may have heard the Latest Brief web service on CodeProject.com. It provides several methods for web client programs to retrieve information about CodeProject.com, such as the latest article updates, the latest comments, and the latest lounge posts, etc. Some very popular articles on the CodeProject site make use of this service. In this article, I am going to present a java client program that uses soap message to call the methods of this web service. My program is not a general java soap client, which means you cannot use it to call other web services directly. However, you can easily modify it for other web services. The program uses only basic Java, it does not depend on any other external class library.
标签: CodeProject provides service methods
上传时间: 2014-01-25
上传用户:baiom
JAVA music player. Project Homepage : http://www.javazoom.net/jlgui/jlgui.html Developer Homepage : http://sourceforge.net/project/?group_id=1344 ----------------------------------------------------- To launch jlGui just doucle click under jlGui2.0.jar. If nothing appear then edit jlGui.bat (or jlGui.sh) script and setup JLGUI_HOME variable and launch the script. To play local file : Left click on "Eject" button. To play remote file/stream : Right click on "Eject" Button. To fill in playlist : Edit default.m3u file before launching jlGui.
标签: jlgui Developer Homepage javazoom
上传时间: 2016-11-16
上传用户:wpwpwlxwlx
软件信息如下: 软件名称:郑州聚鑫打包带厂网站源代码免费版 软件版本:V2008 建议分类:企业网站 联系EMAIL:hzy174@126.com 客服Q Q:908997410 客服电话:13213133057 软件网站:http://www.zzjux.com 下载地址:http://www.kkfenlei.com/downlode/jx.rar 软件容量:4.62M 软件类型:免费软件 应用平台:Win9x/Me/NT/2000/XP 软件介绍:企业网站开发管理系统,可用于企业类网站。采用ASP+Access程序设计,后台管理。 版面美观大方,使用我们的系统,很快建立起专业的企业类网站。联系电话13213133057, 邮箱hzy174@126.com,QQ:908997410。需要更多信息,请访问我们的网站http://www.kkfenlei.com 本网站开发管理系统后台管理登录:admin/adminlogin.asp 用户名:kkfenlei 密码:kkfenlei 注册后将增加留言管理登录: 用户名:kkfenlei 密码:kkfenlei 下载地址:http://www.kkfenlei.com/downlode/jx.rar
上传时间: 2016-11-21
上传用户:yiwen213
这个连接池是直接从JIVE中取出来的,进行了一下修改,使得连接参数直接在程序中设定而不是从属性文件中读取。 [b]用法:[/b] 先设定自己的连接参数,在DbConnectionDefaultPool.java文件的loadProperties方法中。注意你也需要设定连接池的log文件的存放位置。
上传时间: 2016-11-21
上传用户:TF2015
本实例利用java的struts框架,结合oracle数据库,利用jdbc技术,实现B/S结构的开发案例
上传时间: 2014-01-05
上传用户:aix008
简易java框架开源论坛系统拥有常用论坛系统的基本功能,集前台后台代码为一体,支持UBB代码。该论坛系统使用基于OO的方法设计,采用多层B/S构架,数据库持久层主要使用本网的简易数据库开源框架EasyJDO,Web层使用EasyJWeb框架,java代码与页面完全分离,易扩展
上传时间: 2014-06-29
上传用户:Andy123456
java中大部分对图形、文本、图像的操作方法都定义在Graphics类中,所以此次实验使用的方法如Color(int r, int g,int b), setColor(Color c),drawline(int x1,int y1,int x2,int y2)等都来自Graphics类中,此外对文本和字体的处理还用到了Font类中的 new Font(“字体名”,字体风格,字体大小),setFont(Font f)等方法;
上传时间: 2013-11-29
上传用户:yimoney