梁某人

发展才是硬道理

导航

2005年1月31日 #

Java虚拟机类装载:原理、实现与应用 (摘录)

摘要: 出处:http://forums.zdnet.com.cn/cgi-bin/topic.cgi?forum=3&topic=1446&start=0 一、引言 Java虚拟机(JVM)的类装载就是指将包含在类文件中的字节码装载到JVM中, 并使其成为JVM一部分的过程。JVM的类动态装载技术能够在运行时刻动态地加载或者替换系统的某些功能模块, 而不影响系统其他功能模块的正常运行。本文将分析JV... 阅读全文

posted @ 2005-01-31 03:56 涛仔28 阅读(418) 评论(0) 推荐(0) 编辑

插件平台

摘要: OSGI? 如何在增强扩展性与降低系统复杂度之间取得平衡? 如何在颠覆旧思路与保护现有的智力成果之间取得平衡? 阅读全文

posted @ 2005-01-31 02:56 涛仔28 阅读(352) 评论(0) 推荐(0) 编辑

2005年1月14日 #

oracle 精确到秒的格式串

摘要: to_date('2004-3-24 15:59:9','YYYY-MM-DD HH24:MI:SS') 出处:http://www.hkln.net/doc/oracle/sql/function.htm#a8 簡 介 下 一 節 到 頁 頂 ... 阅读全文

posted @ 2005-01-14 18:00 涛仔28 阅读(784) 评论(0) 推荐(0) 编辑

2005年1月11日 #

容易误用的 Boolean.getBoolean

摘要: getBooleanpublic static boolean getBoolean(Stringname)Returns true if and only if the system property named by the argument exists and is equal to the string "true". (Beginning with version 1.0.2 of ... 阅读全文

posted @ 2005-01-11 05:49 涛仔28 阅读(944) 评论(0) 推荐(0) 编辑

2005年1月8日 #

潜龙勿用,阳在下也

摘要: 潜龙勿用,阳在下也 阅读全文

posted @ 2005-01-08 00:54 涛仔28 阅读(608) 评论(0) 推荐(0) 编辑

2005年1月5日 #

hibernate configuration

摘要: if there is error in .hbm.xml file,you 'll get a report: java.lang.RuntimeException: Exception building SessionFactory: Could not find a getter for ... this is because some column definition is mi... 阅读全文

posted @ 2005-01-05 03:01 涛仔28 阅读(513) 评论(0) 推荐(0) 编辑

2005年1月1日 #

原来问题出在连接器上

摘要: apache的 AddDefaultCharset 注释掉了, tomcat 也设置了 URIEncoding了, 为什么还是无法正确传递中文呢? 网上找不到相关的帖子,今天走运了,让我找到一篇似乎无关的东西:AJP连接器配置, 原来那个默认8009端口的connector也应该设置URIEncoding, ok,圆满解决! 阅读全文

posted @ 2005-01-01 23:49 涛仔28 阅读(324) 评论(0) 推荐(0) 编辑

2004年12月23日 #

格言

摘要: Any fool can write code that a computer can understand. Good programmers write code that humans can understand 阅读全文

posted @ 2004-12-23 11:25 涛仔28 阅读(389) 评论(0) 推荐(0) 编辑

2004年12月19日 #

摘录一篇 这两天对SSO的认识

摘要: 这两天对SSO的认识 作者:game.19xz 来源:19xz.com ... 阅读全文

posted @ 2004-12-19 13:04 涛仔28 阅读(993) 评论(0) 推荐(0) 编辑

2004年12月17日 #

自己的语言

摘要: 关于digester,还是有很多翻译文章,都是出自ONJava.com,我只是用自己的语言翻译了一次,嘿,自己翻译也是一个很好的学习过程,跟“抄袭”没关系,呵 阅读全文

posted @ 2004-12-17 23:59 涛仔28 阅读(385) 评论(0) 推荐(0) 编辑