Trac+svn+Apache的使用文档Svn的安装第一步:首先安装svn客户端软件,其次点击箭头所指图标第二步:出现如下图所示页面,输入svn网址svn://192.168.1.197/opt/trac-1.0.1-3/apps/trac/trac_repositories/repository/点击ok即可,Svn文件的创建、导入、导出出现如下图所示页面,..
分类:
其他好文 时间:
2014-10-29 19:41:02
阅读次数:
465
SVN简介SVN是一种版本管理系统,前身是CVS,是开源软件的基石。即使在沟通充分的情况下,多人维护同一份源代码的一定也会出现混乱的情况,版本管理系统就是为了解决这些问题。SVN中的一些概念:a.repository(源代码库)源代码统一存放的地方b.Checkout(提取)当你手上没有源代..
分类:
系统相关 时间:
2014-10-29 19:35:07
阅读次数:
381
本人使用的为junit4进行测试spring-servlet.xml中使用的为注解扫描的方式 控制层(action层)使用@Controller业务层(service层)使用@Service,持久层(Dao层)使用@Repository也可以三层统一使用@Com...
分类:
编程语言 时间:
2014-10-29 18:43:43
阅读次数:
225
1. Content Providers A content provider manages access to a central repository of data. A provider is part of an Android application, which often pr.....
分类:
移动开发 时间:
2014-10-29 16:45:48
阅读次数:
143
Java的类载入器
详细资料见
http://blog.csdn.net/dlf123321/article/details/40431297
首先说明两个术语
仓库(repository),表示类加载器会在哪里搜索要载入的类;
资源(resource),知道一个类载入器中的DirContext对象,它的文件跟路径指的就是上下文的文件跟路径。
在tomcat中,我们使用了自定义载入...
分类:
其他好文 时间:
2014-10-29 14:55:44
阅读次数:
218
Versions版本控制工具破解版(Versions.zip)下载请见本博文附件。下载后在MAC安装完以后,图标是莲花状。见下图:双击运行如下图: 点击Repository,连接SVN服务器Repository(服务器端采用的是SVN服务端),见下图: 输入所需值,如下图:Location 值要与....
分类:
移动开发 时间:
2014-10-29 14:42:48
阅读次数:
191
按照“?>”命令执行命令即可,“#”都是注解。
#-----------centOS6.5 installs rabbitmq-server ---------------------
#Installation using repository
#1. Adding repository entry
#To add Erlang Solutions repository (incl...
分类:
其他好文 时间:
2014-10-29 00:20:42
阅读次数:
313
网上多半都是命令行下的解决方案,我用的是EGit,所以要在eclipse里(我的版本是kepler)把下面这句话添加到配置文件中.Window->Preference->Team->Git->Configuration->Repository Settings->选择你的repository,然后点...
分类:
其他好文 时间:
2014-10-28 23:40:03
阅读次数:
349
使用 python ./repo sync -f同步,可自动修复同步错误的文件设置shell代理$ export HTTP_PROXY=http://:@:$ export HTTPS_PROXY=http://:@:Not a git repository错误多试几次,如果还不行,可查看相应目录下...
分类:
移动开发 时间:
2014-10-28 21:32:46
阅读次数:
220
常见的crud方法签名使用以下几个:
Attach get(Integer attachId);
Attach save(Attach attach)或Integer save(Attach attach);
void delete(Integer attachId);
void update(At...
分类:
其他好文 时间:
2014-10-28 11:55:30
阅读次数:
368