上一页 1 2 3 4 5 6 ··· 14 下一页

2016年8月15日

摘要: 这里举得例子是:JS直接从后台Contorller中(SpringMVC中的model中)获得数值的值 Contorller 此处将 talentIntegralRecordsDay talentIntegralRecordsIntegral 两个数组用JSON.toJSONString()封装。 阅读全文
posted @ 2016-08-15 18:35 weiguoyuan 阅读(23552) 评论(0) 推荐(0) 编辑

2016年7月19日

摘要: qianee-web/invite/123 @RequestMapping("/invite/{userId}") public ModelAndView invite(HttpServletRequest request, HttpServletResponse response,@PathVar 阅读全文
posted @ 2016-07-19 15:24 weiguoyuan 阅读(365) 评论(0) 推荐(0) 编辑
摘要: @Controller @RequestMapping("/messageProcessing") public class WechatPushController { @Autowired private WechatPushService wechatPushService; @Autowired private WechatOAuthS... 阅读全文
posted @ 2016-07-19 13:48 weiguoyuan 阅读(10502) 评论(0) 推荐(0) 编辑

2016年7月8日

摘要: 拦截器中设置未登录拦击跳转链接 response.sendRedirect(request.getContextPath() + "/loginAndRegister/loginAndRegister?origin="+request.getRequestURI()); js 中代码 var url 阅读全文
posted @ 2016-07-08 15:51 weiguoyuan 阅读(141) 评论(0) 推荐(0) 编辑

2016年5月20日

摘要: <insert id="insertSelective" parameterType="com.hengxin.qianee.model.TalentUser" keyProperty="id" useGeneratedKeys="true"> 返回id键值 给插入的对象 直接在插入后 就可获得该对 阅读全文
posted @ 2016-05-20 17:15 weiguoyuan 阅读(124) 评论(0) 推荐(0) 编辑

2016年4月8日

摘要: 年个月天借款期限 借款金额 阅读全文
posted @ 2016-04-08 12:41 weiguoyuan 阅读(3589) 评论(0) 推荐(0) 编辑

2016年3月31日

摘要: 1. 功能复用,写成公共方法。 2.mybatis 不应该用 select * 3.不确定 查询语句是否能返回对象 而是有可能返回null时,要先判断该对象是否为null,再去取对象中的值。 4.金额等 double(Double)值相减的时候会丢失精度,转成“字符串”再转成BigDecimal B 阅读全文
posted @ 2016-03-31 13:35 weiguoyuan 阅读(176) 评论(0) 推荐(0) 编辑

2016年3月3日

摘要: jquery给div的innerHTML赋值 $("#id").html()="test"; //或者 $("#id").html("test"); jquery 获取<a>的链接内容 $().innerHTML jquery 给span 赋值 $('#hiddenNote').text(‘getS 阅读全文
posted @ 2016-03-03 10:57 weiguoyuan 阅读(422) 评论(0) 推荐(0) 编辑

2016年3月2日

摘要: package com.hengxin.qianee.utils; import java.net.InetAddress; public class RegexUtils { /** * 用户名是否符合规范(^[\u4E00-\u9FA5A-Za-z0-9_]+$) * @return */ pu 阅读全文
posted @ 2016-03-02 15:36 weiguoyuan 阅读(1268) 评论(0) 推荐(0) 编辑

2016年3月1日

摘要: 1 切面 是个类 2 切入点 3 连接点 4 通知 是个方法 5 配置文件 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="htt 阅读全文
posted @ 2016-03-01 11:37 weiguoyuan 阅读(3035) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 14 下一页

导航