摘要:
阅读全文
posted @ 2020-09-26 15:37
Spring_Xian
阅读(666)
评论(0)
推荐(0)
摘要:
预览项目结构 导包 <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> </dependency> <dependency> <grou 阅读全文
posted @ 2020-09-26 13:19
Spring_Xian
阅读(257)
评论(0)
推荐(0)
摘要:
String sql="select * from t_dept where id = ? and name = ?"; PreparedStatement ps=conn.prepareStatement(sql); ps.setInt(1,id); ps.setString(2,name); S 阅读全文
posted @ 2020-09-26 12:38
Spring_Xian
阅读(312)
评论(0)
推荐(0)
摘要:
第一种方案 修改form表单提交的地址 把 <form action="/logon">改为 <form action="${pageContext.request.contextPath}/logon"> 第二种方案 点开Tomcat 点击编辑配置 点Deployment 把下面的applicat 阅读全文
posted @ 2020-09-26 12:22
Spring_Xian
阅读(668)
评论(0)
推荐(0)

浙公网安备 33010602011771号