摘要: 我们在用Eclipse进行Java web开发时,可能会出现这样的错误:The superclass javax.servlet.http.HttpServlet was not found on the Java Build Path。我们该怎么解决这个问题呢? 我们遇到的错误显示如下: 我们右击 阅读全文
posted @ 2020-03-29 15:03 rainbow70626 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 一个swing的分页组件,代码见附件。 //用法如下: Class Test{ JTable table ; StatusBar statusBar ; Test(){ table =new JTable(); statusBar=new StatusBar(); } //查询方法 public v 阅读全文
posted @ 2020-03-29 13:38 rainbow70626 阅读(1552) 评论(1) 推荐(0) 编辑