自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

混在CSDN的日子

爱生活 爱编程

  • 博客(6)
  • 收藏
  • 关注

原创 SWT学习笔记(一)-在项目中加入swt.jar

原文出处:http://www.cs.umanitoba.ca/~eclipse/1-Install.pdf  1 .swt.jar所在的位置 win32: INSTALLDIR/eclipse/plugins/org.eclipse.swt.win32_3.0.0/ws/win32/ gtk: INSTALLDIR/eclipse/plugins/org.eclipse.swt.gtk_3.0.

2004-07-12 09:16:00 2361

原创 Getting Started with the SWT

去www.swt-designer.com下载SWT Designer的时候发现了这个页面,赶紧做个标记。 1.    Installing Eclipse and running a simple SWT program tutorial (or in postscript) and workspace zip file. 2.    Basic widgets tutorial (or in

2004-07-09 14:36:00 905

原创 Eclipse插件开发学习笔记(二)

弹出菜单 Pop-up Menus1)MONKEY SEE/MONKEY DO RULE  Always start by copying the structure of a similar plug-in. 寻找相似的plug-in的方法   通过查看现有文件中已经定义好的 extension points.    Since the popupMenus extension point is

2004-07-08 18:47:00 1502 2

原创 Eclipse插件开发学习笔记 (一)

起步1)访问Eclipse插件源文件的方法 File > Import... > External Plug-ins and Fragments > 进入下一页接受默认选项  > 在第三页中" Add All " > Finish. 其中"Workspace set up with binary projects but linked contents"的意思是说: PDE 在workspace中

2004-07-08 18:44:00 1556

原创 Sun announced today the Beta 2 release of the J2SE 5.0 software development kit (JDK)

         Sun announced today the Beta 2 release of the J2SE 5.0 software development kit (JDK), which includes tools such as compilers and debuggers necessary for developing applets and applications a

2004-06-29 14:01:00 1017

原创 (转)追MM与设计模式

创建型模式 1、FACTORY一追MM少不了请吃饭了,麦当劳的鸡翅和肯德基的鸡翅都是MM爱吃的东西,虽然口味有所不同,但不管你带MM去麦当劳或肯德基,只管向服务员说“来四个鸡翅”就行了。麦当劳和肯德基就是生产鸡翅的Factory 工厂模式:客户类和工厂类分开。消费者任何时候需要某种产品,只需向工厂请求即可。消费者无须修改就可以接纳新产品。缺点是当产品修改时,工厂类也要做相应的修改。如:如何创建及如

2004-06-28 11:20:00 747 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除