上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 70 下一页
摘要: 第一种方式 wget https://github.com/prometheus/node_exporter/releases/download/v1.3.1/node_exporter-1.3.1.linux-amd64.tar.gz 如果版本不对,可以自行更换,下载地址:https://gith 阅读全文
posted @ 2022-04-28 09:19 yvioo 阅读(1462) 评论(0) 推荐(0)
摘要: 以下是伪代码,要根据自己的业务自行修改 引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </dependency> 阅读全文
posted @ 2022-04-22 22:21 yvioo 阅读(603) 评论(0) 推荐(0)
摘要: docker run -it --entrypoint sh <镜像ID> 镜像ID可以通过 docker images 查看 阅读全文
posted @ 2022-04-12 15:27 yvioo 阅读(1645) 评论(0) 推荐(0)
摘要: 公开的mqtt服务器 https://www.hivemq.com/mqtt/public-mqtt-broker/ <body> <input id="_message" width="300px" height="200px"> <button id="_sendBtn">发送消息</butto 阅读全文
posted @ 2022-04-12 11:14 yvioo 阅读(3458) 评论(0) 推荐(0)
摘要: 无法连接Java VisualVM 插件中心, 因为Zero sized file reported at https://visualvm.java.net/uc/8u40/updates.xml.gz?unique=039f77b95-689f-47b0-96cd-62e51dd66456_be 阅读全文
posted @ 2022-04-05 15:22 yvioo 阅读(525) 评论(0) 推荐(0)
摘要: IDEA是收费的,网上也有很多破解的方式,如果符合下面这个要求 ,我们也可以申请免费激活码 前提要求:在gitee或者github上有开源项目(也可以是私有项目,只要申请的时候把他设置公开,申请通过了就改回来,不过要注意项目隐私,公开就会被人看到),并且创建了三个月以上并且这之间代码要有提交记录,项 阅读全文
posted @ 2022-03-31 11:31 yvioo 阅读(566) 评论(0) 推荐(0)
摘要: java.lang.IllegalStateException: The maximum number of cell styles was exceeded. You can define up to 4000 styles in a .xls workbook at org.apache.poi 阅读全文
posted @ 2022-03-23 15:39 yvioo 阅读(1568) 评论(0) 推荐(0)
摘要: failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to do request: Head "https://registry-1.docker.io/v2/frolvlad/alp 阅读全文
posted @ 2022-03-18 21:30 yvioo 阅读(9832) 评论(0) 推荐(1)
摘要: yum -y install telnet-server.x86_64 yum -y install telnet.x86_64 yum -y install xinetd.x86_64 如果没有 有curl命令也可以使用 curl -v telnet://ip:port 阅读全文
posted @ 2022-03-09 11:27 yvioo 阅读(151) 评论(0) 推荐(0)
摘要: FROM centos:7 RUN yum install -y \ java-1.8.0-openjdk \ java-1.8.0-openjdk-devel ENV JAVA_HOME /etc/alternatives/jre 阅读全文
posted @ 2022-03-09 11:25 yvioo 阅读(519) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 70 下一页