摘要: 1.下载egit插件 打开Eclipse,git需要eclipse授权,通过网页是无法下载egit的安装包的。在菜单栏依次打开eclipse→help→install new software→add,Name栏中输入egit,location栏中输入 http://download.eclipse 阅读全文
posted @ 2016-12-29 20:12 jiaxian17 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 2016年3月20日更新支持自定义端口及用户名,详见 http://blog.lanyus.com/archives/189.html 2016年7月13日更新支持自定义浏览器打开页面,详见 http://blog.lanyus.com/archives/228.html 2016年7月15日更新完 阅读全文
posted @ 2016-12-29 18:02 jiaxian17 阅读(441) 评论(0) 推荐(0) 编辑
摘要: FastDFS是通过StorageClient来执行上传操作的 通过看源码我们知道,FastDFS有两个StorageClient工具类。 StorageClient的上传方法upload_file(...)返回的是字符串数组String[], 如[group1,M00/00/00/wKgAb1dB 阅读全文
posted @ 2016-12-29 17:59 jiaxian17 阅读(596) 评论(0) 推荐(0) 编辑