1,启动SVN sudo svnserve -d -r /home/data/svn/ 其中 -d 表示守护进程, -r 表示在后台执行 /home/data/svn/ 为svn的安装目录 2,关闭SVN 这里采取linux杀死进程的方式处理的 ps -ef|grep svnserve root 4 ...
分类:
系统相关 时间:
2017-08-31 16:07:54
阅读次数:
177
Gradle官方文档:https://docs.gradle.org/current/userguide/installation.html#sec:download 使用 Gradle 命令行:http://wiki.jikexueyuan.com/project/gradle-2-user-gu ...
分类:
其他好文 时间:
2017-08-30 19:53:50
阅读次数:
137
关键词:IntelliJ IDEA、Tomcat、commons-io-2.5.jar、java.lang.ClassNotFoundException: org.apache.commons.io.IOUtils ...
分类:
编程语言 时间:
2017-08-30 15:45:00
阅读次数:
302
REPORT ZTEST001. CALL FUNCTION 'CALL_INTERNET_ADRESS' EXPORTING PI_ADRESS = * PI_TECHKEY = EXCEPTIONS NO_INPUT_DATA = 1 OTHERS = 2 . IF S... ...
分类:
Web程序 时间:
2017-08-30 13:16:46
阅读次数:
188
一,设置config文件 首先,先到github.com注册一个帐号,本例为"CodeSpark",并创建一个Repository,本例为"HellowWorld"。 二,生成密钥SSH Key 选择是否需要输入密码,不输入直接回车。生成文件在当前目录的.ssh目录下,私钥是 id_rsa,公钥是 ...
分类:
其他好文 时间:
2017-08-29 18:48:36
阅读次数:
137
MinnowBoard https://github.com/RafaelRMachado/MinnowBoard https://github.com/RafaelRMachado https://github.com/MinnowBoard-org/design-files https://gi ...
分类:
其他好文 时间:
2017-08-27 13:32:03
阅读次数:
230
最常用法示例构造方法//测试构造方法 System.out.println("double类型的1.22:" + new BigDecimal(1.22));//1.2199999999999999733546474089962430298328399658203125 System.out.pri... ...
分类:
其他好文 时间:
2017-08-26 17:11:31
阅读次数:
150
查询实体与查询对象 查询实体上一个包含网页提交过来参数的类 查询对象上通过查询实体创建的一个类,这个类中包含了一些方法 QueryControllerBase 上控制器的基类,一个方法是 public virtual ActionResult PagerQuery( TQuery query ) { ...
分类:
其他好文 时间:
2017-08-26 12:40:33
阅读次数:
125
// // main.m // Set方法的内存管理 #import #import "Person.h" #import "Room.h" int main(int argc, const char * argv[]) { @autoreleasepool { // 1.创建两个对象 Person... ...
分类:
其他好文 时间:
2017-08-25 12:33:04
阅读次数:
125
An infinitely long railway has a train consisting of n cars, numbered from 1 to n (the numbers of all the cars are distinct) and positioned in arbitra ...
分类:
其他好文 时间:
2017-08-24 10:41:14
阅读次数:
145