梁某人

发展才是硬道理

导航

2005年2月16日 #

Death to Plaxo

摘要: Death to Plaxo by Bret Fausett at 11:39AM (PST) on March 23, 2004 | Permanent Link | Cosmos Whoa. In the current PC Forum session, Tim Koogle of Plaxo is taking a beating over lack of transpar... 阅读全文

posted @ 2005-02-16 18:02 涛仔28 阅读(592) 评论(2) 推荐(0) 编辑

2005年2月15日 #

买了一本 E.gamma和 K.beck的Contributing to Eclipse

摘要: 不错,有意思有意思 阅读全文

posted @ 2005-02-15 16:05 涛仔28 阅读(323) 评论(0) 推荐(0) 编辑

2005年2月5日 #

漫 谈oracle 中 的 空 值

摘要: 在 数 据 库 中, 空 值 用 来 表 示 实 际 值 未 知 或 无 意 义 的 情 况。 在 一 个 表 中, 如 果 一 行 中 的 某 列 没 有 值, 那 么 就 称 它 为 空 值(NULL)。 任 何 数 据 类 型 的 列, 只 要 没 有 使 用 非 空(NOT NULL) 或 主 键(PRIMARY KEY) 完 整 性 限 制, 都 可 以 出 现 空 值。 在 实 际 应... 阅读全文

posted @ 2005-02-05 04:37 涛仔28 阅读(615) 评论(0) 推荐(0) 编辑

Oracle 常用SQL函数

摘要: 航海日志 第1篇 Oracle的SQL函数分为单行函数和多行函数。单行函数只对单条记录有效,多行函数对多条记录有效。 单行函数包括,字符、数字、日期、转换和普通函数。 字符函数举例: • 全小写 LOWER('SQL Course') sql course • 全大写 UPPER('SQL Course') SQL COURSE •首字母大写 INITCAP(... 阅读全文

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

Hibernate出现 set方法反射错

摘要: 如果字段是基本类型如 long 则不能为null,否则出现set方法反射错。 阅读全文

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

格式化输出数字

摘要: 格式化输出数字 翻译:Cherami email:cherami@163.net 原文:http://developer.java.sun.com/developer/TechTips/2000/tt0411.html 有时我们需要控制输出的数字的格式,如何使用java的类库做到这个呢? 也许你不关心格式,但是你需要关心你的程序可以在全世界通用,像下面的这样一个简单的语句是依赖地区的:... 阅读全文

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

2005年2月3日 #

渴望

摘要: 找到一位大虾,已经针对Eclipse的机制作了深入研究,交流渴望ing... http://blogger.org.cn/blog/more.asp?name=brokendoor&id=975 [开发笔记]Triones Framework Runtime 心得体会,软件技... 阅读全文

posted @ 2005-02-03 03:14 涛仔28 阅读(488) 评论(0) 推荐(0) 编辑

2005年2月1日 #

ClassLoader对jar的一个处理方式

摘要: /** * @author tom * * 这个类测试动态载入jar文件中的类 */ public class JarLoader { private static void test(String[] args) throws Exception { Object obj = new MyAppClassLoader("").loadClass("TestCCL").new... 阅读全文

posted @ 2005-02-01 18:18 涛仔28 阅读(1052) 评论(1) 推荐(0) 编辑

Eclipse插件体系结构

摘要: Summary Eclipse plug-ins embody an architectural pattern for building an application from constituent parts. This article presents an in-depth view of the participant roles and collaborations of this... 阅读全文

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

How to Use the Eclipse API

摘要: Summary The Eclipse Platform offers a comprehensive API (Application Programmer Interface) to developers writing plug-ins. This article discusses the general ground rules for using the Eclipse Platfo... 阅读全文

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