-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtools.html
384 lines (357 loc) · 8.99 KB
/
tools.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Make Some Different</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<script type="text/javascript" src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="https://cdn.bootcss.com/bootstrap/3.0.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.0.1/css/bootstrap.css" type="text/css" />
</head>
<body>
<div class="container">
<div class="row clearfix">
<div class="col-md-12 column">
<div class="jumbotron">
<h1>
Hello, mate!
</h1>
<p>
<a class="btn btn-primary btn-large" href="http://moocstudent.github.io">Back to index</a>
</p>
</div>
</div>
</div>
<div class="row clearfix">
<div class="col-md-4 column">
<h3>
搜书,搜教程
</h3>
<ul>
<li>
<a href="https://www.jiumodiary.com/" target="_blank">鸠摩搜索</a>
</li>
<li>
<a href="http://www.panduoduo.net/" target="_blank">盘多多</a>
</li>
<li>
<a href="https://www.wdl.org/zh/" target="_blank">世界数字图书馆</a>
</li>
<li>
<a href="http://www.gutenberg.org/" target="_blank">古登堡</a>
</li>
</ul>
</div>
<div class="col-md-4 column">
<h3>
他(她)们的技术博客
</h3>
<ul>
<li>
<a href="http://www.ruanyifeng.com/" target="_blank">阮一峰的网络日志</a>
</li>
<li>
<a href="https://www.liaoxuefeng.com/" target="_blank">廖雪峰的技术网站</a>
</li>
<li>
<a href="http://calamus.wiki/" target="_blank">calamus</a>
</li>
<li>
<a href="https://juejin.cn/user/958429871749192" target="_blank">MacroZheng</a>
</li>
</ul>
</div>
<div class="col-md-4 column">
<h3>
区块链,物联网
</h3>
<ul>
<li>
<a href="https://bihu.com/" target="_blank">币乎</a>
</li>
<li>
<a href="https://evaio.info/" target="_blank">电动汽车分布式数据库及应用平台evaio</a>
</li>
</ul>
</div>
<div class="col-md-4 column">
<h3>
技术名人博客
</h3>
<ul>
<li>
1
</li>
<li>
2
</li>
<li>
3
</li>
<li>
4
</li>
<li>
5
</li>
</ul>
</div>
<div class="col-md-4 column">
<h3>
编程入门类
</h3>
<ul>
<li>
<a href="https://developer.mozilla.org/zh-CN/" target="_blank">MDN web docs</a>
</li>
<li>
<a href="http://www.runoob.com/" target="_blank">菜鸟教程</a>
</li>
<li>
<a href="https://www.w3cschool.cn/" target="_blank">w3cschool</a>
</li>
<li>
<a href="http://www.peixun.net/" target="_blank">就学网</a>
</li>
<li>
<a href="http://www.51zxw.net/" target="_blank">51自学网</a>
</li>
<li>
<a href="http://how2j.cn" target="_blank">java教程</a>
</li>
<li>
<a href="https://www.icourse163.org/" target="_blank">中国大学MOOC</a>
</li>
<li>
<a href="https://python123.io/" target="_blank">Python学习</a>
</li>
</ul>
</div>
<div class="col-md-4 column">
<h3>
零散工具类
</h3>
<ul>
<li>
<a href="https://hoppscotch.io/" target="_blank">在线API测试在线postman</a>
</li>
<li>
<a href="https://dbdiagram.io/home/" target="_blank">在线数据库建立(mysql,postgresql)</a>
</li>
<li>
<a href="https://unbug.github.io/codelf/" target="_blank">程序变量取名</a>
</li>
<li>
<a href="https://jsfiddle.net/" target="_blank">在线js编程</a>
</li>
<li>
<a href="https://tool.lu/" target="_blank">在线工具</a>
</li>
<li>
<a href="https://www.iconfont.cn/" target="_blank">图标(国标)</a>
</li>
<li>
<a href="https://www.easyicon.net/" target="_blank">图标(个性)</a>
</li>
<li>
<a href="https://cloudconvert.com/" target="_blank">格式转换</a>
</li>
<li>
<a href="http://www.peise.net/" target="_blank">配色</a>
</li>
<li>
<a href="http://www.color-hex.com/" target="_blank">配色~</a>
</li>
<li>
<a href="https://cli.im/" target="_blank">二维码相关</a>
</li>
<li>
<a href="https://www.draw.io/" target="_blank">思维导图(国际)~</a>
</li>
<li>
<a href="https://www.processon.com/" target="_blank">思维导图(国标)~</a>
</li>
<li>
<a href="https://maxiang.io/" target="_blank">马克飞象</a>
</li>
<li>
<a href="https://www.yinxiang.com/" target="_blank">印象笔记</a>
</li>
<li>
<a href="http://www.bootcdn.cn/" target="_blank">前端开源项目CDN加速服务</a>
</li>
<li>
<a href="https://www.qiniu.com/" target="_blank">七牛云</a>
</li>
<li>
<a href="http://shapecatcher.com/" target="_blank">手写特殊符号检测</a>
</li>
<li>
<a href="http://www.akuziti.com/" target="_blank">字体转换</a>
</li>
</ul>
</div>
<div class="col-md-4 column">
<h3>
奇趣探索类
</h3>
<ul>
<li>
https://www.lumosity.com
</li>
<li>
https://threejs.org/
</li>
<li>
https://github.com/
</li>
<li>
http://mrdoob.com/
</li>
<li>
https://www.blend4web.com
</li>
<li>
http://i-remember.fr/en/
</li>
<li>
https://www.lumosity.com/app/v4/games
</li>
<li>
https://webvr.info/
</li>
</ul>
</div>
<br>
<br>
<div class="col-md-4 column">
<h3>
学渣提升类
</h3>
<ul>
<li>
<a href="https://www.icourse163.org/" target="_blank">中国大学MOOC</a>
</li>
<li>
<a href="http://www.199it.com/" target="_blank">互联网数据资讯网</a>
</li>
<li>
<a href="https://www.ixueshu.com/" target="_blank">爱学术</a>
</li>
<li>
<a href="http://linggle.com/" target="_blank">英语写作学习</a>
</li>
<li>
<a href="http://www.duolingo.cn/" target="_blank">外语学习</a>
</li>
</ul>
</div>
<div class="col-md-4 column">
<h3>
社区吹水类
</h3>
<ul>
<li>
<a href="https://www.zhihu.com/" target="_blank">知乎</a>
</li>
<li>
<a href="https://www.linuxidc.com/" target="_blank">Linux公社</a>
</li>
<li>
<a href="https://segmentfault.com/" target="_blank">segmentfault思否 sf.gg</a>
</li>
<li>
<a href="https://www.reddit.com/" target="_blank">国外豆瓣</a>
</li>
<li>
<a href="https://www.cnblogs.com/" target="_blank">博客园</a>
</li>
<li>
<a href="https://www.csdn.net/" target="_blank">CSDN</a>
</li>
<li>
<a href="http://www.importnew.com/" target="_blank">importNew</a>
</li>
</ul>
</div>
<div class="col-md-4 column">
<h3>
国外教育类
</h3>
<ul>
<li>
<a href="https://www.raspberrypi.org/" target="_blank">国外青少年极客</a>
</li>
</ul>
</div>
<!--row3 -->
<div class="col-md-4 column">
<h3>
生活情趣类
</h3>
<ul>
<li>
<a href="http://neets.cc/" target="_blank">私人追剧管家</a>
</li>
<li>
<a href="https://www.lumosity.com/" target="_blank">益智小游戏</a>
</li>
<li>
<a href="https://www.bilibili.com/" target="_blank">小破站</a>
</li>
</ul>
</div>
<div class="col-md-4 column">
<h3>
优质素材类
</h3>
<ul>
<li>
<a href="https://www.pexels.com/" target="_blank">免费高清大图</a>
</li>
<li>
<a href="https://pixabay.com/" target="_blank">免费高清大图~</a>
</li>
<li>
<a href="http://www.easylogo.cn/" target="_blank">LOGO</a>
</li>
<li>
<a href="http://www.58pic.com/" target="_blank">千图网</a>
</li>
<li>
<a href="https://www.toptal.com/designers/subtlepatterns/" target="_blank">背景图</a>
</li>
<li>
<a href="http://www.zcool.com.cn/" target="_blank">站酷</a>
</li>
<li>
<a href="http://7dgame.com/" target="_blank">体素模型</a>
</li>
</ul>
</div>
<div class="col-md-4 column">
<h3>
艺术品鉴类
</h3>
<ul>
<li>
<a href="https://dribbble.com/" target="_blank">dribbble</a>
</li>
<li>
<a href="https://www.behance.net/" target="_blank">behance</a>
</li>
<li>
<a href="https://www.gooood.cn/" target="_blank">谷德设计网</a>
</li>
</ul>
</div>
</div>
<br>
<br>
<br>
<br>
<hr>
<br>
<br>
</body>
</html>