平时的团队开发,少不了要用一个协作工具。对于以前,无疑cvs是个无错的选择(像IBM的全球代码维护)。但是,科技在发展吗,现在有了更好的svn了,所以直接就是svn吧。有关svn的具体信息可以上它的官网或www.subversion.org.cn网上关于svn的也不少,不过感觉大都出自一处,也不知道quote的人真的试过没有。当然,学习吗,但个人感觉学完人家的东西一定要有自己的体会。下面是我的一个简单的配置过程。 首先,肯定是svn的安装,这个很简单:sudo apt-get install subversionsudo apt-get install libapache2-svn( ...
我们知道,ubuntu的桌面是gnome的,但是时我们需要使用KDE。例如,前些天,我开发一个Swing程序,但运行时总是报错,swing的什么LookAndFeel的错,我估计是编写程序的时候PlatFormUI引起的。我一开始以为是JDK的bug,查了Sun的官网,目前JDK只支持RedHat和Suse。没办法,只能装个KDE了。不要担心,gnome和KDE只是不同的桌面管理器而已,软件阿什么的是不受影响的,放心装吧。 下面是安装KDE的过程:sudo apt-get install kubuntu-desktop遇到选yes or no的yes就行,之后会有一个蓝屏的文字窗口, ...
- 10:40
- 浏览 (2118)
- 评论 (0)
- 分类: linux学习
- 发布在 Ubuntu For Fun 圈子
Java 环境配置:sudo apt-get install sun-java6-jresudo apt-get install sun-java6-jdk设置当前默认的java解释器:sudo update-alternatives --config java此时,会出现几个选项让你选,选择那个带sun,java的。配置JAVA环境变量:sudo gedit /etc/environment 在其中添加如下两行:CLASSPATH=.:/usr/lib/jvm/java-6-sun/libJAVA_HOME=/usr/lib/jvm/java-6-sun sudo ged ...
(from http://blog.mypapit.net/2006/02/how-to-use-apt-get-behind-proxy-server-ubuntudebian.html)If you are a Debian-based GNU/Linux user, then you’re probably familiar with synaptic and apt-get to install application from software repositories. This post focussed on how to use apt-get/synaptic ...
Firstly, what is SSH?Which is a abbreviation of "Secure Shell Protocol", it is a protocol that support remote logon through insecure network. So, if we want to use putty on a client. we should install that ssh on the server side.
1) check the active internet connections
~#&n ...
In retrospect, my linux study is always abstracted and incontinuous. But now, i resolve to learn it by heart. Ok, firstly download it and then install the full version(mine is 7.04) but not a virtual one that run on a WMware.
In the process of this installation, we can configure user account b ...
- 浏览: 10177 次
- 性别:


- 详细资料
搜索本博客
最新评论
-
java中的Observer模式
恩,很好,谢谢
-- by xiaobai1023 -
python 字符串中的中文识 ...
s = u'中华人民共和国(北京)'
-- by harry -
java中的Observer模式
不错,思路简单易懂!
-- by James Zhao -
python 字符串中的中文识 ...
# -*- coding: utf-8 -*-s = '中华人民共和国(北京)' ...
-- by MountLion -
python 字符串中的中文识 ...
# -*- coding: gb18030 -*- # -*- codi ...
-- by guotie






评论排行榜