Vincent.Chan‘s Blog

常用链接

统计

积分与排名

网站

最新评论

Java

Java开发
Axis客户端调service产生java.lang.reflect.InvocationTargetException错误

posted @ 2009-03-23 09:09 Vincent.Chen 阅读(3449) | 评论 (0)  编辑

关于ChartDirector的中文问题完美解决

posted @ 2008-04-15 20:06 Vincent.Chen 阅读(5311) | 评论 (5)  编辑

转:利用JFreeChart绘制股票K线图完整解决方案

posted @ 2008-02-02 20:49 Vincent.Chen 阅读(3363) | 评论 (0)  编辑

JFreeChart库包的简介【转载】

posted @ 2008-02-02 20:41 Vincent.Chen 阅读(392) | 评论 (0)  编辑

JFreeChart中文文档【转载】

posted @ 2008-02-02 20:34 Vincent.Chen 阅读(828) | 评论 (0)  编辑

AppFuse2 建立新project命令

posted @ 2007-07-18 22:58 Vincent.Chen 阅读(1000) | 评论 (0)  编辑

候捷谈反射机制(转)
     摘要: Reflection 是Java被视为动态(或准动态)语言的一个关键性质。这个机制允许程序在运行时透过Reflection APIs取得任何一个已知名称的class的内部信息,包括其modifiers(诸如public, static 等等)、superclass(例如Object)、实现之interfaces(例如Cloneable),也包括fields和methods的所有信息,并可于运行时改变fields内容或唤起methods。本文借由实例,大面积示范Reflection APIs。  阅读全文

posted @ 2007-07-02 23:58 Vincent.Chen 阅读(757) | 评论 (0)  编辑

(转)Polymorphism(多态性)很X,大家注意少儿不宜
     摘要: Polymorphism shouldn't be a new concept to anybody. You deal with it every day in the real world. There's more than one class of cat to skin, but you skin 'em the same way, even if the specific instance is completely new to you. Let's say for example you want to fuck a hole. You fuck all holes the same. You don't care if that hole happens to be a mouth, an ass, or a pussy, you're gonna fuck it the same way regardless. However, the mouth, pussy, or ass may respond differently to the fucking.  阅读全文

posted @ 2007-07-02 23:54 Vincent.Chen 阅读(1900) | 评论 (1)  编辑

关于ResultSet的关闭问题

posted @ 2006-03-15 23:15 Vincent.Chen 阅读(4326) | 评论 (0)  编辑

GOOGLE挑战赛练习题1及答案(200分)

posted @ 2006-02-14 21:23 Vincent.Chen 阅读(647) | 评论 (0)  编辑

学习Log4J笔记(转)

posted @ 2006-02-13 18:19 Vincent.Chen 阅读(320) | 评论 (0)  编辑

Velocity用户手册---中文版

posted @ 2006-02-12 12:59 Vincent.Chen 阅读(503) | 评论 (0)  编辑

在网上看到华为java的面试题

posted @ 2006-02-12 11:10 Vincent.Chen 阅读(1029) | 评论 (1)  编辑

竹笋炒肉之Junit学习笔记(转)

posted @ 2006-02-12 10:53 Vincent.Chen 阅读(408) | 评论 (0)  编辑