小问题
Posted *眉间缘*
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了小问题相关的知识,希望对你有一定的参考价值。
var scuser=$(".right .col-md-6").html();点后面不能加空格
序列不需要接受
//String cid=request.getParameter("scid");
//int scid = Integer.parseInt(cid);
response.getWriter().append("true");
接收到数据后往前台回复。。
2.png
pas=con.prepareStatement(sql);
pas.setString(1, scuser);
语句这两句写反了
在mapper。xml中写的sql语句 <select id="selectStudent" resultType="Student">
select * from student
</select>
resultType返回类型要写,返回的是整个student实体类
以上是关于小问题的主要内容,如果未能解决你的问题,请参考以下文章