摘要: 将本地项目通过git管理: cd 项目路径,执行: git init 会在项目路径下生成.git目录,进入后 会看到新生成的文件和目录: wangxiaodeMacBook-Pro:.git wangxiao$ ls HEAD config description hooks info object 阅读全文
posted @ 2017-06-27 16:33 一口毒苹果 阅读(362) 评论(0) 推荐(0) 编辑
摘要: SVN 版本管理系统的安装 CentOS + Subversion + Apache + Jsvnadmin CI 服务器:192.168.x.xxx root 用户操作 建议安装前更新操作系统 # yum update ,若不能正常更新,请参考上一篇文章。 更新完成后重启 # reboot 安装 阅读全文
posted @ 2017-06-27 15:57 一口毒苹果 阅读(603) 评论(0) 推荐(0) 编辑
摘要: Linux服务器执行yum update报错提示: Loaded plugins: fastestmirror, refresh-packagekit, security You need to be root to perform this command. Centons下其大概意思是faste 阅读全文
posted @ 2017-06-27 15:51 一口毒苹果 阅读(5383) 评论(0) 推荐(0) 编辑
摘要: 使用Maven构建Dubbo服务的可执行jar包Dubbo服务的运行方式:1、使用Servlet容器运行(Tomcat、Jetty等) 不可取缺点: 增加复杂性(端口、管理) 浪费资源(内存)2、自建Main方法类来运行(Spring容器) 不建议(本地调试可用)缺点: Dubbo本身提供的高级特性 阅读全文
posted @ 2017-06-27 14:02 一口毒苹果 阅读(236) 评论(0) 推荐(0) 编辑