- 博客(4)
- 收藏
- 关注
原创 mybatis对数据库进行增删查改
汉字的模糊查询<where> <if test="smsTitle != null"> AND smsTitle like concat('%',#{smsTitle},'%') </if></where>模糊查询<where><if test="type != 0 and type !=null
2018-06-25 14:47:33
205
原创 网页 anjular js获取数据库数据
jsp<input type="text" class="" ng-model="a" placeholder=""><input type="text" class="" ng-model="b" placeholder=""><input type="text&quo
2018-06-25 14:27:04
194
原创 js中判定时间相等,并对日期进行加一
遇到时间边界问题,通过两个时间段查询一天时,查询到的结果不显示,经过测试是endDate边界问题,代码如下,先判定时间是否一致,时间一致时候endDate自动加一var date1 = new Date(startDate);var date2 = new Date(endDate);if(date1.getTime()==date2.getTime()){ // date2.set...
2018-06-14 11:02:55
940
原创 anjuar js中ng-model与实践控件My97DatePicker取值
<div class="form_text form_m fl"> <input class="startDate Wdate" id="startDate" name="startDate" ng-model="startDate" type="text" onfocus="WdatePicker({dateFmt:'yyy
2018-06-13 10:43:33
333
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人