Skip to content

Commit 06d91d5

Browse files
Yu's MacbookYu's Macbook
authored andcommitted
modify index.html
1 parent 4a6c650 commit 06d91d5

File tree

1 file changed

+172
-37
lines changed

1 file changed

+172
-37
lines changed

wwwroot/index.html

Lines changed: 172 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,177 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
3+
34
<head>
4-
<meta charset="UTF-8">
5-
<title>My Webpage</title>
6-
<style>
7-
body {
8-
margin: 0;
9-
padding: 0;
10-
font-family: Arial, sans-serif;
11-
}
12-
h1 {
13-
font-size: 36px;
14-
text-align: center;
15-
margin-top: 100px;
16-
}
17-
h2 {
18-
font-size: 24px;
19-
text-align: center;
20-
margin-top: 20px;
21-
}
22-
p {
23-
font-size: 16px;
24-
margin-top: 20px;
25-
margin-left: 20px;
26-
}
27-
#top-left-text {
28-
position: absolute;
29-
top: 0;
30-
left: 0;
31-
margin: 20px;
32-
font-size: 20px;
33-
font-weight: bold;
34-
}
35-
</style>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Yu's Resume Blog</title>
8+
<style>
9+
body {
10+
font-family: Arial, sans-serif;
11+
background-color: #f0f8ff;
12+
/* 青春活泼的背景颜色 */
13+
margin: 0;
14+
padding: 0;
15+
text-align: center;
16+
}
17+
18+
header {
19+
background-color: #4682b4;
20+
/* 深蓝色背景 */
21+
color: #fff;
22+
padding: 20px;
23+
}
24+
25+
h1 {
26+
font-size: 36px;
27+
}
28+
29+
.container {
30+
max-width: 800px;
31+
margin: 20px auto;
32+
padding: 20px;
33+
background-color: #fff;
34+
border-radius: 10px;
35+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
36+
text-align: left;
37+
/* 文本左对齐 */
38+
}
39+
40+
h2 {
41+
color: #4682b4;
42+
/* 与标题栏相同的蓝色 */
43+
}
44+
45+
ul {
46+
list-style-type: none;
47+
padding: 0;
48+
}
49+
50+
li {
51+
margin-bottom: 10px;
52+
}
53+
54+
a {
55+
text-decoration: none;
56+
color: #4682b4;
57+
/* 与标题栏相同的蓝色 */
58+
}
59+
60+
a:hover {
61+
text-decoration: underline;
62+
}
63+
64+
/* 装饰性元素 */
65+
.decorative-element {
66+
border-top: 1px dashed #000;
67+
/* Black dashed line, 1px thickness */
68+
width: 100%;
69+
margin: 20px 0;
70+
}
71+
72+
.divider {
73+
background-color: #4682b4;
74+
/* 蓝色分割线 */
75+
height: 2px;
76+
margin: 20px 0;
77+
}
78+
</style>
3679
</head>
80+
3781
<body>
38-
<div id="top-left-text">Request successful.</div>
39-
<h1>~~~This is my Reactor-Server Project~~~</h1>
40-
<h2>The backend of this web server is built based on the multiplexer actor mode</h2>
82+
<header>
83+
<h1>Let me introduce myself!</h1>
84+
<p>Hi, I'm Yu. Here is my resume blog!</p>
85+
</header>
86+
<div class="container">
87+
<h2>个人简介</h2>
88+
<p>如果有很多困难,就一个一个解决</p>
89+
<p>就读高校和专业:中山大学智能科学与技术</p>
90+
<p>所在城市:广东 深圳</p>
91+
<p>年级:21级本科生</p>
92+
<p>联系邮箱:<a href="mailto:yufc779@gmail.com">yufc779@gmail.com</a></p>
93+
<p>最喜欢的电影:火星救援</p>
94+
95+
<div class="decorative-element"></div>
96+
97+
<h2>代码仓库和博客主页</h2>
98+
<ul>
99+
<li><a href="https://github.com/Yufccode" target="_blank">GitHub🔗链接</a></li>
100+
<li><a href="https://blog.csdn.net/Yu_Cblog?spm=1000.2115.3001.5343" target="_blank">CSDN-BLOG🔗链接</a></li>
101+
</ul>
102+
103+
<div class "decorative-element"></div>
104+
105+
<h2>我的技能简介</h2>
106+
<ul>
107+
后端开发、
108+
数据结构与算法、
109+
Docker、
110+
操作系统与计算机网络、
111+
MySQL、
112+
C++/C、
113+
Protobuf、
114+
Socket编程、
115+
深度学习、
116+
图像处理、
117+
智能机器人技术、
118+
ROS
119+
</ul>
120+
121+
<div class="decorative-element"></div>
122+
123+
<h2>我的技术</h2>
124+
<p><strong>编程语言技能</strong></p>
125+
C/C++ 和 Python 编程,包括面向对象编程、深浅拷贝、动态内存管理、封装、继承、多态、模版等<br>
126+
了解 C++11 智能指针和 RAII 思想<br>
127+
熟练使用 C++ 迭代器<br>
128+
掌握常见数据结构算法,如顺序表、链表、栈、队列、位图、布隆过滤器、二叉树、搜索二叉树、AVL、红黑树、B树、哈希表<br>
129+
<p><strong>系统编程</strong></p>
130+
熟练使用 Linux 开发环境,包括文件权限和用户管理 <br>
131+
使用常见开发工具如 VSCode、SSH 和 Vim <br>
132+
掌握线程控制,了解进程与线程的内核层面差异,实现简单线程池和进程池 <br>
133+
<p><strong>人工智能编程技术</strong></p>
134+
熟练并掌握 Python 编程,并能使用该语言进行机器学习,深度学习编程。 <br>
135+
熟悉机器学习基本方法。理解并掌握线性回归、决策树、神经网络、SVM、集成学习、聚类等基本机器学习方法 <br>
136+
掌握图像处理基本方法,掌握边缘计算,图像采集,图像增强(空域增强和频域增强),图像恢复,图像分割等方法 <br>
137+
掌握深度学习基本方法,掌握理解 Resnet,Densnet,YOLO 等深度学习模型 <br>
138+
<p><strong>网络编程</strong></p>
139+
掌握 HTTP/HTTPS 和 TCP/IP 协议,了解 NAT、MAC 帧协议、正反向代理 <br>
140+
熟练使用套接字编程,了解阻塞和非阻塞接口,多路复用模型如 select/poll/epoll。 <br>
141+
熟悉 Reactor 模式,手动实现基于 epoll 的 Reactor 服务器。 <br>
142+
使用 protobuf 工具 <br>
143+
<p><strong>数据库</strong></p>
144+
掌握 MySQL 的基本 CRUD 操作, MVCC 多版本并发控制,事务和索引 <br>
145+
<p><strong>编程工具</strong></p>
146+
熟练使用 Docker, 包括镜像、网络、存储卷和容器编排 <br>
147+
熟练使用 Git 工具 <br>
148+
149+
<div class="decorative-element"></div>
150+
151+
<h2>项目经历和科研经历</h2>
152+
<p>(一) 💻基于 Reactor 模式的高性能 Web 服务器</p>
153+
<p>项目介绍: 该项目基于 epoll 多路转接,实现了一个 Reactor 模式的 Web 服务器</p>
154+
<p>相关技术: 多路转接、异步 IO、socket 编程</p>
155+
<p>项目相关博客:</p>
156+
<ul>
157+
<li><a href="http://t.csdnimg.cn/ceMS3" target="_blank">🔗高效的IO和reactor模式</a></li>
158+
<li><a href="http://t.csdnimg.cn/dw8CI" target="_blank">🔗多路转接高性能IO服务器|select|poll|epoll|模型详细实现</a></li>
159+
</ul>
160+
<p>项目代码仓库: <a href="https://github.com/Yufccode/Reactor-based-HyperWebServer"
161+
target="_blank">🔗Reactor-based-HyperWebServer</a></p>
162+
<br>
163+
(二) 🤖基于 3d 多头注意力残差网络的帕金森氏症严重程度诊断解释模型 <br><br>
164+
* 文章尚未被收录,正在投稿中<br><br>
165+
* 通讯作者:陈语谦教授(原中山大学智能工程学院教授,现北京大学信息工程学院 AI for Science (AI4S) 主任) <br><br>
166+
文章摘要(中文翻译):<br><br>
167+
帕金森病(PD)的严重程度评估对 PD 的治疗具有重要意义。然而,现有的方法要么基于先验知识存在局限性,要么是侵入 性方法。为了提出一个更广义的严重性评估模型,本文提出了一个可解释的 3D 多头注意力残差卷积网络。首先,我们设计
168+
了一个基于 3D 注意力的卷积层来提取视频特征。其次,特征将被馈送到 LSTM 和残差骨干网络中,该网络可用于捕获视频 的上下文信息。最后,我们设计了一个特征压缩模块来压缩学习到的上下文特征。我们开发了一些可解释的实验来更好地解
169+
释这个黑盒模型,以便它可以被推广。实验表明,我们的模型可以达到最先进的预测性能。所提出的轻量级但有效的模型有 望在未来基于 PD 视频的严重性评估研究中作为一个合适的端到端深度学习基线。
170+
<div class="decorative-element"></div>
171+
172+
<!-- 在这里添加其他项目经历和科研经历的内容 -->
173+
</div>
174+
<div class="divider"></div>
41175
</body>
42-
</html>
176+
177+
</html>

0 commit comments

Comments
 (0)