2022/9/21

maven 指定配置文件路径

mvn -f jeecg-boot/pom.xml clean package

  • javamaven
  • 2022/9/21
  • helei
  • 957
  • 2022/9/21

    java shell 重启命令

    Tag="jeecg-boot-module-system-3.0.jar" # 检查进程状态 pid=$(ps -ef | grep -v 'g…

  • javalinuxshell
  • 2022/9/21
  • helei
  • 881
  • 2022/8/26

    mysql定义存储过程,根据select查询出来的结果循环修改数据

    -- 创建存储过程之前需判断该存储过程是否已存在,若存在则删除 DROP PROCEDURE IF EXISTS init_repor…

  • mysql存储过程
  • 2022/8/26
  • helei
  • 918
  • 2022/8/1

    测试

    测试 spring

  • 未分类
  • 2022/8/1
  • helei
  • 1,306
  • 2022/7/22

    Quartz 基本使用,Sprignboot使用Quartz

    1.引入依赖 <dependency>     <groupId>org.quartz-scheduler</groupId>     <a…

  • Quartz
  • 2022/7/22
  • helei
  • 1,078
  • 2022/7/20

    Springboot 微信支付回调 获取post body里面的数据

     public  Result getPayNotify(HttpServletRequest request,@RequestBody JSONObject jsonO…

  • springboot微信支付
  • 2022/7/20
  • helei
  • 1,348
  • 2022/7/18

    uniapp隐藏左侧返回按钮

    var a = document.getElementsByClassName('uni-page-head-hd')[0] a.style.display = 'n…

  • uni-app
  • 2022/7/18
  • helei
  • 1,095
  • 2022/7/15

    vue Vue.config.ignoredElements=[‘wx-open-launch-weapp’]报错组件丢失

    Vue.config.ignoredElements.push('wx-open-launch-weapp')

  • vue
  • 2022/7/15
  • helei
  • 880
  • 2022/7/15

    springboot 下载网络图片导出压缩包

    public ResponseEntity getTaizhangZip() throws IOException {  &nb…

  • springbootvue
  • 2022/7/15
  • helei
  • 956
  • 2022/7/15

    vue全局方法

    方法一:使用Vue.prototype //在mian.js中写入函数 Vue.prototype.getToken = function …

  • vue
  • 2022/7/15
  • helei
  • 1,122