1.---无法解析类型 javax.servlet.http.HttpServletRequest.从必需的 .class 文件间接引用了它 The type javax.servlet.http.HttpServletRequest cannot be resolved. - smartzhaomin的专栏 - CSDN博客http://blog.csdn.net/smartzhaomin/article/details/19487907 The type javax.servlet.http…
博客分类: Oracle Tomcat服务器下的应用连接Oracle时报错,出现以下异常: java.sql.SQLException: Io 异常: Got minus one from a read call 查询数据库连接情况: SQL> select username,count(username) from v$session where username is not null group by username; USERNAME C…
[读后感]<Java编程思想>~异常 终于拿出压箱底的那本<Java编程思想>.这本书我年轻的时候就买了,但是翻过几页后就放弃了.没想到这两天翻了一下,真的有收获. 看了一下第12章异常,有两个地方令我感悟很深. 使用嵌套的try子句 public static void main(String[] args) { try{ InputFile in = new InputFile("Test01.java"); try{ String s; int i = 1…