- 博客(4)
- 收藏
- 关注
转载 常用的EL表达式
转载至 http://yqsshr.blog.51cto.com/469059/1318241,用来获取表单数据 param 和 paramValues 1.jsp 的有如下表单<form action="sampleJsp.jsp" method="post"> <input type="text" name="sampleValue" value="10" /> <inpu
2017-11-19 21:21:26 300
原创 Spring Mvc的xml配置和测试
1.配置文件(web.mxl和***-servlet.xml,这里是springmvc-servlet.xml) web.xml配置<?xml version="1.0" encoding="UTF-8"?><web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml
2017-10-25 19:04:54 848
原创 json和el表达式的注意点
1、el表达式里不能放js变量,所以需要循环遍历el表达式的集合,在<script>标签外用<c:forEach>遍历,赋给另一个数组。<script type="text/javascript"> var ids = new Array(); var names = new Array(); </script> <c:forEach items="${lis
2017-10-24 10:36:07 3386
原创 Mybatis:关于动态生成sql语句的一些问题
(1)<select id="selectClassByID" resultMap="ClassesResultMap" parameterType="int"> select cid,cname,sid,sname from class left join student on cid=s_cid <trim prefix="where" prefixOverrides="and
2017-10-20 17:50:32 870
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人