2022/7/13

java.sql.SQLException: Parameter index out of range (1 > number of parameters, which is 0).

在使用LIKE关键字模糊查找的时候,参数需要使用LIKE '${name}'而不能使用#{name}, ${name}&#…

  • javamybatis-plusspringboot
  • 2022/7/13
  • helei
  • 877
  • 2022/7/11

    springboot 获取ip

    String ip = request.getHeader("x-forwarded-for");    …

  • springboot
  • 2022/7/11
  • helei
  • 1,018
  • 2022/7/6

    js/vue-forms根据第二代身份证编码规则验证身份证是否合法

    编码规则参考第二代身份证号码编排规则-百度经验 (baidu.com) function(rule, value, data,…

  • JavaScript
  • 2022/7/6
  • helei
  • 977
  • 2022/7/4

    mysql general_log

    show variables like 'general_log';  -- 查看日志是否开启 show variables like 'l…

  • mysql
  • 2022/7/4
  • helei
  • 933
  • 2022/6/29

    nginx 转发wss连接失败 springboot wss连接失败 jeecg-boot连接失败

    location ^~ / { proxy_pass         …

  • jeecgbootnginxspringboot
  • 2022/6/29
  • helei
  • 736
  • 2022/6/29

    linux 防火墙firewalld

    1.查看防火墙状态 查看防火墙状态 systemctl status firewalld 开启防火墙 systemctl start firewalld…

  • linux
  • 2022/6/29
  • helei
  • 881
  • 2022/6/24

    antd table customRender 绑定事件

    customRender: (text, row, index) => { let colNum = …

  • antd
  • 2022/6/24
  • helei
  • 994
  • 2022/6/24

    antd合并table一列中相邻的相同的单元格

    getCountNum(text, row, index, key) { var data = JSON.parse(…

  • antd
  • 2022/6/24
  • helei
  • 965
  • 2022/6/23

    mysql将两个select合并一行

    SELECT (SELECT sum(driver_salary) from hydd_taizhang) ss , (SELECT SUM(dt_salary)+SUM(ct_salary…

  • mysql
  • 2022/6/23
  • helei
  • 851
  • 2022/6/22

    uni-app优化uni-data-select,在uni-forms中样式错乱

    在APP.VUE    style css中添加 .uni-stat__select{ padding: 0 !i…

  • uni-app
  • 2022/6/22
  • helei
  • 1,149