摘要: 问题:图片、CSS样式、js都无法引入到页面中。 解决方法: 首先打开Service中的Web.xml文件 找到:Built In Servlet Mappings所在位置 将下面代码根据需求复制粘贴进去即可(图片格式根据自己的需求配置) <!-- 配置对静态资源的处理 --> <servlet-m 阅读全文
posted @ 2020-05-31 22:52 红心火柴 阅读(1961) 评论(0) 推荐(0) 编辑
摘要: Server Tomcat v9.0 Server at localhost failed to start.解决方法 阅读全文
posted @ 2020-05-31 22:07 红心火柴 阅读(6914) 评论(0) 推荐(0) 编辑
摘要: input radio 用el表达式根据值选中 <input type="radio" name="stusex" value="男" ${stu.stusex=='男' ? "checked=\"checked\"" : "" } >男 <input type="radio" name="stus 阅读全文
posted @ 2020-05-31 20:34 红心火柴 阅读(424) 评论(0) 推荐(0) 编辑