BLOGJAVA

2008年9月25日 #

java.net.BindException: Address already in

如果你碰到java.net.BindException: Address already in use, 那么你可以使用这个命令来判断是否有进程正在使用你需要使用的那个端口, 比如80, 8080等.
netstat -pant | grep 80

posted @ 2008-09-25 08:20 七页 阅读(1188) | 评论 (0)编辑 收藏

2008年8月29日 #

DBConnection

Connection conn = getConnection();
stmt =
try{
   for(it ){
   ResultSet rs = stmt.ddd
   while(rs.next()){
dsdas
   }
   rs.close();
   }
   rs.close();
}catch(SQLException e){
dsadas
}finally{
   if(rs!=null){
      rs.close();
   }
   if(stmt!=null){
      stmt.close();
   }

}

posted @ 2008-08-29 17:15 七页 阅读(221) | 评论 (0)编辑 收藏

仅列出标题