自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (4)
  • 收藏
  • 关注

原创 DataExchangeTest.java

import java.awt.*;import java.awt.event.*;import javax.swing.*;public class DataExchangeTest{public static void main(String[] args){EventQueue.invokeLater(new Runnable(){public void

2009-09-09 10:49:00 314

原创 SizedFrameTest.java

import java.awt.*;import javax.swing.*;public class SizedFrameTest{public static void main(String[] args){EventQueue.invokeLater(new Runnable(){public void run(){SizedFrame frame=new

2009-09-09 10:48:00 298

转载 java+tomcat配置

经常看到jsp的初学者问tomcat下如何配置jsp、servlet和bean的问题,于是总结了一下如何tomcat下配置jsp、servlet和ben,希望对那些初学者有所帮助。一、开发环境配置第一步:下载j2sdk和tomcat:到sun官方站(http://java.sun.com/j2se/1.5.0/download.jsp)下载j2sdk,注意下载版本为Windows Offline

2009-09-09 10:47:00 328

原创 SimpleFrameTest.java

import javax.swing.*; public class SimpleFrameTest { public static void main (String[] args) { SimpleFrame frame =new SimpleFrame(); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.setVisi

2009-09-09 10:47:00 328

原创 weblogic

WebLogic是美国bea公司出品的一个application server确切的说是一个基于j2ee架构的中间件,webserver是用来构建网站的必要软件用来解析发布网页等功能,它是用纯java开发的。weblogic本来不是由bea发明的,是它从别人手中买过来,然后再加工扩展。目前weblogic在世界application server市场上占有最大的份额

2009-09-09 10:46:00 214

原创 自己编的的JAVA,将我以前学的FOXBASE写的一个程序用JAVA重新编写

//自己编的的JAVA,将我以前学的FOXBASE写的一个程序用JAVA重新编写 public class test1 { public static void main(String [] args)   {   for (int i=1;i   {     for (int j=1;j   {    System.out.print("*");    }    System.out.print

2009-09-09 10:45:00 319

原创 我的第一个JAVA程序

public class HelloWorld { public static void main(String [] args) { System.out.println("HelloWorld"); } }

2009-09-09 10:43:00 503

Core Java Volume II 最新第8版 part1全两卷 (附随书源码)

Fully updated for the new Java SE 6 platform, this no-nonsense tutorial and reliable reference illuminates the most important language and library features with thoroughly tested real-world examples. The example programs have been carefully crafted to be easy to understand as well as useful in practice, so you can rely on them as an outstanding starting point for your own code. Volume I is designed to quickly bring you up to speed on what’s new in Java SE 6 and to help you make the transition as efficiently as possible, whether you’re upgrading from an earlier version of Java or migrating from another language. The authors concentrate on the fundamental concepts of the Java language, along with the basics of user-interface programming. You’ll find detailed, insightful coverage of * Java fundamentals * Object-oriented programming * Interfaces and inner classes * Reflection and proxies * The event listener model * GUI programming with Swing * Packaging applications * Exception handling * Logging and debugging * Generic programming * The collections framework * Concurrency For detailed coverage of XML processing, networking, databases, internationalization, security, advanced AWT/Swing, and other advanced features, look for the forthcoming eighth edition of Core Java™, Volume II—Advanced Features (ISBN: 978-0-13-235479-0).

2009-09-09

Core Java Volume II 最新第8版 part2全两卷 (附随书源码)

Fully updated for the new Java SE 6 platform, this no-nonsense tutorial and reliable reference illuminates the most important language and library features with thoroughly tested real-world examples. The example programs have been carefully crafted to be easy to understand as well as useful in practice, so you can rely on them as an outstanding starting point for your own code. Volume I is designed to quickly bring you up to speed on what’s new in Java SE 6 and to help you make the transition as efficiently as possible, whether you’re upgrading from an earlier version of Java or migrating from another language. The authors concentrate on the fundamental concepts of the Java language, along with the basics of user-interface programming. You’ll find detailed, insightful coverage of * Java fundamentals * Object-oriented programming * Interfaces and inner classes * Reflection and proxies * The event listener model * GUI programming with Swing * Packaging applications * Exception handling * Logging and debugging * Generic programming * The collections framework * Concurrency For detailed coverage of XML processing, networking, databases, internationalization, security, advanced AWT/Swing, and other advanced features, look for the forthcoming eighth edition of Core Java™, Volume II—Advanced Features (ISBN: 978-0-13-235479-0).

2009-09-09

Core Java Volume I 最新第8版 全两卷 (附随书源码)

Fully updated for the new Java SE 6 platform, this no-nonsense tutorial and reliable reference illuminates the most important language and library features with thoroughly tested real-world examples. The example programs have been carefully crafted to be easy to understand as well as useful in practice, so you can rely on them as an outstanding starting point for your own code. Volume I is designed to quickly bring you up to speed on what’s new in Java SE 6 and to help you make the transition as efficiently as possible, whether you’re upgrading from an earlier version of Java or migrating from another language. The authors concentrate on the fundamental concepts of the Java language, along with the basics of user-interface programming. You’ll find detailed, insightful coverage of * Java fundamentals * Object-oriented programming * Interfaces and inner classes * Reflection and proxies * The event listener model * GUI programming with Swing * Packaging applications * Exception handling * Logging and debugging * Generic programming * The collections framework * Concurrency For detailed coverage of XML processing, networking, databases, internationalization, security, advanced AWT/Swing, and other advanced features, look for the forthcoming eighth edition of Core Java™, Volume II—Advanced Features (ISBN: 978-0-13-235479-0).

2009-09-09

Eclipse中文教程.pdf

Eclipse中文教程Eclipse中文教程Eclipse中文教程Eclipse中文教程Eclipse中文教程Eclipse中文教程

2009-09-09

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除