用到但不熟悉的知识
遍历list
for (int i = 0; i < list.size(); i++) { System.out.println(list.get(i)); } 在idea中运行web不是默认的index.jsp的方法
在web.xml中加入以下代码,运行就可以了
<welcome-file-list> <welcome-file>这儿写你要显示的页面名称</welcome-file> </welcome-file-list>
继续尝试javaweb操作hbase,这次好像导包成功了 学习时间:19:02到22:10