-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
385 lines (342 loc) · 15.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="format-detection" content="email=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="format-detection" content="telephone=no" />
<meta name="renderer" content="webkit">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Amaze UI" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>[求职]hack-hu-Java开发工程师</title>
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="assets/css/typo.css">
<link rel="stylesheet" type="text/css" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/index.css">
<script>
function loading() {
document.getElementsByClassName('avatar')[0].style.display = 'block';
document.getElementsByClassName('loading')[0].style.display = 'none';
}
</script>
</head>
<body>
<header class="header"></header>
<article class="container">
<section class="side" id="side">
<label class="switch" style="display: none;" onchange="switchFixed()">
<script type="text/javaScript">
function switchFixed() {
var value = document.getElementById('side').style.position === 'fixed' ? 'absolute' : 'fixed';
document.getElementById('side').style.position = value;
}
</script>
<input id="cb" type="checkbox">
<span class="slider round"></span>
</label>
<style>
@media (min-width: 414px) {
.switch {
position: relative;
display: inline-block !important;
width: 60px;
height: 34px;
}
.switch input {
display: none;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked+.slider {
background-color: #1abc9c;
}
input:focus+.slider {
box-shadow: 0 0 1px #1abc9c;
}
input:checked+.slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}
}
</style>
<!-- 左侧固定开关,记得及时删除这段代码 End-->
<!-- 个人肖像 -->
<section class="me">
<section class="portrait">
<!-- <div class="loading">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div> -->
<!-- 头像照片 -->
<img class="avatar" src="assets/images/card.jpg">
</section>
<h1 class="name"><strong>意向岗位</strong></h1>
<h4 class="info-job"><strong>Java开发工程师</strong> </h4>
</section>
<!-- 基本信息 -->
<section class="profile info-unit">
<h2>
<i class="fa fa-user" aria-hidden="true"></i>基本信息</h2>
<hr />
<ul>
<li>
<label>个人信息</label>
<span>hack-hu / 男 / 23岁</span>
</li>
<li>
<label>英语水平</label>
<span>CET-4</span>
</li>
</ul>
</section>
<!-- 联系方式 -->
<section class="contact info-unit">
<h2>
<i class="fa fa-phone" aria-hidden="true"></i>联系方式</h2>
<hr />
<ul>
<li>
<label><i class="fa fa-qq"></i></label>
<a target="_blank">923091621</a>
</li>
<li>
<label><i class="fa fa-envelope"></i></label>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
</li>
<li>
<label><i class="fa fa-file-text-o"></i></label>
<a href="https://blog.csdn.net/qq_38288847" target="_blank">hack-hu 的博客</a>
</li>
<li>
<label><i class="fa fa-github" aria-hidden="true"></i></label>
<a href="https://github.com/hackhu2019" target="_blank">github.com/hackhu2019</a>
</li>
</ul>
</section>
<!-- 教育经历 -->
<section class="edu info-unit">
<h2>
<i class="fa fa-graduation-cap" aria-hidden="true"></i>教育经历</h2>
<hr />
<ul>
<li>
<h3>
<p>浙江大学宁波理工学院 —— 本科</p>
<p>专业:软件工程</p>
</h3>
<time>时间:<mark> 2018.9-2020.7</mark></time>
<p>
GPA:<mark>4.38/5.0</mark>
</p>
<p>专业排名:<mark>前 5%</mark>
</p>
</li>
</ul>
</section>
<!-- 个人荣誉 -->
<section class="edu info-unit">
<h2>
<i class="fa fa-graduation-cap" aria-hidden="true"></i>个人荣誉</h2>
<hr />
1、 2018 年浙江省优秀毕业生<br />
2、 2017 年浙江省政府奖学金 <br />
</section>
<!-- 个人技能 -->
<section class="skill info-unit">
<h2>
<i class="fa fa-code" aria-hidden="true"></i>技能点</h2>
<hr/>
<ul>
<li>
<label>Java</label>
<progress value="80" max="100"></progress>
</li>
<li>
<label>JavaScript</label>
<progress value="50" max="100"></progress>
</li>
<li>
<label>C#</label>
<progress value="60" max="100"></progress>
</li>
<li>
<label>C</label>
<progress value="70" max="100"></progress>
</li>
<li>
<label>MySQL</label>
<progress value="60" max="100"></progress>
</li>
</ul>
</section>
</section>
<section class="main">
<!-- 专业能力 -->
<section class="work info-unit">
<h2>
<i class="fa fa-pencil" aria-hidden="true"></i>专业能力</h2>
<hr />
<p> 掌握计算机网络、操作系统、软件工程基础课程,熟悉常用设计模式(单例模式、工厂模式、原型模式、适配器模式等)
</p>
<p>
熟悉常用数据结构(Array、List、Stack、Queue、Heap、Tree),了解Hash、跳表,熟悉常用的排序算法(冒泡、插入、选择、快排、堆排、归并、桶)
</p>
<p>
熟悉C/Java/C#、理解面向对象思想,掌握Java继承和多态特性。了解JavaWeb常用框架,如Spring、SpringBoot 等。
</p>
</section>
<!-- 工作经历 -->
<section class="project info-unit">
<h2>
<i class="fa fa-paper-plane" aria-hidden="true"></i>工作经历</h2>
<hr />
<ul>
<li>
<h3>
<span>【实习】:杭州代码狗科技有限公司</span>
<time>2019.11-2020.01</time>
</h3>
<ul class="info-content">
<li><i class="fa fa-users" aria-hidden="true"></i>
[工作岗位]:Java开发实习生
</li>
<li><i class="fa fa-paper-plane-o" aria-hidden="true"></i>
[参与项目]:API管理中心
</li>
<li>
<i class="fa fa-bars" aria-hidden="true"></i>
[贡献]<br />
<p>
  1、制作代码生成器,根据数据库表格生成相应格式的Service、DAO层代码<br />
  2、根据ElasticSearch提供的Java API 生成统计报表<br />
  3、使用预排序遍历树算法对于多层级问题优化<br />
  4、结合代码开发规范、单元测试修改代码BUG
</p>
</li>
</ul>
</li>
</ul>
</section>
<!-- 项目经验 -->
<section class="project info-unit">
<h2>
<i class="fa fa-terminal" aria-hidden="true"></i>项目经验</h2>
<hr />
<ul>
<li>
<h3>
<span>[项目1]<a href="https://gitee.com/hackhu96/mall" target="_blank"> 商城系统</a></span>
<span class="link">
<a href="https://gitee.com/hackhu96/mall" target="_blank">Demo</a>
</span>
<time>2019.8-2019.9</time>
</h3>
<ul class="info-content">
<li>技术栈:Spring + Spring MVC + MyBatis + MySQL + Ajax</li>
<li>
<i class="fa fa-paper-plane-o" aria-hidden="true"></i>
[模块]用户管理、分类管理、商品管理、购物车管理、收货地址管理、订单管理
<br />
<i class="fa fa-users" aria-hidden="true"></i>
[职责]Java后端开发
<br />
<i class="fa fa-bars" aria-hidden="true"></i>
[主要贡献]<br />
<p>
  1、用枚举类型代替无意义常量,规范化编程<br />
  2、利用 MD5 实现对密码的加密,同时针对常见的:横向越权、纵向越权问题等进行防御式编程<br />
  3、对于产品分类的多层级问题结合递归算法解决<br />
  4、对于浮点运算的精度丢失问题进行针对性处理
</p>
</li>
</ul>
</li>
<li>
<h3>
<span>[项目2] <a href="https://github.com/hackhu2019/seckill" target="_blank">
秒杀系统</a></span>
<span class="link">
<a href="https://github.com/hackhu2019/seckillk" target="_blank">Demo</a>
</span>
<time>2019.12-2020.3</time>
</h3>
<ul class="info-content">
<li>技术栈:SpringBoot + Spring MVC + MyBatis + MySQL + Redis + RocketMQ</li>
<li>
<i class="fa fa-paper-plane-o" aria-hidden="true"></i>
[模块]用户管理、商品管理、交易管理、秒杀管理等
</li>
<li>
<i class="fa fa-users" aria-hidden="true"></i>
[职责]Java后端开发
</li>
<li>
<i class="fa fa-bars" aria-hidden="true"></i>
[主要贡献]<br />
<p>
  1、对用户信息、商品信息等常用数据进行缓存处理
<br>  2、采用异步流程对交易模块进行优化,维护数据最终一致性
<br>  3、对秒杀模块引入令牌进行流量削峰、防刷限流
<br>  4、结合 Jmeter 对秒杀模块进行压力测试
</p>
</li>
</ul>
</li>
</ul>
</section>
</section>
</article>
<footer class="footer">
<p> <b>感谢您花时间阅读我的简历,期待能有机会和您共事。</b> </p>
</footer>
<!-- 侧栏 -->
<aside>
<ul>
<li>
<a href="https://github.com/hackhu2019" target="_blank">Github</a>
</li>
<li>
<a href="https://blog.csdn.net/qq_38288847" target="_blank">Blog</a>
</li>
</ul>
</aside>
<script src="./assets/js/index.js" type="text/javascript"></script>
</body>
</html>