摘要: server端启动SVN服务器:svnserve -d -r repositoryPath -d表示以daemon方式(后台运行)运行 -r指定目录下的所有目录检查是否正常启动:ps -ef|grep svnserveclient端:1、将文件checkout到本地目录 svn checkout... 阅读全文
posted @ 2015-05-01 23:44 anjiulin 阅读(116) 评论(0) 推荐(0)
摘要: 本文主要介绍Spring与Mybatis三种常用整合方法,需要的整合架包是mybatis-spring.jar,可通过链接http://code.google.com/p/mybatis/下载到。1、采用数据映射器(MapperFactoryBean)的方式,不用写mybatis映射文件,采用注解方... 阅读全文
posted @ 2015-04-23 21:54 anjiulin 阅读(147) 评论(0) 推荐(0)