posted @ 2010-11-22 05:53 Ardor Leo 閱讀(2303) | 評(píng)論 (0) 編輯 |
有點(diǎn)心得
有點(diǎn)心得 摘要: 4.1. Generic Types
Generic types and methods are the defining new feature of Java 5.0. A generic type is defined using one or more type variables and has one or more methods that use a type variable as a placeholder for an argument or return type. For example, the type java.util.List is a generic type: a list that holds elements of some type represented by the placeholder E. This type has a method named add(), declared to take an argument of type E, and a method named get(), 閱讀全文
Generic types and methods are the defining new feature of Java 5.0. A generic type is defined using one or more type variables and has one or more methods that use a type variable as a placeholder for an argument or return type. For example, the type java.util.List
posted @ 2006-09-21 05:05 Ardor Leo 閱讀(1911) | 評(píng)論 (2) 編輯 |
posted @ 2006-08-08 15:37 Ardor Leo 閱讀(1796) | 評(píng)論 (7) 編輯 |
摘要: 這是最近自己寫的一個(gè)校驗(yàn)如“2006-07-13 00:00:00”形式日期的javascript代碼??紤]到了數(shù)字驗(yàn)證、閏年、2月,30天31天,小時(shí),分,秒的檢驗(yàn)。思路稍偏,記一下 閱讀全文
posted @ 2006-07-13 06:52 Ardor Leo 閱讀(509) | 評(píng)論 (0) 編輯 |
摘要: 一段對(duì)話,關(guān)于Ajax和編碼 閱讀全文
posted @ 2006-06-20 05:38 Ardor Leo 閱讀(1529) | 評(píng)論 (2) 編輯 |
摘要: 利用遠(yuǎn)程調(diào)試改善Eclipse的響應(yīng)速度 閱讀全文
posted @ 2006-06-13 19:33 Ardor Leo 閱讀(2666) | 評(píng)論 (6) 編輯 |