
Java
文章平均质量分 78
CPP_CHEN
这个作者很懒,什么都没留下…
展开
-
Ubuntu openjdk: Exception in thread "main" java.lang.NoClassDefFoundError
I wrote a small java program to test the postgreSql JDBC driver on X86_64 Ubuntu 12.04 LTS. Always it small program built successfully but always failed to run reporting "Exception in thread "main"原创 2012-06-28 10:55:09 · 2556 阅读 · 0 评论 -
One quick note for poi lib accessing excel
Usually don't use HSSFRow.getPhysicalNumberOfCells() (it may return wrong information) to determine how many columns there are in excel spreadsheet, use HSSFRow.getLastCellNum() instead. getPhysicalN原创 2012-10-25 11:42:01 · 464 阅读 · 0 评论