摘要: 在eclipse下使用ibatis,使用默认的dtd会有问题,会报Connection reset的错误,不爽的话把dtd的路径从www.ibatis.com改成ibatis.apache.org吧代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--&... 阅读全文
posted @ 2009-12-10 13:34 雪霁霜飞 阅读(598) 评论(0) 推荐(0)
摘要: 简单的说,在使用inputstream读取文件的时候,所谓的相对路径是相对于工程目录的,绝对路径当然是对于盘符根目录来说。例如:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--package io;import java.io.File;impor... 阅读全文
posted @ 2009-12-10 00:20 雪霁霜飞 阅读(2713) 评论(0) 推荐(0)