- 博客(2)
- 资源 (1)
- 收藏
- 关注
原创 (转)jquery获取当前日期和时间
function getnowtime() { var nowtime = new Date(); var year = nowtime.getFullYear(); var month = padleft0(nowtime.getMonth() + 1); ...
2018-06-05 11:08:18
991
原创 mybatis collection使用问题(嵌套查询子集获取不到值)
更新时间 2018-5-19 第一次写博客,先记下自己遇到的坑.后面不断完善. collection一对多查询 <resultMap id="resultTestMap" type="resultTest"> <id property="resulttestid" column="resulttestid"/> <result p
2018-04-24 15:25:10
3934
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人