上一页 1 2 3 4 5 6 7 ··· 36 下一页
摘要: 转载自:https://blog.csdn.net/q375537943/article/details/131958222 一、查看当前node.js版本node -v 二、卸载当前node.js# 这里是卸载npm的sudo npm uninstall npm -g # 这里是用来删除node创 阅读全文
posted @ 2023-09-08 15:17 larybird 阅读(1862) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_34681580/article/details/130240502 1、官网下载访问nodejs官网,点击稳定版,并下载https://nodejs.org/en 2、安装双击刚下载的文件,按步骤默认安装就行 3、 验证安装完成后打开终端 npm 阅读全文
posted @ 2023-09-08 14:40 larybird 阅读(3751) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://www.cnblogs.com/zhyp/p/16920380.html 解决方法:在终端中运行命令:npm cache clear --force 然后重新运行 npm i 命令,再次安装安装完成,没有出现报错npm run serve 运行项目,项目可以正常启动了。 安装 阅读全文
posted @ 2023-09-08 12:47 larybird 阅读(919) 评论(0) 推荐(0) 编辑
摘要: Management Plugin enabled by default at http://localhost:15672 To start rabbitmq: brew services start rabbitmqOr, if you don't want/need a background 阅读全文
posted @ 2023-09-08 11:18 larybird 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(15) 评论(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 阅读(557) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://blog.csdn.net/o0haidee0o/article/details/116745171 一种方案(推荐) 如果之前因为某些原因使得CRD资源一直Terminating,再用kubectl delete crd也显示XXX deleted,然后就卡住了,也删不掉, 阅读全文
posted @ 2023-07-21 16:00 larybird 阅读(266) 评论(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 阅读(1174) 评论(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 阅读(916) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://blog.csdn.net/nixonwuying/article/details/88547396 环境说明:win10+jmeter5.0 1.运行jmeter 2.测试计划中添加HTTP代理服务器 3.添加线程组 4.配置HTTP代理服务器,类似下图: 5.IE中配置代 阅读全文
posted @ 2023-06-19 09:51 larybird 阅读(225) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 36 下一页
点击右上角即可分享
微信分享提示