- 博客(13)
- 收藏
- 关注
原创 linux scp传文件报错scp: Connection close
scp传文件报错scp: Connection closed。 密码过期了,修改ssh密码
2024-05-16 10:02:42
1939
原创 K8S中pod几种常见的异常状态原因分析(Pending、OOMKilled、CrashLoopBackOff、Terminating)
K8S中pod几种常见异常状态Pending、OOMKilled、CrashLoopBackOff、Terminating原因分析
2024-04-11 10:15:36
858
原创 git报错:error: remote unpack failed: error Object too large (178,821,165 bytes), rejecting the pack. M
git报错:error: remote unpack failed: error Object too large (178,821,165 bytes), rejecting the pack. Max object size limit is 67,108,864 bytes.
2024-04-03 16:48:48
1345
原创 git方式上传代码常见报错总结
解决:git pull --rebase origin master。解决:git config core.longpaths true。git remote add origin 仓库地址。解决:查看远程仓库连接信息,看不到就是断开了。原因:需要进入 .git 所在目录再执行命令。原因:add . 后面需带一个空格。原因:可能和远程仓库连接断开了。原因:本地代码和远程代码冲突。或者:执行git init。解决:git add .
2024-02-02 15:55:44
937
原创 SpringBoot项目启动报错:Injection of resource dependencies failed; nested exception is org.springframework
Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException检查最后一行报错的XXXService,里面注入的service类,互相注入
2024-02-01 17:25:44
6393
原创 npm run报错:FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript
set NODE_OPTIONS=--max_old_space_size=8096 (本次会话生效)或者setx NODE_OPTIONS --max-old-space-size=8192(永久生效)
2024-01-31 09:25:48
4302
2
原创 postgre常用函数
--为NULL取其他的COALESCE(user_num, 0)--为""取其他的COALESCE(NULLIF(user_num,''),'0')
2024-01-30 11:33:22
1057
原创 excel比较两列数据的差异项
=VLOOKUP(D2,$A$2:$B$9,2,FALSE)=VLOOKUP(主键,查找范围,列索引,是否模糊匹配)
2024-01-29 18:15:27
1051
原创 kubernetes常用命令
kubectl delete pod --force --grace-period=0。kubectl exec -it -n /bin/sh。kubectl exec -it -n /bin/sh。kubectl delete deploy -n kubectl describe pod -n kubectl delete -n 查询到docerid。
2024-01-26 09:20:14
407
原创 VUE报错:Vue packages version mismatch
If you are using vue-loader@>=10.0, simply update vue-template-compiler.If you are using vue-loader@
2024-01-25 11:24:12
1390
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人