Tag Archives: eclipse

ubuntu11.10桌面新机安装软件列表

1、
sudo apt-get install gnome-shell;
sudo apt-get install network-manager-vpnc;
sudo apt-get install putty;
sudo apt-get install aria2;
sudo apt-[......]

Read more

Posted in server, soft | Tagged , , | Leave a comment

解决subclipse同步冲突问题A conflict in the working copy obstructs the current operation

服务端版本控制软件subversion,客户端是eclipse的插件subclipse,个人感觉还是cvs比较简单方便。明明没什么冲突,当删除一个东西的时候老是提示错误,说冲突

A conflict in the working copy obstructs the current operati[......]

Read more

Posted in javaee | Tagged , , , | Leave a comment

解决windows下subclipse穿过代理连接subversion服务器

解决windows下subclipse穿过代理连接subversion服务器
1、cmd命令提示符输入 echo %APPDATA%
2、进入第一步输出的目录下,并找到Subversion目录(如C:Documents and SettingsAdministratorApplication Dat[......]

Read more

Posted in javaee | Tagged , , , , , , | Leave a comment