上一页 1 ··· 642 643 644 645 646 647 648 649 650 ··· 785 下一页
摘要: Creating a zip file is a task that can easily be accomplished by using the classes ZipOutputStream and ZipEntry in the java.util.zip package.First of ... 阅读全文
posted @ 2015-02-04 18:35 沧海一滴 阅读(351) 评论(0) 推荐(0)
摘要: ZIP and TAR fomats (and the old AR format) allow file append without a full rewrite. However:The Java archive classes DO NOT support this mode of oper... 阅读全文
posted @ 2015-02-04 15:18 沧海一滴 阅读(1958) 评论(0) 推荐(0)
摘要: 研究很好几天,终于成功了。因为写了一个Java的项目,现在要求要改写成C#版本的。但是其中用到了svnkit,svnkit是java平台的。改写成C#的话,要使用SharpSVN,但是SharpSVN的API文档真的很不专业。看来看去还是svnkit比较好。所以打算将一些操作(上传,下载,删除,移动... 阅读全文
posted @ 2015-02-03 23:02 沧海一滴 阅读(4433) 评论(0) 推荐(0)
摘要: 搞了两天,终于找到解决办法了。原来 Eclipse 插件项目引入外面的jar包不能用 build path---->add external jars的方法。先说明两个概念:类加载器,OSGI类加载器(class loader),顾名思义就是JVM用于加载类的一个工具。当然,它本身也是一个java类... 阅读全文
posted @ 2015-02-03 23:01 沧海一滴 阅读(5373) 评论(0) 推荐(0)
摘要: SWT可视化设计,可以使用Google的WindowBuilder.在Google Code中,搜索WindowBuilder就可以看到路径。在Eclipse中 Help--->Install New Software--->输入网址安装。http://www.cnblogs.com/wangjiy... 阅读全文
posted @ 2015-02-03 22:59 沧海一滴 阅读(4601) 评论(0) 推荐(0)
上一页 1 ··· 642 643 644 645 646 647 648 649 650 ··· 785 下一页