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了
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
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 ...
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 ...
- 16:13
- 浏览 (5435)
- 评论 (3)
- 分类: about CS
- 进入论坛
- 发布在 Ubuntu For Fun 圈子
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 ...
- 浏览: 67770 次

- 详细资料
搜索本博客
最近加入圈子
最新评论
-
From JasperReports To Bi ...
good idea!
-- by iamzmstone -
Installing Tomcat on Ubu ...
装了ubuntu 7.04的tomcat ,但是无法连接啊。 看配置文件也没有错 ...
-- by shaken -
[转贴]Java中四种XML解 ...
呵呵,今后一定改正!谢谢提醒
-- by dodoflying -
[转贴]Java中四种XML解 ...
作为一个技术 blog,为广大开发人员提供知识,这无可厚非。但是请尊重作者劳动成 ...
-- by rosen -
SmartTicket代码阅读笔记 ...
我的邮箱是:dodoflying@gmail.com
-- by dodoflying






评论排行榜