-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
497 lines (289 loc) · 20.2 KB
/
atom.xml
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
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>黄明照--一个在路上慢慢行走的前端人</title>
<subtitle>黄明照个人博客</subtitle>
<link href="/atom.xml" rel="self"/>
<link href="http://www.huangmingzhao.cn/"/>
<updated>2018-10-09T07:16:11.000Z</updated>
<id>http://www.huangmingzhao.cn/</id>
<author>
<name>黄明照</name>
</author>
<generator uri="http://hexo.io/">Hexo</generator>
<entry>
<title>MongoDB与Mongoose</title>
<link href="http://www.huangmingzhao.cn/MongoDB-Mongoose.html"/>
<id>http://www.huangmingzhao.cn/MongoDB-Mongoose.html</id>
<published>2018-10-08T14:49:01.000Z</published>
<updated>2018-10-09T07:16:11.000Z</updated>
<summary type="html">
<h1 id="MongoDB"><a href="#MongoDB" class="headerlink" title="MongoDB"></a>MongoDB</h1><h2 id="何为MongoDB?"><a href="#何为MongoDB?" class="head
</summary>
<category term="渣技术" scheme="http://www.huangmingzhao.cn/categories/%E6%B8%A3%E6%8A%80%E6%9C%AF/"/>
<category term="Mongoose" scheme="http://www.huangmingzhao.cn/tags/Mongoose/"/>
</entry>
<entry>
<title>聊聊毕业设计系列 --- 系统实现</title>
<link href="http://www.huangmingzhao.cn/%E8%81%8A%E8%81%8A%E6%AF%95%E4%B8%9A%E8%AE%BE%E8%AE%A1%E7%B3%BB%E5%88%972.html"/>
<id>http://www.huangmingzhao.cn/聊聊毕业设计系列2.html</id>
<published>2018-08-26T03:53:01.000Z</published>
<updated>2018-08-26T15:53:17.000Z</updated>
<summary type="html">
<h1 id="效果展示"><a href="#效果展示" class="headerlink" title="效果展示"></a>效果展示</h1><p><img src="https://user-gold-cdn.xitu.io/2018/8/26/16576a709bd0
</summary>
<category term="渣技术" scheme="http://www.huangmingzhao.cn/categories/%E6%B8%A3%E6%8A%80%E6%9C%AF/"/>
<category term="Mongoose" scheme="http://www.huangmingzhao.cn/tags/Mongoose/"/>
<category term="Express" scheme="http://www.huangmingzhao.cn/tags/Express/"/>
<category term="毕业设计" scheme="http://www.huangmingzhao.cn/tags/%E6%AF%95%E4%B8%9A%E8%AE%BE%E8%AE%A1/"/>
<category term="Vue" scheme="http://www.huangmingzhao.cn/tags/Vue/"/>
<category term="MongoDB" scheme="http://www.huangmingzhao.cn/tags/MongoDB/"/>
<category term="Node.js" scheme="http://www.huangmingzhao.cn/tags/Node-js/"/>
<category term="Sockit.io" scheme="http://www.huangmingzhao.cn/tags/Sockit-io/"/>
</entry>
<entry>
<title>聊聊毕业设计系列 --- 项目介绍</title>
<link href="http://www.huangmingzhao.cn/%E8%81%8A%E8%81%8A%E6%AF%95%E4%B8%9A%E8%AE%BE%E8%AE%A1%E7%B3%BB%E5%88%971.html"/>
<id>http://www.huangmingzhao.cn/聊聊毕业设计系列1.html</id>
<published>2018-08-18T14:53:01.000Z</published>
<updated>2018-08-26T15:52:16.000Z</updated>
<summary type="html">
<h1 id="效果展示"><a href="#效果展示" class="headerlink" title="效果展示"></a>效果展示</h1><p><img src="https://user-gold-cdn.xitu.io/2018/8/26/16576a709bd0
</summary>
<category term="渣技术" scheme="http://www.huangmingzhao.cn/categories/%E6%B8%A3%E6%8A%80%E6%9C%AF/"/>
<category term="Mongoose" scheme="http://www.huangmingzhao.cn/tags/Mongoose/"/>
<category term="Express" scheme="http://www.huangmingzhao.cn/tags/Express/"/>
<category term="毕业设计" scheme="http://www.huangmingzhao.cn/tags/%E6%AF%95%E4%B8%9A%E8%AE%BE%E8%AE%A1/"/>
<category term="Vue" scheme="http://www.huangmingzhao.cn/tags/Vue/"/>
<category term="MongoDB" scheme="http://www.huangmingzhao.cn/tags/MongoDB/"/>
<category term="Node.js" scheme="http://www.huangmingzhao.cn/tags/Node-js/"/>
<category term="Sockit.io" scheme="http://www.huangmingzhao.cn/tags/Sockit-io/"/>
</entry>
<entry>
<title>HTTP缓存策略与增量更新总结</title>
<link href="http://www.huangmingzhao.cn/HTTP%E7%BC%93%E5%AD%98%E7%AD%96%E7%95%A5%E4%B8%8E%E5%A2%9E%E9%87%8F%E6%9B%B4%E6%96%B0.html"/>
<id>http://www.huangmingzhao.cn/HTTP缓存策略与增量更新.html</id>
<published>2018-03-09T14:31:01.000Z</published>
<updated>2018-10-11T10:38:45.000Z</updated>
<summary type="html">
<p>合理的利用缓存是web性能优化的必要手段,对于咱们前端来说所接触的主要缓存策略是针对客户端浏览器,客户端的缓存可以分为两种:</p>
<p><strong>1.</strong> 利用本地存储, 比如localStorage、SessionStorage等</p>
<p>
</summary>
<category term="渣技术" scheme="http://www.huangmingzhao.cn/categories/%E6%B8%A3%E6%8A%80%E6%9C%AF/"/>
<category term="缓存" scheme="http://www.huangmingzhao.cn/tags/%E7%BC%93%E5%AD%98/"/>
</entry>
<entry>
<title>video标签移动端兼容性问题总结</title>
<link href="http://www.huangmingzhao.cn/video-compatible.html"/>
<id>http://www.huangmingzhao.cn/video-compatible.html</id>
<published>2018-03-06T06:01:01.000Z</published>
<updated>2018-03-06T06:04:34.000Z</updated>
<summary type="html">
<p>由于video标签在各个平台下存在的各种各样的兼容性问题,遇到了各种坑,目前总结了下篇,待更新~~</p>
</summary>
<category term="渣技术" scheme="http://www.huangmingzhao.cn/categories/%E6%B8%A3%E6%8A%80%E6%9C%AF/"/>
<category term="video" scheme="http://www.huangmingzhao.cn/tags/video/"/>
</entry>
<entry>
<title></title>
<link href="http://www.huangmingzhao.cn/practice-summary-andy-move2.html"/>
<id>http://www.huangmingzhao.cn/practice-summary-andy-move2.html</id>
<published>2018-03-02T12:22:24.000Z</published>
<updated>2018-03-02T12:22:24.000Z</updated>
<summary type="html">
<hr>
<p>title: 实习&amp;andyMove小结<br>date: 2018-03-06 17:01:01<br>comments: true</p>
<p>tags:</p>
<pre><code>- 美图
- H5项目
</code></pre><p>cate
</summary>
</entry>
<entry>
<title>canvas粒子背景</title>
<link href="http://www.huangmingzhao.cn/particle-canvas.html"/>
<id>http://www.huangmingzhao.cn/particle-canvas.html</id>
<published>2018-02-28T02:31:01.000Z</published>
<updated>2018-03-02T07:24:41.000Z</updated>
<summary type="html">
<p>根据网上的思路用canvas实现之前知乎的粒子背景。 </p>
<blockquote>
<p><a href="https://github.com/ishareme/Particle/" target="_blank" rel="noopener">github 地址</a><br><a href="https://github.com/ishareme/ParticleCanvas/" target="_blank" rel="noopener">example</a></p>
</blockquote>
</summary>
<category term="渣技术" scheme="http://www.huangmingzhao.cn/categories/%E6%B8%A3%E6%8A%80%E6%9C%AF/"/>
<category term="Canvas" scheme="http://www.huangmingzhao.cn/tags/Canvas/"/>
</entry>
<entry>
<title>Html5 File API 与 ClipImage结合 Demo</title>
<link href="http://www.huangmingzhao.cn/ClipImageDemo-FileAPI.html"/>
<id>http://www.huangmingzhao.cn/ClipImageDemo-FileAPI.html</id>
<published>2018-02-27T15:56:01.000Z</published>
<updated>2018-03-02T07:24:41.000Z</updated>
<summary type="html">
<p>用ClipImage和File Api 写的一个截图小🌰</p>
<blockquote>
<p><a href="http://f2er.meitu.com/hmz/ClipImageDemo/example/" target="_blank" rel="noopener">example</a></p>
</blockquote>
<blockquote>
<p><a href="https://github.com/ishareme/ClipImageDemo" target="_blank" rel="noopener">github</a><br>
</summary>
<category term="渣技术" scheme="http://www.huangmingzhao.cn/categories/%E6%B8%A3%E6%8A%80%E6%9C%AF/"/>
<category term="Canvas" scheme="http://www.huangmingzhao.cn/tags/Canvas/"/>
<category term="FileAPI" scheme="http://www.huangmingzhao.cn/tags/FileAPI/"/>
</entry>
<entry>
<title>ClipImage 基于canvas截图工具</title>
<link href="http://www.huangmingzhao.cn/ClipImage.html"/>
<id>http://www.huangmingzhao.cn/ClipImage.html</id>
<published>2018-02-26T14:01:01.000Z</published>
<updated>2018-03-03T03:06:18.000Z</updated>
<summary type="html">
<p>最近重新看了下canvas的api,于是乎就撸了几个小demo。clipImage基于canvas的截图小工具 <a href="https://github.com/ishareme/ClipImage/" target="_blank" rel="noopener">github 地址</a></p>
</summary>
<category term="渣技术" scheme="http://www.huangmingzhao.cn/categories/%E6%B8%A3%E6%8A%80%E6%9C%AF/"/>
<category term="Canvas" scheme="http://www.huangmingzhao.cn/tags/Canvas/"/>
</entry>
<entry>
<title>canvas API 汇总</title>
<link href="http://www.huangmingzhao.cn/canvas-api.html"/>
<id>http://www.huangmingzhao.cn/canvas-api.html</id>
<published>2018-02-23T16:02:01.000Z</published>
<updated>2018-03-02T07:24:41.000Z</updated>
<summary type="html">
<p>canvas 的 API 汇总</p>
<figure class="highlight js"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</
</summary>
<category term="渣技术" scheme="http://www.huangmingzhao.cn/categories/%E6%B8%A3%E6%8A%80%E6%9C%AF/"/>
<category term="canvas" scheme="http://www.huangmingzhao.cn/tags/canvas/"/>
</entry>
<entry>
<title>javascript 观察者模式 (订阅者与发布者)</title>
<link href="http://www.huangmingzhao.cn/publish-subscribe-mode.html"/>
<id>http://www.huangmingzhao.cn/publish-subscribe-mode.html</id>
<published>2018-02-23T15:10:01.000Z</published>
<updated>2018-03-06T05:58:51.000Z</updated>
<summary type="html">
<p>javascript 观察者模式 (订阅者与发布者)</p>
<figure class="highlight js"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class
</summary>
<category term="渣技术" scheme="http://www.huangmingzhao.cn/categories/%E6%B8%A3%E6%8A%80%E6%9C%AF/"/>
<category term="JavaScript" scheme="http://www.huangmingzhao.cn/tags/JavaScript/"/>
</entry>
<entry>
<title>实习&andyMove小结</title>
<link href="http://www.huangmingzhao.cn/practice-summary-andy-move.html"/>
<id>http://www.huangmingzhao.cn/practice-summary-andy-move.html</id>
<published>2018-02-06T09:01:01.000Z</published>
<updated>2018-03-02T08:41:14.000Z</updated>
<summary type="html">
<p>这学期的实习也快结束了,想想还是挺感慨的。这次对andyMove的总结就当做对自己这学期实习的总结吧。</p>
<p>在美图也快满4个月了,总感觉自己进步的非常慢,有时候会在想是不是自己变得不上心了?变得不进取了?对!!你就是不进取了,松懈了!!不,这完全不是我!!!!当然
</summary>
<category term="渣技术" scheme="http://www.huangmingzhao.cn/categories/%E6%B8%A3%E6%8A%80%E6%9C%AF/"/>
<category term="美图" scheme="http://www.huangmingzhao.cn/tags/%E7%BE%8E%E5%9B%BE/"/>
<category term="H5项目" scheme="http://www.huangmingzhao.cn/tags/H5%E9%A1%B9%E7%9B%AE/"/>
</entry>
<entry>
<title>美图H5项目总结--lancome</title>
<link href="http://www.huangmingzhao.cn/meitu-item-lancome-hk.html"/>
<id>http://www.huangmingzhao.cn/meitu-item-lancome-hk.html</id>
<published>2018-01-05T09:01:01.000Z</published>
<updated>2018-03-02T07:24:41.000Z</updated>
<summary type="html">
<p>对lancome的小项目做个小结</p>
</summary>
<category term="渣技术" scheme="http://www.huangmingzhao.cn/categories/%E6%B8%A3%E6%8A%80%E6%9C%AF/"/>
<category term="美图" scheme="http://www.huangmingzhao.cn/tags/%E7%BE%8E%E5%9B%BE/"/>
<category term="H5项目" scheme="http://www.huangmingzhao.cn/tags/H5%E9%A1%B9%E7%9B%AE/"/>
</entry>
<entry>
<title>美图H5项目总结--bplus_halloween</title>
<link href="http://www.huangmingzhao.cn/meitu-item-two.html"/>
<id>http://www.huangmingzhao.cn/meitu-item-two.html</id>
<published>2017-10-29T12:41:01.000Z</published>
<updated>2018-03-02T07:24:41.000Z</updated>
<summary type="html">
<p>昨天对项目m8s_strut做了个小结(详见=&gt;<a href="https://blog.huangmingzhao.cn/meitu-item-one.html" target="_blank" rel="noopener">m8s_strut</a>),今天就继续对项目二bplus_halloween做个总结吧,嘿嘿…技术很渣,看官勿喷。。</p>
</summary>
<category term="渣技术" scheme="http://www.huangmingzhao.cn/categories/%E6%B8%A3%E6%8A%80%E6%9C%AF/"/>
<category term="美图" scheme="http://www.huangmingzhao.cn/tags/%E7%BE%8E%E5%9B%BE/"/>
<category term="H5项目" scheme="http://www.huangmingzhao.cn/tags/H5%E9%A1%B9%E7%9B%AE/"/>
</entry>
<entry>
<title>美图H5项目总结--m8s_strut</title>
<link href="http://www.huangmingzhao.cn/meitu-item-one.html"/>
<id>http://www.huangmingzhao.cn/meitu-item-one.html</id>
<published>2017-10-28T13:57:01.000Z</published>
<updated>2018-03-02T07:24:41.000Z</updated>
<summary type="html">
<p>来美图实习也一个月了~从校招之后可能有点放松过头,导致与最近感觉把学习给放一边了,前几天对校招做了个总结(详见=&gt;<a href="https://blog.huangmingzhao.cn/autumn-recruit-Interview.html" target="_blank" rel="noopener">秋招面试总结</a>),所以最近要好好的收拾下心态,继续勤勤恳恳在前端路探索,接下来会对每个项目做一个总结,嘿嘿…技术很渣,看官勿喷。。</p>
</summary>
<category term="渣技术" scheme="http://www.huangmingzhao.cn/categories/%E6%B8%A3%E6%8A%80%E6%9C%AF/"/>
<category term="美图" scheme="http://www.huangmingzhao.cn/tags/%E7%BE%8E%E5%9B%BE/"/>
<category term="H5项目" scheme="http://www.huangmingzhao.cn/tags/H5%E9%A1%B9%E7%9B%AE/"/>
</entry>
<entry>
<title>秋招面试总结</title>
<link href="http://www.huangmingzhao.cn/autumn-recruit-Interview.html"/>
<id>http://www.huangmingzhao.cn/autumn-recruit-Interview.html</id>
<published>2017-10-26T14:11:01.000Z</published>
<updated>2018-03-02T07:24:41.000Z</updated>
<summary type="html">
<p>感觉秋招也结束了,在美图也一个月了。从拿到美图offer的时候就想说对秋招做个总结,苦于自己太懒了。可能也是因为准备秋招的那段时间对我来说有点煎熬,导致于到目前为止自己还在一个放松的状态,放松的有点过头了,没有集中注意力在技术方面。今天伟程师傅说项目做完要好好总结,才发现自己也要该好好醒醒了。好了,言归正题,对秋招也好好做个总结。</p>
</summary>
<category term="渣技术" scheme="http://www.huangmingzhao.cn/categories/%E6%B8%A3%E6%8A%80%E6%9C%AF/"/>
<category term="秋招" scheme="http://www.huangmingzhao.cn/tags/%E7%A7%8B%E6%8B%9B/"/>
<category term="面试" scheme="http://www.huangmingzhao.cn/tags/%E9%9D%A2%E8%AF%95/"/>
</entry>
<entry>
<title>pm2的使用</title>
<link href="http://www.huangmingzhao.cn/the-use-of-pm2.html"/>
<id>http://www.huangmingzhao.cn/the-use-of-pm2.html</id>
<published>2017-08-20T15:48:01.000Z</published>
<updated>2018-03-02T07:24:41.000Z</updated>
<summary type="html">
<p>大家是不是会遇到过node app,js 然后Ctrl+C 就挂了? 下面利用pm2永久保持进程。</p>
</summary>
<category term="渣技术" scheme="http://www.huangmingzhao.cn/categories/%E6%B8%A3%E6%8A%80%E6%9C%AF/"/>
<category term="Node" scheme="http://www.huangmingzhao.cn/tags/Node/"/>
<category term="pm2" scheme="http://www.huangmingzhao.cn/tags/pm2/"/>
</entry>
<entry>
<title>巩固JavaScript系列--01数据类型和函数</title>
<link href="http://www.huangmingzhao.cn/JavaScript01.html"/>
<id>http://www.huangmingzhao.cn/JavaScript01.html</id>
<published>2017-08-12T11:25:01.000Z</published>
<updated>2018-03-02T07:24:41.000Z</updated>
<summary type="html">
<p>最近感觉校招也快到了,感觉自己的知识体系还是挺乱的,所以拿起了红宝书再仔细读读,对知识点再巩固巩固,想每次学习完对整体的一个知识点总结总结,写下了自己的JavaScript系列学习。</p>
</summary>
<category term="渣技术" scheme="http://www.huangmingzhao.cn/categories/%E6%B8%A3%E6%8A%80%E6%9C%AF/"/>
<category term="JavaScript" scheme="http://www.huangmingzhao.cn/tags/JavaScript/"/>
</entry>
<entry>
<title>基于Express+mongoose搭建的学生管理系统</title>
<link href="http://www.huangmingzhao.cn/Express-mongoose-stu-management.html"/>
<id>http://www.huangmingzhao.cn/Express-mongoose-stu-management.html</id>
<published>2017-08-07T12:48:01.000Z</published>
<updated>2018-03-02T07:24:41.000Z</updated>
<summary type="html">
<p>上一周学了下mongoose,虽然学了点皮毛,但还是想写写总结总结,这也是我的第一篇技术博客。还是蛮开心的,happy~~来,切入正题!项目源码我会放在github上。 <a href="https://github.com/ishareme/student_manage/" target="_blank" rel="noopener">github 地址</a></p>
</summary>
<category term="渣技术" scheme="http://www.huangmingzhao.cn/categories/%E6%B8%A3%E6%8A%80%E6%9C%AF/"/>
<category term="mongoose" scheme="http://www.huangmingzhao.cn/tags/mongoose/"/>
<category term="Express" scheme="http://www.huangmingzhao.cn/tags/Express/"/>
</entry>
<entry>
<title>我的第一篇博文</title>
<link href="http://www.huangmingzhao.cn/fistpost.html"/>
<id>http://www.huangmingzhao.cn/fistpost.html</id>
<published>2017-07-28T13:58:45.000Z</published>
<updated>2017-08-07T14:52:45.000Z</updated>
<summary type="html">
<p>2017-07-28 没有特别日子,很平淡,这是我的第一篇博文,今天对我或许还有点意义。前阵日子在搭建此博客,其实有想搭建个人博客的想法好早就有了,现在才去实现,感觉确实是有点晚了。不过终于还是迈开了步子,有去做的事情,不管什么时候去做我感觉都是好的,接下来的事情就看自己的坚持与再坚持。我也不知道第一篇博文要写什么,哈哈…文笔不好只能胡写一通了~~说说搭建博客的目的吧,主要有三点吧:</p>
</summary>
<category term="闲言语" scheme="http://www.huangmingzhao.cn/categories/%E9%97%B2%E8%A8%80%E8%AF%AD/"/>
<category term="生活" scheme="http://www.huangmingzhao.cn/tags/%E7%94%9F%E6%B4%BB/"/>
</entry>
</feed>