-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
400 lines (313 loc) · 16.9 KB
/
Copy pathindex.html
File metadata and controls
400 lines (313 loc) · 16.9 KB
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
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>开发者工具网</title>
<meta name="description" content="Love profile card."/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" target="_blank" href="css/bootstrap.min.css">
<link rel="stylesheet" target="_blank" href="css/ionicons.min.css"/>
<link rel="Shortcut Icon" target="_blank" href="./img/title.ico"/>
<style>
.ai-modal-overlay {
display: none;
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0,0,0,0.45);
z-index: 9999;
justify-content: center;
align-items: center;
}
.ai-modal-overlay.active {
display: flex;
}
.ai-modal-box {
text-align: center;
background: rgba(255,255,255,0.15);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border: 1px solid rgba(255,255,255,0.25);
border-radius: 16px;
padding: 36px 48px;
box-shadow: 0 8px 32px rgba(0,0,0,0.2);
position: relative;
}
.ai-modal-box a {
display: block;
margin: 10px auto;
}
.ai-modal-close {
position: absolute;
top: 10px; right: 16px;
background: none;
border: none;
font-size: 24px;
color: rgba(255,255,255,0.6);
cursor: pointer;
line-height: 1;
}
.ai-modal-close:hover {
color: #fff;
}
</style>
</head>
<body class="demo-two">
<!--hero section-->
<section class="hero bg-indigo">
<div class="container">
<div class="row">
<div class="card border-none col-lg-6 col-md-8 col-sm-10 mx-auto bg-texture">
<div class="card-body text-white text-center py-4">
<div class="mb-3">
<a id="avatar-link" href="https://deepjava-gm.github.io/blog" target="_blank">
<img src="img/head.jpg" alt="head" class="brand-logo img-fluid rounded-circle"/>
</a>
</div>
<a class="pt-4 text-white " href="https://deepjava-gm.github.io/blog" target="_blank">点击头像进入我的博客</a>
<h1 class="pt-4 text-white h2">Talk is cheap.Show me the code. </h1>
—— Linus Torvalds
<p class="mt-4 lead text-white">
</p><br/>
<p class="mt-4 lead text-white">
工具:
</p>
<div class="pt-3">
<a style="margin:10px;" href="#" class="btn btn-white-alt text-blue btn-lg" onclick="document.getElementById('aiModal').classList.add('active');return false;">
AI导航
</a>
<a style="margin:10px;" target="_blank" href="https://wangchujiang.com/linux-command/" class="btn btn-white-alt text-blue btn-lg">
Linux命令查询
</a>
<a style="margin:10px;" target="_blank" href="https://www.json.cn/json/jsononline.html" class="btn btn-white-alt text-blue btn-lg">
JSON解析
</a>
<a target="_blank" href="sqlParse.html" class="btn btn-white-alt text-blue btn-lg"
style="margin:10px;">
MybatisSQL解析
</a>
<a style="margin:10px;" target="_blank" href="https://c.runoob.com/front-end/710" class="btn btn-white-alt text-blue btn-lg">
XML解析
</a>
<a style="margin:10px;" target="_blank" href="https://tool.chinaz.com/tools/urlencode.aspx" class="btn btn-white-alt text-blue btn-lg">
URL 编码解码
</a>
<a style="margin:10px;" target="_blank" href="https://cron.qqe2.com/" class="btn btn-white-alt text-blue btn-lg">
Cron表达式生成器
</a>
<a style="margin:10px;" target="_blank" href="https://www.lddgo.net/common/cron" class="btn btn-white-alt text-blue btn-lg">
Cron表达式生成器多模式
</a>
<a style="margin:10px;" target="_blank" href="https://www.runoob.com/regexp/regexp-tutorial.html" class="btn btn-white-alt text-blue btn-lg">
正则表达式
</a>
<a style="margin:10px;" target="_blank" href="https://www.toyaml.com/index.html" class="btn btn-white-alt text-blue btn-lg">
yml/properties转换器
</a>
<a style="margin:10px;" target="_blank" href="https://tool.lu/base64image/" class="btn btn-white-alt text-blue btn-lg">
图片转Base64
</a>
<a style="margin:10px;" target="_blank" href="https://www.iconfont.cn" class="btn btn-white-alt text-blue btn-lg">
阿里巴巴图标库
</a>
<a style="margin:10px;" target="_blank" href="https://www.cs.usfca.edu/~galles/visualization/Algorithms.html" class="btn btn-white-alt text-blue btn-lg">
数据结构演示
</a>
<a style="margin:10px;" target="_blank" href="https://www.sojson.com/" class="btn btn-white-alt text-blue btn-lg">
在线小工具
</a>
</div>
<p class="mt-4 lead text-white">
Java:
</p>
<div class="pt-3">
<a style="margin:10px;" target="_blank" href="https://ruoyi.vip/"
class="btn btn-white-alt text-blue btn-lg">
若依开源框架
</a>
<a style="margin:10px;" target="_blank" href="https://central.sonatype.com/"
class="btn btn-white-alt text-blue btn-lg">
Maven中心仓库
</a>
<a style="margin:10px;" target="_blank" href="https://heapdump.cn/"
class="btn btn-white-alt text-blue btn-lg">
heapdump
</a>
<a style="margin:10px;" target="_blank" href="https://gceasy.io/"
class="btn btn-white-alt text-blue btn-lg">
GC日志分析
</a>
<a style="margin:10px;" target="_blank" href="https://leetcode-cn.com/problemset/all/"
class="btn btn-white-alt text-blue btn-lg">
LeeCode
</a>
<a style="margin:10px;" target="_blank" href="https://www.javaoffers.com"
class="btn btn-white-alt text-blue btn-lg">
JavaOffers
</a>
<a style="margin:10px;" target="_blank" href="https://easyexcel.opensource.alibaba.com/"
class="btn btn-white-alt text-blue btn-lg">
EasyExcel
</a>
<a style="margin:10px;" target="_blank" href="https://www.xuxueli.com/xxl-job/#%E3%80%8A%E5%88%86%E5%B8%83%E5%BC%8F%E4%BB%BB%E5%8A%A1%E8%B0%83%E5%BA%A6%E5%B9%B3%E5%8F%B0XXL-JOB%E3%80%8B"
class="btn btn-white-alt text-blue btn-lg">
xxl-job
</a>
<a style="margin:10px;" target="_blank" href="https://javaguide.cn/java/basis/java-basic-questions-01.html"
class="btn btn-white-alt text-blue btn-lg">
Java学习-JavaGuide
</a>
<a style="margin:10px;" target="_blank" href="https://mp.weixin.qq.com/s/lryPmrVSf7Fc55g5SsKhig"
class="btn btn-white-alt text-blue btn-lg">
Java学习-3y
</a>
<a style="margin:10px;" target="_blank" href="https://thinkwon.blog.csdn.net/article/details/120928777"
class="btn btn-white-alt text-blue btn-lg">
Java学习-CSDN
</a>
<a style="margin:10px;" target="_blank" href="https://tobebetterjavaer.com/jvm/what-is-jvm.html"
class="btn btn-white-alt text-blue btn-lg">
Java学习-沉默王二
</a>
<a style="margin:10px;" target="_blank" href="https://pdai.tech/"
class="btn btn-white-alt text-blue btn-lg">
Java全栈知识体系
</a>
</div>
<p class="mt-4 lead text-white">
前端:
</p>
<div class="pt-3">
<a style="margin:10px;" target="_blank" href="https://cn.vuejs.org/" class="btn btn-white-alt text-blue btn-lg">
VUE
</a>
<a style="margin:10px;" target="_blank" href="https://element.eleme.cn/#/zh-CN" class="btn btn-white-alt text-blue btn-lg">
Element UI
</a>
<a style="margin:10px;" target="_blank" href="https://www.runoob.com/" class="btn btn-white-alt text-blue btn-lg">
菜鸟
</a>
<a style="margin:10px;" target="_blank" href="https://www.w3school.com.cn/" class="btn btn-white-alt text-blue btn-lg">
w3school
</a>
</div>
<p class="mt-4 lead text-white">
开源项目学习:
</p>
<div class="pt-3">
<a style="margin:10px;" target="_blank" href="http://www.macrozheng.com/#/"
class="btn btn-white-alt text-blue btn-lg">
Mall商城
</a>
<a style="margin:10px;" target="_blank" href="https://github.com/topics/springboot"
class="btn btn-white-alt text-blue btn-lg">
更多项目
</a>
<a style="margin:10px;" target="_blank" href="http://www.itjc8.com/"
class="btn btn-white-alt text-blue btn-lg">
IT教程吧
</a>
<div>
<p class="mt-4 lead text-white">
其他:
</p>
<div class="pt-3">
<a target="_blank" href="https://zh.snipaste.com/" class="btn btn-white-alt text-blue btn-lg" style="margin:10px;">
截图工具Snipaste
</a>
<a target="_blank" href="https://www.pcsoft.com.cn/soft/190296.html" class="btn btn-white-alt text-blue btn-lg" style="margin:10px;">
前台小精灵
</a>
<a target="_blank" href="https://www.cn-ki.net" class="btn btn-white-alt text-blue btn-lg" style="margin:10px;">
论文下载
</a>
<a target="_blank" href="https://z-library.sk/" class="btn btn-white-alt text-blue btn-lg" style="margin:10px;">
书籍下载(z-library)
</a>
<a target="_blank" href=" https://www.remove.bg/zh" class="btn btn-white-alt text-blue btn-lg"
style="margin:10px;">
在线抠图
</a>
<a target="_blank" href=" https://www.pexels.com/" class="btn btn-white-alt text-blue btn-lg"
style="margin:10px;">
高清图片壁纸
</a>
<a target="_blank" href=" https://www.zitijia.com/" class="btn btn-white-alt text-blue btn-lg"
style="margin:10px;">
字体下载
</a>
<a target="_blank" href="https://www.aconvert.com/cn" class="btn btn-white-alt text-blue btn-lg"
style="margin:10px;">
文档、音视频转换
</a>
<a target="_blank" href="https://www.screentogif.com" class="btn btn-white-alt text-blue btn-lg"
style="margin:10px;">
Gif动图制作软件
</a>
<a target="_blank" href="https://hifiti.com/" class="btn btn-white-alt text-blue btn-lg"
style="margin:10px;">
音乐
</a>
<br>
<br>
<br>
<table align="center">
<tr>
<td>
<a target="_blank" href="http://beian.miit.gov.cn" target="_blank">
<font color="#939393" size="2">开发者工具网分享
©Copyright 2020-2026, All Rights Reserved
</font>
</a>
<div style="width:300px;margin:0 auto; padding:20px 0;">
<a target="_blank" target="_blank" href="http://www.beian.gov.cn" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"/>
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- AI Modal -->
<div id="aiModal" class="ai-modal-overlay" onclick="if(event.target===this)this.classList.remove('active')">
<div class="ai-modal-box">
<button class="ai-modal-close" onclick="document.getElementById('aiModal').classList.remove('active')">×</button>
<a style="margin:10px;" target="_blank" href="https://claude.ai/new" class="btn btn-white-alt text-blue btn-lg">Claude</a>
<a style="margin:10px;" target="_blank" href="https://chatgpt.com" class="btn btn-white-alt text-blue btn-lg">ChatGPT</a>
<a style="margin:10px;" target="_blank" href="https://gemini.google.com/app" class="btn btn-white-alt text-blue btn-lg">Gemini</a>
</div>
</div>
</section>
<script>
(function () {
var avatarLink = document.getElementById('avatar-link');
if (!avatarLink) {
return;
}
var clickCount = 0;
var clickTimer = null;
var clickDelay = 450;
avatarLink.addEventListener('click', function (event) {
event.preventDefault();
clickCount += 1;
if (clickTimer) {
window.clearTimeout(clickTimer);
}
if (clickCount >= 3) {
clickCount = 0;
window.location.href = 'resume/';
return;
}
clickTimer = window.setTimeout(function () {
clickCount = 0;
window.open(avatarLink.href, avatarLink.target || '_self');
}, clickDelay);
});
}());
</script>
</body>
</html>