logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

svnsync 的各种问题

1. Repository has not been enabled to accept revision propchanges解决方法:Linux:在hooks下新建pre-revprop-change文件,内容是#!/bin/shexit 0;Windows:在hooks下新建pre-revprop-change.bat文件, 内容为空即可2. Re

#linux#windows
Linux下配置JDK, Ant以及相关Tips

<br />前言: 本人系统Ubuntu,完毕。<br /><br /><br />1. JDK 安装<br /><br />Linux下安装JDK的教程很多,在这里我只贴出自己参考的一个教程:http://forum.ubuntu.org.cn/viewtopic.php?t=183803<br /><br />JDK安装的基本步骤:下载JDK bin文件 -> 修改其权限使其可执行 -> 执行

#linux#java
到底了