9月17日

用到但不熟悉的知识

遍历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
posted @ 2021-09-17 22:16  不咬牙  阅读(30)  评论(0编辑  收藏  举报