摘要: kubectl edit installation default spec: calicoNetwork: nodeAddressAutodetectionV4: canReach: "10.130.212.204" # 你要的目标IP{insert\_element\_0\_} 阅读全文
posted @ 2026-04-07 16:54 EJW 阅读(3) 评论(0) 推荐(0)
摘要: (function() { 'use strict'; // 核心配置 const CONFIG = { pollInterval: 2000, // 2秒刷新一次 jenkinsBaseUrl: 'http://10.130.212.2:8080' // 你的Jenkins地址(仅改这一处即可) 阅读全文
posted @ 2026-03-23 16:33 EJW 阅读(5) 评论(0) 推荐(0)
摘要: 安装rustdesk 远程服务 docker run --name hbbr -v /root/data:/root -td --net=host --restart unless-stopped rustdesk/rustdesk-server hbbr docker run --name hbb 阅读全文
posted @ 2025-11-19 15:55 EJW 阅读(12) 评论(0) 推荐(0)
摘要: 切换到独立显卡 添加如下变量即可 __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia glmark2 阅读全文
posted @ 2025-07-10 13:50 EJW 阅读(71) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/1032481/202506/1032481-20250612203625460-1806519191.png) 阅读全文
posted @ 2025-06-12 21:24 EJW 阅读(12) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-06-12 15:03 EJW 阅读(17) 评论(0) 推荐(0)
摘要: https://echarts.apache.org/examples/zh/index.html#chart-type-line javascript: $axure.utils.loadJS('https://cdn.jsdelivr.net/npm/echarts/dist/echarts.m 阅读全文
posted @ 2025-05-12 16:47 EJW 阅读(37) 评论(0) 推荐(0)
摘要: 今天突然发现自己装的Ubuntu没有启动项,也就是没有那个EFI分区,人都麻了!原因是先把装Ubuntu的固态拿了出来,再装的win11,结果win11可以用了,Ubuntu进不去了! 接下来记录下修复的方法: 首先准备一个带有Ubuntu安装镜像的U盘 进入U盘中的Ubuntu,点击try Ubu 阅读全文
posted @ 2024-12-17 13:57 EJW 阅读(389) 评论(0) 推荐(0)
摘要: c++ #include <iostream> #include <vector> class Array { private: std::vector<std::vector<int>> matrix; int size; public: // 构造函数 Array(int n) : size(n 阅读全文
posted @ 2024-10-28 15:04 EJW 阅读(45) 评论(0) 推荐(0)
摘要: import carla host = '127.0.0.1' port = 2000 client = carla.Client(host, port) client.set_timeout(2.0) maps = client.get_available_maps() print("{} {}" 阅读全文
posted @ 2024-10-12 14:12 EJW 阅读(54) 评论(0) 推荐(0)