上一页 1 2 3 4 5 6 7 ··· 44 下一页
摘要: 错误是由于node版本不兼容导致的,解决方案就是忽略引擎版本的检查 解决方案在前端编译的时候忽略引擎版本检测 sh "yarn config set registry https://registry.npmmirror.com/" sh "npm -v" sh "yarn -v" sh "yarn 阅读全文
posted @ 2024-02-05 10:21 beawh 阅读(800) 评论(0) 推荐(0)
摘要: [root@localhost ~]# crontab -l0 */2 * * * sh /home/data-integration/run_logintop.sh0 */2 * * * sh /home/data-integration/run_stationtj.sh[root@localho 阅读全文
posted @ 2024-01-29 10:14 beawh 阅读(405) 评论(0) 推荐(0)
摘要: [root@master01 /home/report]# pwd/home/report[root@master01 /home/report]# lltotal 79624-rwxrwxrwx 1 root root 5000 Jan 27 15:49 application.yml-rw-r- 阅读全文
posted @ 2024-01-27 16:27 beawh 阅读(274) 评论(0) 推荐(0)
摘要: 查mysql error log show full processlist ; 查锁等待 一顿分析,可能原因就是磁盘满了,所以监控告警要更上。,, 阅读全文
posted @ 2024-01-27 14:40 beawh 阅读(11) 评论(0) 推荐(0)
摘要: [root@localhost data-integration]# cat run_logintop.sh #!/bin/bashcd /home/data-integrationnohup /home/data-integration/pan.sh -file=/home/data-integr 阅读全文
posted @ 2024-01-26 16:15 beawh 阅读(51) 评论(0) 推荐(0)
摘要: SELECT cc.nick_name ,cc.user_name, max(ss.login_time) ,count(*) as login_count FROM `sys_logininfor` ss, sys_user cc where ss.`status`=0 and ss.login_ 阅读全文
posted @ 2024-01-22 15:46 beawh 阅读(12) 评论(0) 推荐(0)
摘要: pipeline { // 选择标签为maven的模板 agent { node { label "maven" } } options { buildDiscarder(logRotator(numToKeepStr: '3')) } parameters { gitParameter branc 阅读全文
posted @ 2024-01-19 11:45 beawh 阅读(6) 评论(0) 推荐(0)
摘要: pipeline { // 选择标签为maven的模板 agent { node { label "maven" } } options { buildDiscarder(logRotator(numToKeepStr: '3')) } parameters { gitParameter branc 阅读全文
posted @ 2024-01-19 11:44 beawh 阅读(5) 评论(0) 推荐(0)
摘要: kubectl exec -ti data-ananlysis-java-8-2kg2l-h3hn1-rg61n -c maven -n jenkins /bin/bash 阅读全文
posted @ 2024-01-18 13:36 beawh 阅读(96) 评论(0) 推荐(0)
摘要: [root@k8s-master ~]# ansible-playbook /etc/ansible/copy.yml PLAY [webservers] ************************************************************************ 阅读全文
posted @ 2024-01-09 10:52 beawh 阅读(423) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 44 下一页