2007-05-09

Installing Apache Http Server on Linux

关键字: apache linux
Overview for the impatient Download $ lynx http://httpd.apache.org/download.cgi Extract $ gzip -d httpd-NN.tar.gz $ tar xvf httpd-NN.tar $ cd httpd-NN ...
2007-03-02

CVS commit过程中出现 commit error,sticky tag is not a branch

关键字: CVS sticky tag is not a branch
一直没有办法提交,报错“sticky tag is not a branch”,我猜想已经表明一个版本的结束了,是否是因为tag as a version了? 所以我重新建立了一个branch,就ok了
2007-03-01

String 与 dom4j

关键字: dom4j
If you have some XML as a String you can parse it back into a Document again using the helper method DocumentHelper.parseText() java 代码String text = " James ";   Document document = DocumentHelper.parseText(text);   而通常情况,如果是文件 ...
错误出在List list = document.selectNodes("//root/author"); 缺少包 解决办法: dom4j的解压包lib目录下把jaxen.jar放到类路径里去
本文来自于: http://www.blogjava.net/rosen/archive/2005/08/12/9950.html 在平时工作中,难免会遇到把xml作为数据存储格式。面对目前种类繁多的解决方案,哪个最适合我们呢?在这篇文章中,我对这四种主流方案做一个不完全评测,仅仅针对遍历xml这块来测试,因为遍历xml是工作中使用最多的(至少我认为)。 预备 测试环境: amd毒龙1.4g oc 1.5g、256m ddr333、windows2000 server sp4、sun jdk 1.4.1+eclipse 2.1+resin 2.1.8,在debu ...
遇到了几次commit过程中出错,原因是我的PC上的版本不是最新版本,就进行了commit操作,这样就会有问题。 在Eclipse的help中有一条建议如下: It is considered a more ideal workflow to always update before committing in order to ensure that you have the latest state of the repository before committing more changes. 今后就按照这样的流程执行,每次先update再进行改动,最后commit
2006-12-25

Design a message format

关键字: message format design
Where there is communication,there is message exchange. In a SMS(short message system),there are binary stream based protocols,such as SMPP,SGIP,CNGP,SMGP,etc. Using binary messages results in efficient exchanges because the message payloads are compact.However,because they are also intended to sa ...
2006-11-23

Installing Tomcat on Ubuntu

关键字: utuntu tomcat install
http://doc.gwos.org/index.php/Install_tomcat_5.5 Versions: SDK: 1.5 JRE: 1.5 Tomcat: 5.5 Step 1 – Install JRE and SDK Use the advice here to install these packages You can verify that both items were installed corectly, by checking that you get a response when ty ...
I installed several jdk version into my ubuntu system. I modified the '.bashrc' or the '.bash_profile' files and set the JAVA_HOME properties ,but it didn't work. In ubuntu , set the right like this (Debian command).: winter@dodo:~$ sudo update-alternatives --config java There are 3 alternat ...
dodoflying
搜索本博客
存档
最新评论
评论排行榜