
框架部分的内容
BUG_LOG_
这个作者很懒,什么都没留下…
展开
-
According to TLD or attribute directive in tag file, attribute items does not accept any expressions
EL+JSTL 使用时遇到:According to TLD or attribute directive in tag file, attribute items does not accept any expressions 对着关键的代码找了又找找不出具体的原因,最终定位在了 <span style="color:#4f4f4f"><%@ taglib uri=...原创 2018-01-19 23:03:26 · 1391 阅读 · 0 评论 -
EL+JSTL 遍历list
准备工作:<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c"%> 后台:request.setAttribute("list",list); 将list放在request域中前端通过表达式遍历。 前端:<c:forEach var="nav" items="${list}"> ...原创 2018-01-19 23:16:07 · 580 阅读 · 0 评论 -
Struts2相关配置入门解析
1.导入Struts2相关的jar包。 2.配置web.xml.标红部分。核心拦截器,其中 <url-pattern>*.action</url-pattern> 的值可以根据自己的需求配置。 <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http:...原创 2018-01-19 23:49:42 · 347 阅读 · 0 评论 -
IDEA 修改默认主题样式 代码高亮显示
1.打开idea,File>Settings>Editor>Color Scheme原创 2019-06-24 21:55:07 · 2244 阅读 · 0 评论