您现在的位置: 爱51代码网 >> 范文 >> 文章正文
windows下搭建SVN服务器及配置myeclipse SVN客户端
Filter.add(tempfilename); 
74.        } 
75.        return filelistFilter; 
76.    } 
77.    public String getString(Object object) 
78.    { 
79.        if (object == null) 
80.        { 
81.            return ""; 
82.        } 
83.        return String.valueOf(object); 
84.    } 
85.    public String getFormatPath(String path) 
86.    { 
87.        path = path.replaceAll("////", "/"); 
88.        path = path.replaceAll("//", "/"); 
89.        return path; 
90.    } 
91.    public static void main(String[] args) 
92.    { 
93.        /*你新建的含有svn压缩文件的目录*/ 
94.            String plugin = "改成含有svn压缩文件的目录"; 
95.        new PluginConfigCreator().print(plugin); 
96.    } 
97.} 
package csh.bzu.test;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
/**
 * MyEclipse9 插件配置代码生成器
 *
 *
 */
public class PluginConfigCreator
{
    public PluginConfigCreator()
    {
    }
    public void print(String path)
    {
        List<String> list = getFileList(path);
        if (list == null)
        {
            return;
        }
        int length = list.size();
        for (int i = 0; i < length; i++)
        {
            String result = "";
            String thePath = getFormatPath(getString(list.get(i)));
            File file = new File(thePath);
            if (file.isDirectory())
            {
      &n

上一页  [1] [2] [3] [4] [5] [6] [7] 下一页

  • 上一篇文章:

  • 下一篇文章: 没有了
  • 最新文章 热点文章 相关文章
    android手机无法与eclipse或电脑
    C/C++洗牌算法源代码
    servlet技术实现用户名唯一的验证
    E-business suite system servic
    ZOJ 3700 Ever Dream 文章中单词
    TortoiseGit和msysGit安装及使用
    asp中有一段javascipt的网页鼠标
    sharepoint 2010 获取用户信息Us
    设计包含max函数的队列
    随机从数组中取出指定的不重复的
    ZOJ 3700 Ever Dream 文章中单词
    sharepoint 2010 获取用户信息Us
    mysql主从同步延迟方案解决的学习
    生日旅行总结
    中小板生日快乐随感
    送生日快乐桑葚乳酪小蛋糕
    写给女儿的生日快乐
    总分公司财务核算
    恢复使用繁体字可行性研究报告
    青少年吸烟心理探析
    javascript中级联下拉列表
    jsp页面中表单action=“”为
    当session失效后重新登录成功
    jsp页面中点击导航字,右边输
    was程序启动不起来控制台页面
    WebSphere 安装页面提示浏览
    WebSphere 运行环境linux 更
    WEBSPHERE 下加密
    IBMMQ怎样用ActiveMQ替换
    反正切函数中正切值可能是无
     



    设为首页 | 加入收藏 | 网站地图 | 友情链接 |