上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 21 下一页
摘要: 1 安装 yum -y install lrzsz 阅读全文
posted @ 2022-11-20 18:35 亲爱的阿道君 阅读(380) 评论(0) 推荐(0)
摘要: 1.下载java8的包,并上传到服务器/usr/local目录下 wget命令是一个从网络上下载文件的自由工具,它支持http协议,https协议和ftp协议。因此我们可以通过wget命令来下载JDK。 wget的格式:wget 要下载的url。下载的目录为当前执行wget命令的目录。 $ wget 阅读全文
posted @ 2022-11-20 18:21 亲爱的阿道君 阅读(455) 评论(0) 推荐(0)
摘要: $("#qrPayForm input:radio[name='payChannel']:checked").val() 阅读全文
posted @ 2022-11-18 17:42 亲爱的阿道君 阅读(13) 评论(0) 推荐(0)
摘要: import java.time.LocalDateTime; import java.time.format.DateTimeFormatter; import java.util.Random; import java.util.concurrent.atomic.AtomicInteger; 阅读全文
posted @ 2022-11-16 16:18 亲爱的阿道君 阅读(376) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-11-04 18:01 亲爱的阿道君 阅读(102) 评论(0) 推荐(0)
摘要: -Dfile.encoding=utf-8 -Dserver.port=8080 -Dspring.profiles.active=test -Dmybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutIm 阅读全文
posted @ 2022-11-04 13:39 亲爱的阿道君 阅读(124) 评论(0) 推荐(0)
摘要: cd /usr/local/tomcat/logs grep 匹配 -- 匹配1个关键字 cat ccs-all.log | grep '转派过户任务' -- 同时匹配多个关键字 cat ccs-all.log | grep '转派过户任务' | grep 'test11' grep -v 反向匹配 阅读全文
posted @ 2022-09-21 17:59 亲爱的阿道君 阅读(1045) 评论(0) 推荐(0)
摘要: SELECT (@i:=@i+1) no, a.* FROM c_user a INNER JOIN (SELECT @i:=0) seq 阅读全文
posted @ 2022-09-16 14:32 亲爱的阿道君 阅读(28) 评论(0) 推荐(0)
摘要: <a href="${pageContext.request.contextPath}/templateFile/download.do?templateId=1">模板下载</a> package com.cango.erp.cs.controller; import lombok.extern. 阅读全文
posted @ 2022-08-30 17:48 亲爱的阿道君 阅读(40) 评论(0) 推荐(0)
摘要: @Autowired ResourceLoader resourceLoader; Resource resource = resourceLoader.getResource("file:c:\\testing.txt"); Resource resource = resourceLoader.g 阅读全文
posted @ 2022-08-30 17:39 亲爱的阿道君 阅读(80) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 21 下一页