
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
前台json格式的数据如何传入后台1. 将要传入后台的数据组装成JSON格式的字符串:var jsonStr = [{'name':'jim' , 'age':20} , {'name':'king' , 'age':26},{'name':'jge' , 'age':30}]2. 使用jQuery的ajax请求后台jQuery.ajax({type: "post",
profile>sonartruejdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&useConfigs=maxPerformance&rewriteBatchedStatements=true
工作需要,有个需求是这样子的:输入接口地址,能查询出他调用了哪些sql,因此才有了本文章采用切面方式,代码如下ServiceAspectimport lombok.extern.slf4j.Slf4j;import org.apache.ibatis.session.SqlSessionFactory;import org.aspectj.lang.JoinPoint;import ...
profile>sonartruejdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&useConfigs=maxPerformance&rewriteBatchedStatements=true