上一页 1 2 3 4 5 6 7 8 9 ··· 38 下一页
摘要: Docroot is: /usr/local/var/www The default port has been set in /usr/local/etc/nginx/nginx.conf to 8080 so thatnginx can run without sudo. nginx will 阅读全文
posted @ 2023-09-08 11:03 larybird 阅读(47) 评论(0) 推荐(0)
摘要: 转载自:https://blog.csdn.net/aahdjdb/article/details/132186198 如图,导入import org.junit.Test时飘红 解决方法: 1.选中FIle——Project Structure 2.选择——Libraries——Java 3.找到 阅读全文
posted @ 2023-09-08 09:40 larybird 阅读(746) 评论(0) 推荐(0)
摘要: 转载自:https://blog.csdn.net/o0haidee0o/article/details/116745171 一种方案(推荐) 如果之前因为某些原因使得CRD资源一直Terminating,再用kubectl delete crd也显示XXX deleted,然后就卡住了,也删不掉, 阅读全文
posted @ 2023-07-21 16:00 larybird 阅读(400) 评论(0) 推荐(0)
摘要: 转载自:https://duanzhanpu.cn/index.php/archives/87/ 修改prometheus中node-exporter端口 因其他业务已占用9100端口,需修改为其他端口 # 启动时指定端口 $ nohup ./node_exporter --web.listen-a 阅读全文
posted @ 2023-07-17 14:16 larybird 阅读(1369) 评论(0) 推荐(0)
摘要: 转载自:https://blog.csdn.net/Along_168163/article/details/124118833 docker安装之后重新安装报错如下: Job for docker.service failed because start of the service was at 阅读全文
posted @ 2023-07-12 09:06 larybird 阅读(1357) 评论(0) 推荐(0)
摘要: 转载自:https://blog.csdn.net/nixonwuying/article/details/88547396 环境说明:win10+jmeter5.0 1.运行jmeter 2.测试计划中添加HTTP代理服务器 3.添加线程组 4.配置HTTP代理服务器,类似下图: .*\.(js| 阅读全文
posted @ 2023-06-19 09:51 larybird 阅读(326) 评论(0) 推荐(0)
摘要: 转载自:https://huaweicloud.csdn.net/638db195dacf622b8df8c5f7.html 1、问题现象假设我们的现在要删除的namespace是dev,执行如下命令进行删除:执行如下命令查看namespace删除情况:可以看到删除状态显示Terminating,而 阅读全文
posted @ 2023-05-17 20:08 larybird 阅读(1089) 评论(0) 推荐(0)
摘要: command -v tc chaosblade对应的可执行文件,必须安装在/usr/bin目录下 cp /usr/sbin/iptables /usr/bin/ 阅读全文
posted @ 2023-04-25 17:27 larybird 阅读(86) 评论(0) 推荐(0)
摘要: 转载自:https://www.lxlinux.net/how-to-check-linux-version.html #查看操作系统版本 cat /etc/redhat-release#查看操作系统版本cat /proc/version# 查看CPU信息(型号)cat /proc/cpuinfo 阅读全文
posted @ 2023-04-25 09:54 larybird 阅读(112) 评论(0) 推荐(0)
摘要: springboot安装:https://blog.neoniou.com/posts/spring-boot-nacos-dubbo/#service-consumer 1、前言 今天在spring boot2.x下整合了一下dubbo2.7.8和nacos1.4.0,因为都是最新版,所以naco 阅读全文
posted @ 2023-04-23 14:45 larybird 阅读(636) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 38 下一页