会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Happy_Eric
博客园
首页
新随笔
联系
订阅
管理
2025年7月7日
基于Echarts的饼图
摘要: 饼图样式 饼图核心代码 <div :class="$style.main" @click="onClick"> <!-- ECharts容器 --> <div ref="chartContainer" :class="$style.chartBox" :style="{ width: size +
阅读全文
posted @ 2025-07-07 10:02 Happy_Eric
阅读(41)
评论(0)
推荐(0)
2025年1月13日
GT1030 在 Monterey 上驱动
摘要: 准备工作 OpenCore Legacy Patcher 0.4.7 OpenCore 配置编辑器(Auxiliary Tool 或者 OpenCore Configurator,此处以前者作为演示) 步骤 检查自己的启动参数是否有如下参数: amfi_get_out_of_my_way=0x1 n
阅读全文
posted @ 2025-01-13 21:06 Happy_Eric
阅读(514)
评论(0)
推荐(0)
2024年7月5日
Pages and Frames
摘要: Pages The chunk of a process, known as pages. Frames Could be assigned to available chunks of memory, known as frames.
阅读全文
posted @ 2024-07-05 09:47 Happy_Eric
阅读(10)
评论(0)
推荐(0)
2024年7月4日
计算机网络关键词复习 Computer Network Review
摘要: Definition transport-layer multiplexing and demultiplexing The job of delivering the data in a transport-layer segment to the correct socket is called
阅读全文
posted @ 2024-07-04 09:38 Happy_Eric
阅读(45)
评论(0)
推荐(0)
2024年1月31日
ipv6 转发 ipv4 实现 FiveM 联机
摘要: socat 公网ipv6 实现 FiveM 联机 不花一分钱 研究了三天终于研究明白了,首先大家需要测试家里的宽带是否有IPv6 本教程基于Linux实现,因为socat 目前我没找到好用的Windows版本 进入[https://www.test-ipv6.com/index.html.zh_CN
阅读全文
posted @ 2024-01-31 13:51 Happy_Eric
阅读(804)
评论(0)
推荐(0)
2023年12月21日
交个崔鹏题 OJ实践1-C /图的广度搜索/C++
摘要: #include<iostream> #include<malloc.h> #include<queue> using namespace std; #define MAX 10 typedef int E; typedef struct Node{ int nextVex; struct Node
阅读全文
posted @ 2023-12-21 18:51 Happy_Eric
阅读(13)
评论(0)
推荐(0)
交个崔鹏题 OJ实践1-B
摘要: #include<iostream> #include<malloc.h> #include<string.h> using namespace std; #define MAX 10 #define INF 0; typedef int E; typedef struct GraphMartix{
阅读全文
posted @ 2023-12-21 18:34 Happy_Eric
阅读(25)
评论(0)
推荐(0)
交个崔鹏题 OJ实践1-A
摘要: #include <iostream> #include<malloc.h> using namespace std; typedef int E; typedef struct Node{ E element; struct Node *next; }*node; void initList(no
阅读全文
posted @ 2023-12-21 18:11 Happy_Eric
阅读(13)
评论(0)
推荐(0)
交个崔鹏题 6-A /c++
摘要: #include<iostream> #define MAX 10 #include<malloc.h> #include<string.h> #include<stdlib.h> using namespace std; typedef char E; typedef struct Edge{ E
阅读全文
posted @ 2023-12-21 12:53 Happy_Eric
阅读(17)
评论(0)
推荐(0)
2023年12月19日
交个崔鹏作业题 6-C/c++
摘要: #include<iostream> #include<malloc.h> #include<string.h> using namespace std; #define MAX 10 #define INF 0; typedef char E; typedef struct GraphMartix
阅读全文
posted @ 2023-12-19 20:29 Happy_Eric
阅读(18)
评论(0)
推荐(0)
下一页
公告