自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

Object-Oriented Design

A part of English StudyObject-Oriented Design        IS-A and HAS-A relationships and encapsulation are just the tip of the iceberg when it comes to object-oriented design. Many books and graduate t...

2007-11-12 22:22:55 238

Axis2:快速了解AXIOM

看一个简单的Web Servicejava 代码 package org.jivaro.sq;       import java.util.HashMap;       public class StockQuoteService {        private HashMap map = new HashMap();    ...

2007-11-12 16:52:46 178

Axis2快速开发指南

http://ws.apache.org/axis2/1_3/quickstartguide.html可以找到原文,这里并没有彻底按照原文进行翻译。准备工作1、下载并安装JDK,Axis2要求JDK至少为1.4。设置JAVA_HOME环境变量;2、下载Axis2;3、解压Axis2后你会找到一个名为axis2.war的文件,把它拷贝到servlet引擎的发布目录;4、设置AXIS2_HO...

2007-11-12 16:11:08 507

工厂模式笔记

《Java与模式》之工厂模式学习Facotry Pattern包括了三种形态 Simple Factory Factory Method Abstract Factory 下面分别进行学习Simple Factory简单工厂模式往往是普通工厂模式的一个特例。简单工厂模式基本是用一个类来模拟工厂,通过该工厂类的静态方法返回具体的产品类,而这些产品又源自一个抽象...

2007-11-10 15:36:00 128

1-Declarations and Access Control

Declare Classes & Interfaces Develop Interfaces & Abstract Classes Use Primitives, Arrays, Enums, & Legal Identifiers Use Static Methods, JavaBeans Naming, & Var-Args...

2007-11-10 00:59:54 160

tune部分段落翻译

大部分能看明白,表达不够明确或者相当错误,还请各位达人帮忙纠错Chapter 1. 介绍The trouble with doing something right the first time is that nobody appreciates how difficult it was.--Fortune第一次做事情遇到麻烦是因为没有人理解这事儿有多困难。There is a gen...

2007-11-09 21:18:16 196

空空如也

空空如也

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

TA关注的人

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