logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

OpenClaw 常用命令速查表

【代码】OpenClaw 常用命令速查表。

Linux运维部署常用命令

grep "2020-02-19 14:1[0-5]" dubbo-elastic-job.log > log.tx--查询2020-02-19 14:10到2020-02-19 14:15区间的日志。du -ah --time --max-depth=1 /usr/* | sort -hr | tail -n10#按空间大小排序,查看后10行。du -ah --time --max-depth=

#python#pycharm#开发语言
No qualifying bean of type ‘org.springframework.scheduling.TaskScheduler‘ available

tomcat启动加载spring容器时,如果spring 使用 TaskScheduler 开启了 debug模式,会造成Spring找不到默认TaskScheduler/ScheduledExecutorService的bean,从而启动的时候出现ScheduledExecutorService异常的日志。该报错不会影响定时任务的使用,但是以异常的形式在日志中存在。

文章图片
#spring#tomcat#java
git命令拉取gitlab仓库项目出现Connection refused错误

fatal: unable to access 'http://gitlab.com/test.git/': Failed to connect to 127.0.0.1 port 7897 after 2049 ms: Connection refused

文章图片
#git#gitlab
到底了