会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
会游泳的鱼
大家好,欢迎参观!!!
博客园
首页
新随笔
联系
订阅
管理
2026年4月7日
carlico BGP连接ip错误
摘要: 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)
2026年3月23日
Jenkins不刷新问题修复
摘要: (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)
2025年11月19日
安装rustdesk 远程服务
摘要: 安装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)
2025年7月10日
ubuntu集显如何切换到独立显卡
摘要: 切换到独立显卡 添加如下变量即可 __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia glmark2
阅读全文
posted @ 2025-07-10 13:50 EJW
阅读(71)
评论(0)
推荐(0)
2025年6月12日
xxx
摘要: 
阅读全文
posted @ 2025-06-12 21:24 EJW
阅读(12)
评论(0)
推荐(0)
图片
摘要:
阅读全文
posted @ 2025-06-12 15:03 EJW
阅读(17)
评论(0)
推荐(0)
2025年5月12日
axure插入图表
摘要: 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)
2024年12月17日
ubuntu缺少启动项
摘要: 今天突然发现自己装的Ubuntu没有启动项,也就是没有那个EFI分区,人都麻了!原因是先把装Ubuntu的固态拿了出来,再装的win11,结果win11可以用了,Ubuntu进不去了! 接下来记录下修复的方法: 首先准备一个带有Ubuntu安装镜像的U盘 进入U盘中的Ubuntu,点击try Ubu
阅读全文
posted @ 2024-12-17 13:57 EJW
阅读(389)
评论(0)
推荐(0)
2024年10月28日
202411实践
摘要: 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)
2024年10月12日
test
摘要: 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)
下一页
公告