svn
文章平均质量分 52
wqww_1
熟练掌握JAVA语言基础,封装过简单的JdbcTemplate工具<br>熟练使用MyEclipse开发工具,会使用Tomcat服务器<br>熟练使用Jsp、Servlet、JDBC等Web开发技术进行开发<br>熟练使用HTML、Javascript、JQuery、Ajax等表现层技术,了解XML<br>熟练Spring+Springmvc+Mybatis的配置三大框架。<br>熟悉Oracle/Mysql基本操作,基本sql语句熟练使用。<br>了解SpringBoot框架和Maven框架的基本搭建。<br>了解restful架构风格、基本的远程调用。<br>了解Spring、Struts2、Hibernate三大框
展开
-
centos7 svn实现同步
svn 主:106.13.123.85 备:1.15.242.143 主安装 yum install subversion -y 查看是否安装完成 rpm -qa subversion 创建仓库目录 mkdir -p /opt/svn/repositories svnadmin create /opt/svn/repositories/plat 进入仓库 cd /opt/svn/repositories/plat 修改配置 vim conf/svnserve.conf anon-acces原创 2022-03-10 14:02:34 · 376 阅读 · 0 评论 -
window svn实现同步备份
https://www.jianshu.com/p/cfbaeba08417 主:192.168.13.20 备:192.168.2.170 两个都是空服务器 主从服务器上都执行一遍: 创建仓库 添加用户: 修改钩子: 添加内容 echo "Changing revision properties other than svn:log is prohibited" >&2 exit 0 访问地址后没有问题。 #主服务器执行: #svnsync init http://192.16原创 2022-03-10 14:02:06 · 630 阅读 · 0 评论