上一页 1 2 3 4 5 6 7 8 9 ··· 56 下一页
摘要: 1、restart.sh #!/bin/bash APP_NAME=appName.jar LOG_FILE="$APP_NAME.log" PORT=10311 PID=$(netstat -nlp | grep :$PORT | awk '{print $7}' | awk -F"/" '{ p 阅读全文
posted @ 2023-06-02 16:00 一只桔子2233 阅读(513) 评论(0) 推荐(0)
摘要: ### 1、wsl-ip.bat脚本 ``` @echo on REM 先关闭虚拟子系统 wsl --shutdown REM 以下的Ubuntu为第2步查到的Linux子系统名称 REM IP地址根据自己的需要配置 wsl -d Ubuntu-18.04 -u root ip addr del $ 阅读全文
posted @ 2023-05-25 23:25 一只桔子2233 阅读(581) 评论(0) 推荐(0)
摘要: ### 1、参考 #### [MeterSphere 接口自动化 文档](https://metersphere.io/docs/v2.x/user_manual/api_test/api_automation/#29) #### [MeterSphere 手动安装 文档](https://mete 阅读全文
posted @ 2023-05-22 16:37 一只桔子2233 阅读(1137) 评论(0) 推荐(0)
摘要: ### 参考 ### [git项目迁移](https://blog.csdn.net/ding1145536113/article/details/125868791) ``` git clone --bare https://username%40foxmail.com:password@gite 阅读全文
posted @ 2023-05-11 22:43 一只桔子2233 阅读(144) 评论(0) 推荐(0)
摘要: 1、前提 node_v16.20.0、docker、pm2 2、更新部署 # 【更新部署(test1环境)】 1、git pull 2、docker restart xxx_project_h5_temp 3、第一次部署 # 【第一次部署(test1环境)】 1、更改pm2.json,两处test1 阅读全文
posted @ 2023-05-11 12:20 一只桔子2233 阅读(143) 评论(0) 推荐(0)
摘要: 0、参考 wechat登录前端代码.zip 下载 后端java代码 下载 1、接口信息配置 请填写接口配置信息,此信息需要你有自己的服务器资源,填写的URL需要正确响应微信发送的Token验证 URL=http://自己的域名/rest/WeChat/verify Token=12345679 2、 阅读全文
posted @ 2023-05-01 19:01 一只桔子2233 阅读(272) 评论(0) 推荐(0)
摘要: 0、步骤 systemctl daemon-reload systemctl restart docker 1、步骤 mkdir /root/mgt-dir cd /root/mgt-dir vim run.sh java -jar /data/jeecg-boot-mgt-2.3.0.jar vi 阅读全文
posted @ 2023-04-22 21:41 一只桔子2233 阅读(65) 评论(0) 推荐(0)
摘要: df -h du -sh ./ rm -f *.zip 删除zip结尾的文件 Linux rm命令:删除文件或目录,递归删除目录及其内的所有子文件 阅读全文
posted @ 2023-04-21 01:29 一只桔子2233 阅读(86) 评论(0) 推荐(0)
摘要: 1、参考 wkhtmltopdf下载页面 Windows和Linux 安装wkhtmltopdf 2、说明 3、代码 package com.kikyo.data.utils; import com.itextpdf.text.pdf.BaseFont; import org.xhtmlrender 阅读全文
posted @ 2023-04-18 18:19 一只桔子2233 阅读(267) 评论(0) 推荐(0)
摘要: 1、参考 vue接收后端传来的pdf文件流,前端调用预览PDF html转换为pdf 2、原理 3、代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>pdf</title> </head> <div> < 阅读全文
posted @ 2023-04-18 17:37 一只桔子2233 阅读(580) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 56 下一页