kukooBlog

          look to the master, follow the master, walk with the master, see through the master, become the master.

            BlogJava :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::
            213 隨筆 :: 0 文章 :: 285 評論 :: 0 Trackbacks

          2006年7月1日 #

          posted @ 2007-01-13 23:15 kukooBlog 閱讀(1906) | 評論 (0)編輯 收藏

          posted @ 2007-01-12 12:16 kukooBlog 閱讀(2129) | 評論 (0)編輯 收藏

          posted @ 2007-01-04 18:57 kukooBlog 閱讀(2057) | 評論 (0)編輯 收藏

          posted @ 2007-01-04 18:57 kukooBlog 閱讀(2503) | 評論 (0)編輯 收藏

          posted @ 2007-01-04 18:56 kukooBlog 閱讀(4039) | 評論 (1)編輯 收藏

          posted @ 2006-09-11 14:30 kukooBlog 閱讀(5337) | 評論 (3)編輯 收藏

          posted @ 2006-09-09 12:13 kukooBlog 閱讀(4144) | 評論 (1)編輯 收藏

          posted @ 2006-09-06 16:47 kukooBlog 閱讀(2088) | 評論 (2)編輯 收藏

               摘要: 如何在SWT中使用chart(曲線圖表,如柱狀圖,餅圖等)? 目前我知道的有兩種方式: 方式一: 使用Eclipse BIRT中的chart引擎。 方式二: 使用JFreeChart。 最新的JFreeChart 1.0.2增加了對SWT的支持。  閱讀全文
          posted @ 2006-09-02 10:42 kukooBlog 閱讀(3504) | 評論 (1)編輯 收藏

               摘要: Eclipse RCP平臺真的是一個非常好的平臺,但是在用RCP的過程中,一定有一個大問題: SWT的UI widgets。 了解Swing的人知道,Swing下面有相當多的widgets,而且Sun還贊助著一個SwingLab,為Swing開發更多的客戶化的UI widgets。 但是SWT目前有這么一個問題,SWT的元件,不能直接繼承來開發一個新的UI組件,Eclipse雖然提供了大量的widgets,但是卻還不夠豐富,或者使用上有局限性(比如table這個組件)。 所以我們面臨的問題就是: 要么自己開發適合自己需求的widgets,要么在網上找。 而目前,還沒有像Swing那樣存在大量的custom widgets,這有點像``雞"和``蛋"的問題。  閱讀全文
          posted @ 2006-09-01 17:23 kukooBlog 閱讀(2794) | 評論 (17)編輯 收藏

               摘要: ``When people discuss layering, there's often some confusion over the terms layer and tier. Often the two are used as synonyms, but most people see tier as implying a physical separation. Client-server systems are often described as two-tier systems, and the separation is physical: The client is a desktop and the server is a server. I use layer to stress that you don't have to run the layers on different machines. A distinct layer of domain logic often runs on e  閱讀全文
          posted @ 2006-08-31 15:20 kukooBlog 閱讀(2309) | 評論 (0)編輯 收藏

               摘要: Scrum是什么呢? 套用介紹文章中的定義: ``Scrum has a simple implementation that is designed to increase productivity and reduce the time it takes to benefit from a software/product development. Importantly, it embraces adaptive and empirical systems development. "。用中文定義來說,就是: ``Scrum提供了一種經驗方法,它使得團隊成員能夠獨立地,集中地在創造性的環境下工作。它發現了軟件工程的社會意義。這一過程是迅速,有適應性,自組織的,它代表了從順序開發過程以來的重大變化"。  閱讀全文
          posted @ 2006-08-30 18:15 kukooBlog 閱讀(4031) | 評論 (1)編輯 收藏

               摘要: JavaRef.com發表了一個Eclipse的插件,允許你在Eclipse IDE里面方便的查詢JavaDoc...  閱讀全文
          posted @ 2006-08-24 13:55 kukooBlog 閱讀(2636) | 評論 (1)編輯 收藏

          posted @ 2006-08-23 19:14 kukooBlog 閱讀(1863) | 評論 (1)編輯 收藏

               摘要: Glassfish是Sun Microsystem支持的一個開源社區,它參考了Apache, Eclipse等開源社區的模式,通過OpenSource實現了Java EE 5的全部功能。 Sun的Java System Application PE 9和Java EE 5 SDK即以Glassfish為基礎。利用空閑的時間,安裝了Glassfish和相對應的Eclipse插件,簡單的玩了一下.  閱讀全文
          posted @ 2006-07-20 12:26 kukooBlog 閱讀(15932) | 評論 (2)編輯 收藏

          posted @ 2006-07-15 13:37 kukooBlog 閱讀(1645) | 評論 (2)編輯 收藏

          posted @ 2006-07-09 22:14 kukooBlog 閱讀(2701) | 評論 (0)編輯 收藏

               摘要: Eclipse 3.2 Callisto中增加了一個Data Tool,下面簡單的介紹一下如何使用這個工具。 如果你以前使用過SQLExplorer,會覺得這兩個工具非常相似。  閱讀全文
          posted @ 2006-07-06 15:01 kukooBlog 閱讀(3052) | 評論 (3)編輯 收藏

          posted @ 2006-07-02 21:00 kukooBlog 閱讀(824) | 評論 (1)編輯 收藏

               摘要: Eclipse Callisto在歷經了長時間的等待之后終于發布了。 Callisto的主要目的是為了同步發布10個Eclipse的主要項目(Eclipse Platform, JDT, PDE, CDT, BIRT, EMF, GEF, VE, WST, TPTP等)。 這樣會使得下載,安裝和配置這些項目變得更加容易。 前一篇blog中簡單描述了如何下載最新的Eclipse 3.2 SDK,以及如何通過Callisto Discovery Site來安裝其他的插件,在這里,將比較詳細的描述一下如何使用Callisto Discovery。

            閱讀全文
          posted @ 2006-07-01 22:10 kukooBlog 閱讀(3794) | 評論 (4)編輯 收藏

               摘要: 一早得知Eclipse 3.2正式發布的消息以后,第一時間就安裝了Eclipse Callisto。也許是趕在下載高峰到來之前安裝的,一共耗時約50分鐘,包括Eclipse 3.2 SDK和所有Callisto中包含的Plugins。   閱讀全文
          posted @ 2006-07-01 19:03 kukooBlog 閱讀(3906) | 評論 (4)編輯 收藏

               摘要: Eclipse 3.2在發布了RC-7 20多天以后,終于正式發布了3.2版,同時Callisto項目也被鏡像到了多個站點,可以下載了。 你可以直接下載Eclipse 3.2 SDK(大約為120MB),然后更新你需要的其他模塊(入TPTP),也可以只下載Eclipse 3.2 Platform (大約為34MB),然后通過Update Manager,從Callistor更新站點,下載JDT, PDE, VE等其他模塊。

            閱讀全文
          posted @ 2006-07-01 09:32 kukooBlog 閱讀(3458) | 評論 (0)編輯 收藏

          主站蜘蛛池模板: 荆门市| 蒲城县| 虞城县| 岱山县| 青阳县| 孝昌县| 积石山| 合作市| 东平县| 沭阳县| 涿鹿县| 绿春县| 天台县| 和田县| 望城县| 车险| 错那县| 凤阳县| 吉隆县| 卢湾区| 罗城| 铜陵市| 连平县| 宁强县| 天台县| 开平市| 遵化市| 准格尔旗| 拉萨市| 龙胜| 通辽市| 邢台县| 达拉特旗| 逊克县| 杭锦旗| 江城| 梅州市| 平原县| 张北县| 墨竹工卡县| 台南县|