- 浏览: 127339 次
-
最新评论
-
gaoxikun:
看起来很齐全,很完美,但是不知道从哪里下载 。
myeclipse插件简单介绍 -
gaoxikun:
亲,能把这个集成了插件的myeclipse 6.5给我一下吗, ...
myeclipse插件简单介绍 -
hotsmile:
不错!!!!!!!!!
myeclipse插件简单介绍
文章列表
package com.huawei.bss.xml;
import java.io.File;
import java.io.StringReader;
import java.util.Iterator;
import java.util.Map;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
import org.w3c.dom.Elemen ...
package com.huawei.bss.xml;
import java.util.Iterator;
import java.util.Map;
import java.util.Map.Entry;
/**
* The Class XmlTree.
*/
public class XmlTree
{
/** The root. */
private XmlNode root = null;
/**
* Instantiates a new xml tree.
*/
public XmlTree()
{
...
package com.huawei.bss.xml;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
/**
* The Class XmlNode.
*/
public class XmlNode
{
/** The tag name. */
private String tagName = null;
/** The parent. */
private XmlNode ...
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<profiles version="10">
<profile name="CodeFormatter" version="10">
<setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value=" ...
<?xml version="1.0" encoding="UTF-8"?>
<!--修改methodcomment,删除@return,@exception-->
<!--d36829/20080919-->
<templates><template id="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name="gettercomment" description="Comment for ...
<?xml version="1.0" encoding="UTF-8"?>
<!--
This configuration file was written by the eclipse-cs plugin configuration editor
-->
<!--
Checkstyle-Configuration: checkstyle_mini
Description: none
-->
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD ...
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="Favorites"
xmlns="http://pmd.sf.net/ruleset/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf. ...
myeclipse插件简单介绍
- 博客分类:
- java
1 简介
Agilipse由软件业务软件工程部开发和维护,基于eclipse3.3.0进行开发,集成了开发人员日常所用的各种插件。安装的插件文件单独放置,用户可以根据项目情况灵活定制自己所需的插件。Agilipse无须安装,拷贝到本机后即可使用。
2 插件定制
把links目录下不不需要使用的插件的xml文件放到link/temp目录中,就可以实现插件的卸载。需要使用该插件时,将xml文件重新移到link目录下即可。
注:某些特殊的插件不支持link的安装方式(包括pmd、Eclipse Memory Analyzer),卸载该类插件必须到eclipse的plugins和features目录将相 ...
myeclipse8.X插件安装方式
- 博客分类:
- java
说在前面的话:本文不包括插件的在线安装,不推荐原始安装方式,将插件解压到plugins和features中。
?link方式(推荐采用)
大多数的插件都可以使用这种方式进行安装,大致步骤和注意事项如下:
1、首先在dopins目录下建立link ...
异常一:
警告: Error setting value
ognl.OgnlException: target is null for setProperty(null, "submit", [Ljava.lang.String;@13d7738)
at ognl.OgnlRuntime.setProperty(OgnlRuntime.java:1651)
at ognl.ASTProperty.setValueBody(ASTProperty.java:101)
at ognl.SimpleNode.evaluateSetValueBody(Sim ...
BFM (Bussiness Flow Management) 指的是商业流程管理,提供工作流引擎以及对应的流程模板、流程表单定制工具,实现跨子系统的操作界面定制和处理流程定制功能。以此来满足在实际运营场景中,不同运营商以及同一运营商不同部门之间不同的业务处理流程定制。
#!/usr/bin/ksh
typeset web_xml="${HOME}/fuqiang/web.xml"
grep "classpath\*:provision/spring/\*/\*/\*.service.xml" ${web_xml}>/dev/nu ...