自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(13)
  • 资源 (20)
  • 收藏
  • 关注

原创 『非原创』批处理总结

条件处理符号&(顺序执行命令),&&(前一个成功则执行后一个), ||(前一个失败执行后一个)例子:dir&arp ;先执行dir,接着执行arp dir&&arp ;dir执行成功后,才执行arp dir||arp ;dir失败(通常返回值为非0时执行失败),才执行arp环境变量Cmd.exe 命令行解释...

2011-05-12 22:29:01 82

倒计时 countdown

[code="java"]import java.util.Calendar;import java.util.GregorianCalendar;import java.util.Timer;import java.util.TimerTask;public class Countdown { public static void main(String[] arg...

2010-06-14 00:09:32 106

原创 formlayout布局,datetime演示

package com.fengmanfei.ch7;import org.eclipse.swt.SWT;import org.eclipse.swt.layout.FormAttachment;import org.eclipse.swt.layout.FormData;import org.eclipse.swt.layout.FormLayout;import org.eclipse.swt.layout.GridData;import org.eclipse.swt.lay

2010-06-11 07:57:00 518

原创 CDT插件源码地址

http://download.eclipse.org/tools/cdt/updates/release/dist/cdt-source-1.2.zip  http://download.csdn.net/source/1812969 http://download.csdn.net/source/1812981

2010-04-13 02:00:00 972

原创 xslt

var idx = 0; function count(){ return ++idx; } function formatNum(nodeName,format){ var oNode = this.selectSingleNode(nodeName); if(oNode == null){ return "0.00"; }

2010-04-07 01:55:00 255

原创 关于注册类和注册id

 在自己的Eclipse RCP 产品中,可能经常要集成第三方的插件,来满足特定的功能需要。但是对于一些不需要的功能,通常的做法是该插件修改源代码。如果出于lisence或非开源的原因,无法修改,或删除其源代码,就要考虑如何在RCP中控制其扩展点的加载。       可以在RCP的WorkbenchWindowAdvisor.preWindowOpen中,取到所有加载的扩展点,然后进行相应的过滤处

2010-03-15 07:44:00 446

原创 JacksonInFiveMinutes

Inspired by the quality and variety of XML tooling available for the Java platform (StAX, JAXB, etc.), the Jackson is a multi-purpose Java library for processing JSON. Jackson aims to be the best poss

2010-03-15 00:58:00 688

转载 jackson tutorial

Tutorial5 Minute Tutorial for Jackson(26-Jun-2009) NOTE:The most up-to-date version of tutorial is now available as FasterXML Jackson Tutorial . This version will be removed in

2010-03-15 00:56:00 1145

转载 Java面试笔试题大汇总(一)

第一,谈谈final, finally, finalize的区别。   最常被问到。     第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)?     第三,Static Nested Class 和 Inner Class的不同,说得越多越好(面试题有的很笼统)。 

2010-03-11 07:44:00 230

转载 hotkey

JzPlugin.getActiveWindow().getWorkbench().getContextSupport().setKeyFilterEnabled(false);JzPlugin.getActiveWindow().getWorkbench().getContextSupport().setKeyFilterEnabled(true);方法好像把所有的快捷键都给屏蔽了,可尝试一

2010-03-10 03:04:00 271

转载 自定义Eclipse菜单项

本文介绍自定义Eclipse菜单项,去除多余的UI图标的方法。   Eclipse的扩展机制是其一个重要特色,但随着Eclipse功能越做越强,插件越来越多,你会发现GUI上的图标越来越多,Menu,toolbar,context menu都被占满了,其实很多item并不是我们需要的,但是contribute这些item的插件我们是需要的,那怎么去掉它们扩展的那些菜单项

2010-03-10 03:02:00 936

转载 自定义Eclipse菜单项:去除多余的UI图标

本文介绍自定义Eclipse菜单项,去除多余的UI图标的方法。   Eclipse的扩展机制是其一个重要特色,但随着Eclipse功能越做越强,插件越来越多,你会发现GUI上的图标越来越多,Menu,toolbar,context menu都被占满了,其实很多item并不是我们需要的,但是contribute这些item的插件我们是需要的,那怎么去掉它们扩展的那些菜

2010-03-10 01:49:00 1027

转载 New Wizard - how to remove "General" folder

Add this to your plugin.xml. It will remove New, import and export wizards.point="org.eclipse.ui.activities">description="Disable unwanted eclipse UI"id="com.test.ui.disable"name="Disable">activityId=

2010-03-10 01:34:00 496

org.eclipse.equinox

org.eclipse.equinox.executable org.eclipse.equinox.launcher org.eclipse.osgi org.eclipse.osgi.tests 另加几篇分析的文章

2010-12-30

TRex - the TTCN-3 Refactoring and Metrics Tool

The comprehensive test of modern communication systems leads to large and complex test suites which have to be maintained throughout the system life-cycle. Experience with those written in the standardised Testing and Test Control Notation (TTCN-3) has shown that the maintenance of test suites is a non-trivial task and its burden can be reduced with appropriate tool support. To this aim, we have developed the TRex tool, published as an open-source Eclipse plugin under the Eclipse Public License, which provides IDE functionality for the TTCN-3 core notation and supports the assessment and automatic restructuring of TTCN-3 test suites by providing suitable metrics and refactorings.

2010-12-27

Quick Batch File Compiler3.2.8.0 汉化绿色特别版

Quick Batch File Compiler 是一款奇妙的工具,它可以把批处理文件 (.bat、.cmd 格式) 换为真正的可执行程序 (.exe格式),它可以毫无限制地运行于 Win95/98/ME/2000/2003/XP 下。对于转换出来的程序,你可以自定义程序的图标以及版本信息等;批处理文件的内容还可以加密保护以防止被修改。

2010-11-24

trex_source.part2

The comprehensive test of modern communication systems leads to large and complex test suites which have to be maintained throughout the system life-cycle. Experience with those written in the standardised Testing and Test Control Notation (TTCN-3) has shown that the maintenance of test suites is a non-trivial task and its burden can be reduced with appropriate tool support. To this aim, we have developed the TRex tool, published as an open-source Eclipse plugin under the Eclipse Public License, which provides IDE functionality for the TTCN-3 core notation and supports the assessment and automatic restructuring of TTCN-3 test suites by providing suitable metrics and refactorings.

2010-08-05

trex_source.part1

The comprehensive test of modern communication systems leads to large and complex test suites which have to be maintained throughout the system life-cycle. Experience with those written in the standardised Testing and Test Control Notation (TTCN-3) has shown that the maintenance of test suites is a non-trivial task and its burden can be reduced with appropriate tool support. To this aim, we have developed the TRex tool, published as an open-source Eclipse plugin under the Eclipse Public License, which provides IDE functionality for the TTCN-3 core notation and supports the assessment and automatic restructuring of TTCN-3 test suites by providing suitable metrics and refactorings.

2010-08-05

Subversive-incubation-0.7.8.I20091023-1300.part2

Subversive-incubation-0.7.8.I20091023-1300.part2 Subversive-incubation-0.7.8.I20091023-1300.part2

2010-07-15

Subversive-incubation-0.7.8.I20091023-1300.part1

Subversive-incubation-0.7.8.I20091023-1300.part1 Subversive-incubation-0.7.8.I20091023-1300.part1 Subversive-incubation-0.7.8.I20091023-1300.part1

2010-07-15

org.eclipse.subversive 源码

org.eclipse.subversive org.eclipse.subversive org.eclipse.subversive org.eclipse.subversive org.eclipse.subversive org.eclipse.subversive

2010-05-31

chrome 6最新

Chrome爱好者目前可以下载试用最新版Chromium 6,Chromium服务器目前已经提供最新版Chromium的下载服务。有测试者表示,Chromium 6尚无大的变化。

2010-05-27

ice chat demo

ice chat demoice chat demoice chat demoice chat demoice chat demoice chat demoice chat demoice chat demoice chat demoice chat demoice chat demoice chat demoice chat demoice chat demo

2010-04-09

zeroc ice3.4安装2

zeroc ice3.4安装2 Ice is a modern object-oriented toolkit that enables you to build distributed applications with minimal effort. Ice allows you to focus your efforts on your application logic while it takes care of all interactions with low-level network programming interfaces.

2010-04-06

zeroc ice3.4安装1

zeroc ice3.4安装1 Ice is a modern object-oriented toolkit that enables you to build distributed applications with minimal effort. Ice allows you to focus your efforts on your application logic while it takes care of all interactions with low-level network programming interfaces.

2010-04-06

TheWorld3.1.2.8

世界之窗浏览器是由凤凰工作室出品的一款多标签、多窗口浏览器。它完全免费,没有任何功能限制,不捆绑任何第三方软件,可以干净卸载,请您放心使用。 世界之窗浏览器可运行于 Windows 2000/XP/2003/Vista/7 系列操作系统。

2010-03-31

GNU Debuger手册

GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed. GDB, GNU 工程调试器, 可以让你看见另一个程序执行时内部是如何运作的, 或者另一个程序崩溃时是在做什么.

2010-03-26

《Eclipse插件开发学习笔记》源码

本书由浅入深、有重点、有针对性地介绍了Eclipse插件开发技术,全书分为4篇共24章。第一篇介绍Eclipse平台界面开发的基础知识,包括SWT控件的使用、界面布局、事件处理等内容;第二篇是插件开发核心技术,主要介绍插件开发的核心知识要点,包括行为(Action)、视图(ViewPart)、编辑器(Editor)、透视图(Perspective)等10章的内容;第三篇主要讲述插件开发的高级内容,包括开发高级内容、富客户端平台技术(RCP)、Draw2d,以及GEF介绍与实现等4个章节;第四篇则围绕插件开发和GEF应用两个主题,精心设计了两个程序开发实例,使读者能更加全面地理解插件开发相关技术。 请支持正版。

2010-03-24

世界之窗3.1.2.1

世界之窗浏览器是由凤凰工作室出品的一款多标签、多窗口浏览器。它完全免费,没有任何功能限制,不捆绑任何第三方软件,可以干净卸载,请您放心使用。 世界之窗浏览器可运行于 Windows 2000/XP/2003/Vista/7 系列操作系统。 世界之窗是一款安全的绿色软件,可以完全卸载,绿色版只需删除软件目录即可。安装版需要进入:开始菜单→控制面板→添加或删除程序→选择“世界之窗浏览器”然后卸载

2010-03-23

jackson jarfiles

Core jar contains streaming JSON parser and generator interfaces and implementations

2010-03-15

jackson package

The most up-to-date version of tutorial is now available as FasterXML Jackson Tutorial . This version will be removed in near future, so please update your links!

2010-03-15

struts2中文教程

struts2中文参考手册,为Struts 2.0做好准备 http://www.blogjava.net/max/category/16130.html

2008-11-24

空空如也

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

TA关注的人

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