本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- arpenker
- tanling8334
- gaojingsong
- kaizi1992
- xpenxpen
- 龙儿筝
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
- kingwell.leng
最新文章列表
自己动手写插件总结
写插件刚开始以为很简单,后来发现不过就是一些面向对象和面向过程的堆积。复杂的写的思路。
以下是我学习写查看看过3个不错的链接。
http://www.cnblogs.com/xiaoruoen/archive/2012/01/11/2318199.html
http://api.jquery.com/jQuery.extend ...
开发JDeveloper插件
想要做的事很简单,就是在Project下加两个菜单,第一个是流程移植,第二个是流程设置。
第一步,实现一个菜单上下文监听器。
package bms.processdeploy;
import oracle.ide.Context;
import oracle.ide.controller.ContextMenu;
import oracle.ide.controller.Context ...
Hadoop(三):eclipse hadoop 插件,和hadoop通信
干货分析
大数据进行时http://weibo.com/u/3272022684
球球群:312647298
详细说明见附件
eclipse 3.7 (indigo)
1、下载 hadoop-eclipse-plugin-1.0.1.jar
将hadoop-eclipse-plugin-1. ...
Eclipse插件设置及常用插件集锦【陆续更新】
一、插件安装
使用links方式安装插件
1、在Eclipse根目录下新建两个目录,links和myplugins
2、以安装Properties Editor为例说明
1)在links目录下新建文本文件,文件名称可自定义,最好和插件名称匹配,在这里命名为:propedit.txt
2)在myplugins新建目录,目录名称可自定义,最好和插件名称匹配,在这里命名为propedit
...
索引模块-ICU分析插件(ICU Analysis Plugin)
ICU Analysis Plugin
The ICU analysis plugin allows for unicode normalization, collation and folding. The plugin is called elasticsearch-analysis-icu.
The plugin includes the following analysis comp ...
第十二天:别都长的和Eclipse IDE一个样
作者:梁祺 (eclipsesbs@gmail.com)
来自:http://www.benisoft.net/day13/index.html
我们通常说到Eclipse,都会想到Eclipse Java集成开发环境(IDE),或者其他基于Eclipse的集成开发环境。 其实,Eclipse也允许用户开发普通应用程序,这就是Rich Client Platform也称之为RCP所提供 ...
第四天:该实现个Editor玩玩了
作者:梁祺 (eclipsesbs@gmail.com)
来自:http://www.benisoft.net/day4/index.html
今天来看一下Editor,正如前面提到的,用户的大部分时间都会花在Editor上,Editor是用户主要完成任务的地方, 我们仍然使用Eclipse提供的模版,在创建Plug-in项目时,选择“Plug-in with an editor ...
Maven Integration for Eclipse vs. Maven eclipse:eclipse plugin
Maven Integration for Eclipse vs. Maven eclipse:eclipse plugin
The Maven Integration for Eclipse (m2eclipse) is an Eclipse plugin that allows execution of Maven goals and manages Maven dependencies. I ...
Mybatis拦截器介绍及分页插件
Mybatis拦截器介绍及分页插件
1.1 目录
1.1 目录
1.2 前言
1.3 Interceptor接口
1.4 注册拦截器
1.5 Mybatis可拦截的方法
1.6 利用拦截器进行分页
1.2 ...
Axis2-01 Axis2入门
前面我们简单了解了WebService(WebService简介),下面我们来看一下Java中实现WebService的其中一种方式---Axis2。
Axis是一套崭新的WebService引擎,该版本是对Axis1.x重新设计的产物。Axis2不仅支持SOAP1.1和SOAP1.2,还集成了非常流行的REST WebService,同时还支持Spring、J ...
显式指定maven插件的版本号
maven构建行为不符合预期的一个非常常见的原因是:没有指定plugin的版本号
显式指定plugin版本号可以有效地避免很多奇怪的异常现象
同时我认为配置pom文件最困难的地方,也就是对plugin的配置