-
Notifications
You must be signed in to change notification settings - Fork 0
/
atom.xml
648 lines (273 loc) · 23.8 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
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>飞鲤自留地</title>
<link>https://www.v-li.com/</link>
<image>
<url>https://www.v-li.com/icon.png</url>
<title>飞鲤自留地</title>
<link>https://www.v-li.com/</link>
</image>
<atom:link href="https://www.v-li.com/atom.xml" rel="self" type="application/rss+xml"/>
<description>独辟心园一亩田,耕耘往事与今缘。闲来拾笔书心事,留与清风共月眠。</description>
<pubDate>Tue, 26 Nov 2024 01:42:33 GMT</pubDate>
<generator>http://hexo.io/</generator>
<item>
<title>百度Url提交的两种方式</title>
<link>https://www.v-li.com/archives/86/</link>
<guid>https://www.v-li.com/archives/86/</guid>
<pubDate>Tue, 26 Nov 2024 01:00:34 GMT</pubDate>
<description><p>自从百度取消小站的sitemap权限,提交链接到百度的方式真是越来越少。<br>我这边找到两种方法,或者说只有一种,另外一种是基于我自己的Nas,通过青龙面板自动执行。在这里记录一下。</p>
<h3 id="方法一:通过curl主动提交"><a</description>
<category domain="https://www.v-li.com/categories/%E7%9F%A5%E8%AF%86%E5%85%85%E7%94%B5/">知识充电</category>
<category domain="https://www.v-li.com/tags/%E6%8A%80%E6%9C%AF%E7%AC%94%E8%AE%B0/">技术笔记</category>
<category domain="https://www.v-li.com/tags/SEO/">SEO</category>
<category domain="https://www.v-li.com/tags/%E7%BB%8F%E9%AA%8C%E5%88%86%E4%BA%AB/">经验分享</category>
<category domain="https://www.v-li.com/tags/%E8%AE%B0%E5%BD%95/">记录</category>
<comments>https://www.v-li.com/archives/86/#disqus_thread</comments>
</item>
<item>
<title>服务器搭建 Moon 节点指南,为你的ZeroTier加速</title>
<link>https://www.v-li.com/archives/85/</link>
<guid>https://www.v-li.com/archives/85/</guid>
<pubDate>Thu, 21 Nov 2024 01:00:34 GMT</pubDate>
<description><h3 id="服务器搭建-Moon-节点指南"><a href="#服务器搭建-Moon-节点指南" class="headerlink" title="服务器搭建 Moon 节点指南"></a>服务器搭建 Moon 节点指南</h3><h4 id="一、前期准备"><a</description>
<category domain="https://www.v-li.com/categories/%E7%9F%A5%E8%AF%86%E5%85%85%E7%94%B5/">知识充电</category>
<category domain="https://www.v-li.com/tags/%E6%8A%80%E6%9C%AF%E7%AC%94%E8%AE%B0/">技术笔记</category>
<category domain="https://www.v-li.com/tags/%E8%AE%B0%E5%BD%95/">记录</category>
<comments>https://www.v-li.com/archives/85/#disqus_thread</comments>
</item>
<item>
<title>梦见自己开了一家小酒馆</title>
<link>https://www.v-li.com/archives/83/</link>
<guid>https://www.v-li.com/archives/83/</guid>
<pubDate>Sun, 17 Nov 2024 01:00:34 GMT</pubDate>
<description><p>在那悠长而温柔的梦境里,我悄然成为了一家微醺小酒馆的主人,它宛如从旧日电影中走出,带着一抹不经意的复古风情,静静坐落在喧嚣都市的一隅。这家小酒馆,不大,却足以容纳每一个渴望逃离尘嚣、寻觅片刻宁静的心灵。</p>
<p>这里没有繁复的装饰,只有暖黄的灯光温柔地洒在每一个角落,</description>
<category domain="https://www.v-li.com/categories/%E6%B8%B8-%E8%AE%B0/">游&记</category>
<category domain="https://www.v-li.com/tags/%E4%B8%AA%E4%BA%BA%E6%84%9F%E6%82%9F/">个人感悟</category>
<category domain="https://www.v-li.com/tags/%E8%AE%B0%E5%BD%95/">记录</category>
<comments>https://www.v-li.com/archives/83/#disqus_thread</comments>
</item>
<item>
<title>去了一趟北方——哈尔滨</title>
<link>https://www.v-li.com/archives/83/</link>
<guid>https://www.v-li.com/archives/83/</guid>
<pubDate>Wed, 09 Oct 2024 01:00:34 GMT</pubDate>
<description><p>自小便对北方抱有无限的憧憬,这份情愫或许源于对饺子的痴迷。第一次品尝那皮薄馅厚的饺子时,我便被其美味深深吸引,以至于后来从电视上得知北方逢年过节必吃饺子的习俗后,更是对北方充满了无限的向往,梦想着有一天能亲身体验那份属于北方的幸福。</p>
<p>这次哈尔滨之行,得益于妹妹</description>
<category domain="https://www.v-li.com/categories/%E6%B8%B8-%E8%AE%B0/">游&记</category>
<category domain="https://www.v-li.com/tags/%E4%B8%AA%E4%BA%BA%E6%84%9F%E6%82%9F/">个人感悟</category>
<category domain="https://www.v-li.com/tags/%E6%B8%B8%E8%AE%B0/">游记</category>
<comments>https://www.v-li.com/archives/83/#disqus_thread</comments>
</item>
<item>
<title>NAS内网穿透工具ZeroTier——Docker Compose配置方案</title>
<link>https://www.v-li.com/archives/82/</link>
<guid>https://www.v-li.com/archives/82/</guid>
<pubDate>Tue, 08 Oct 2024 01:00:34 GMT</pubDate>
<description><h3 id="NAS内网穿透工具ZeroTier——Docker-Compose配置方案"><a href="#NAS内网穿透工具ZeroTier——Docker-Compose配置方案" class="headerlink"</description>
<category domain="https://www.v-li.com/categories/%E7%9F%A5%E8%AF%86%E5%85%85%E7%94%B5/">知识充电</category>
<category domain="https://www.v-li.com/tags/%E6%8A%80%E6%9C%AF%E7%AC%94%E8%AE%B0/">技术笔记</category>
<category domain="https://www.v-li.com/tags/%E8%AE%B0%E5%BD%95/">记录</category>
<comments>https://www.v-li.com/archives/82/#disqus_thread</comments>
</item>
<item>
<title>外贸行业ChatGPT提示词有哪些?</title>
<link>https://www.v-li.com/archives/81/</link>
<guid>https://www.v-li.com/archives/81/</guid>
<pubDate>Mon, 26 Aug 2024 01:00:34 GMT</pubDate>
<description><p>最近在研究coze,希望通过这个coze来实现自动创作一些高质量的营销内容,从而达到让我有更多时间摸鱼的效果。</p>
<p>在这个过程中,发现很多外贸营销可能用上的一些ChatGPT提示词,在这里做个记录,能用上的自取。</p>
<h2 id="广告创意"><a</description>
<category domain="https://www.v-li.com/categories/%E7%9F%A5%E8%AF%86%E5%85%85%E7%94%B5/">知识充电</category>
<category domain="https://www.v-li.com/tags/%E6%8A%80%E6%9C%AF%E7%AC%94%E8%AE%B0/">技术笔记</category>
<category domain="https://www.v-li.com/tags/%E8%AE%B0%E5%BD%95/">记录</category>
<category domain="https://www.v-li.com/tags/ChatGPT/">ChatGPT</category>
<comments>https://www.v-li.com/archives/81/#disqus_thread</comments>
</item>
<item>
<title>对同文件夹内所有文件进行批量重命名</title>
<link>https://www.v-li.com/archives/80/</link>
<guid>https://www.v-li.com/archives/80/</guid>
<pubDate>Fri, 09 Aug 2024 01:00:34 GMT</pubDate>
<description><p>今天将blog内容从服务器打包到自己新弄的黑群里面,准备搭一个本地的玩玩。但是发现一个问题,由于我的post都是中文命名,打包下载解压之后变成了乱码……这就有点难搞!虽然我这边链接规则是使用id,网页的链接展示都没有问题,但是看到这个还是很不习惯,于是就在网上找找有没有什么</description>
<category domain="https://www.v-li.com/categories/%E7%9F%A5%E8%AF%86%E5%85%85%E7%94%B5/">知识充电</category>
<category domain="https://www.v-li.com/tags/%E6%8A%80%E6%9C%AF%E7%AC%94%E8%AE%B0/">技术笔记</category>
<category domain="https://www.v-li.com/tags/%E8%AE%B0%E5%BD%95/">记录</category>
<comments>https://www.v-li.com/archives/80/#disqus_thread</comments>
</item>
<item>
<title>生活的随笔:小妹的大学、健康小记与回家的思绪</title>
<link>https://www.v-li.com/archives/78/</link>
<guid>https://www.v-li.com/archives/78/</guid>
<pubDate>Wed, 31 Jul 2024 14:00:34 GMT</pubDate>
<description><p>这个七月发生了很多事情,我觉得还是值得纪念一下。主要还是小妹从高中毕业成功的成为了一名大学生,对于我和我的家庭来说都是一个难得的喜讯。算是从我确证以来最高兴的事情了。</p>
<p><strong>一、小妹的飞跃</strong><br>在我毕业那么多年,看到很多学历比我高</description>
<category domain="https://www.v-li.com/categories/%E6%AF%8F%E6%97%A5%E6%80%9D%E8%80%83/">每日思考</category>
<category domain="https://www.v-li.com/tags/%E4%B8%AA%E4%BA%BA%E6%84%9F%E6%82%9F/">个人感悟</category>
<category domain="https://www.v-li.com/tags/%E8%AE%A1%E5%88%92/">计划</category>
<category domain="https://www.v-li.com/tags/%E5%90%90%E6%A7%BD/">吐槽</category>
<comments>https://www.v-li.com/archives/78/#disqus_thread</comments>
</item>
<item>
<title>Google广告投放完整笔记</title>
<link>https://www.v-li.com/archives/79/</link>
<guid>https://www.v-li.com/archives/79/</guid>
<pubDate>Tue, 30 Jul 2024 01:00:34 GMT</pubDate>
<description><h3 id="1-了解Google-Ads基础"><a href="#1-了解Google-Ads基础" class="headerlink" title="1. 了解Google Ads基础"></a>1. 了解Google</description>
<category domain="https://www.v-li.com/categories/%E7%9F%A5%E8%AF%86%E5%85%85%E7%94%B5/">知识充电</category>
<category domain="https://www.v-li.com/tags/%E6%8A%80%E6%9C%AF%E7%AC%94%E8%AE%B0/">技术笔记</category>
<category domain="https://www.v-li.com/tags/%E8%AE%B0%E5%BD%95/">记录</category>
<comments>https://www.v-li.com/archives/79/#disqus_thread</comments>
</item>
<item>
<title>轻松搭建个人博客:Docker中Hexo的详细安装与配置指南</title>
<link>https://www.v-li.com/archives/77/</link>
<guid>https://www.v-li.com/archives/77/</guid>
<pubDate>Tue, 09 Jul 2024 01:00:34 GMT</pubDate>
<description><p><strong>轻松搭建个人博客:Docker中Hexo的详细安装与配置指南</strong></p>
<h3 id="引言"><a href="#引言" class="headerlink"</description>
<category domain="https://www.v-li.com/categories/%E7%9F%A5%E8%AF%86%E5%85%85%E7%94%B5/">知识充电</category>
<category domain="https://www.v-li.com/tags/%E6%8A%80%E6%9C%AF%E7%AC%94%E8%AE%B0/">技术笔记</category>
<category domain="https://www.v-li.com/tags/%E8%AE%B0%E5%BD%95/">记录</category>
<comments>https://www.v-li.com/archives/77/#disqus_thread</comments>
</item>
<item>
<title>安装 CasaOS 之前需要先安装 Docker</title>
<link>https://www.v-li.com/archives/76/</link>
<guid>https://www.v-li.com/archives/76/</guid>
<pubDate>Wed, 19 Jun 2024 14:00:34 GMT</pubDate>
<description><p>安装 CasaOS 之前需要先安装 Docker</p>
<p>出现这个错误提示意味着在安装 CasaOS 之前需要先安装 Docker,因为 CasaOS 可能依赖于 Docker 来运行容器。错误提示建议你运行 Docker 的安装脚本,但你可能已经遇到了之前因为</description>
<category domain="https://www.v-li.com/categories/%E7%9F%A5%E8%AF%86%E5%85%85%E7%94%B5/">知识充电</category>
<category domain="https://www.v-li.com/tags/%E6%8A%80%E6%9C%AF%E7%AC%94%E8%AE%B0/">技术笔记</category>
<category domain="https://www.v-li.com/tags/%E8%AE%B0%E5%BD%95/">记录</category>
<comments>https://www.v-li.com/archives/76/#disqus_thread</comments>
</item>
<item>
<title>curl 未安装而不能运行的问题</title>
<link>https://www.v-li.com/archives/75/</link>
<guid>https://www.v-li.com/archives/75/</guid>
<pubDate>Tue, 18 Jun 2024 14:00:34 GMT</pubDate>
<description><p>curl&#96; 未安装而不能运行的问题</p>
<p>如果你在使用 <code>curl -fsSL https://get.casaos.io | sudo bash</code> 命令时遇到因为 <code>curl</code></description>
<category domain="https://www.v-li.com/categories/%E7%9F%A5%E8%AF%86%E5%85%85%E7%94%B5/">知识充电</category>
<category domain="https://www.v-li.com/tags/%E6%8A%80%E6%9C%AF%E7%AC%94%E8%AE%B0/">技术笔记</category>
<category domain="https://www.v-li.com/tags/%E8%AE%B0%E5%BD%95/">记录</category>
<comments>https://www.v-li.com/archives/75/#disqus_thread</comments>
</item>
<item>
<title>在Ubuntu上配置SSH</title>
<link>https://www.v-li.com/archives/74/</link>
<guid>https://www.v-li.com/archives/74/</guid>
<pubDate>Mon, 17 Jun 2024 14:00:34 GMT</pubDate>
<description><p>在Ubuntu上配置SSH服务通常涉及以下步骤:</p>
<h3 id="步骤-1-安装SSH服务"><a href="#步骤-1-安装SSH服务" class="headerlink" title="步骤 1: 安装SSH服务"></a>步骤 1:</description>
<category domain="https://www.v-li.com/categories/%E7%9F%A5%E8%AF%86%E5%85%85%E7%94%B5/">知识充电</category>
<category domain="https://www.v-li.com/tags/%E6%8A%80%E6%9C%AF%E7%AC%94%E8%AE%B0/">技术笔记</category>
<category domain="https://www.v-li.com/tags/%E8%AE%B0%E5%BD%95/">记录</category>
<comments>https://www.v-li.com/archives/74/#disqus_thread</comments>
</item>
<item>
<title>闭眼掉秤的50条冷知识分享</title>
<link>https://www.v-li.com/archives/72/</link>
<guid>https://www.v-li.com/archives/72/</guid>
<pubDate>Mon, 03 Jun 2024 08:33:34 GMT</pubDate>
<description><ul>
<li>1.早餐可以放心大胆吃</li>
<li>2.优质碳水可以多吃:玉米、山药、土豆、南瓜、芋头等</li>
<li>3.多吃碱性食物瘦得快:冬瓜、海带、豆芽等</li>
<li>4.多喝茶和黑咖啡有助于减肥</li>
<li>5.青菜随便吃不会胖,还能补充膳食纤维</description>
<category domain="https://www.v-li.com/categories/%E7%94%9F%E6%B4%BB%E5%B0%8F%E8%B4%B4%E5%A3%AB/">生活小贴士</category>
<category domain="https://www.v-li.com/tags/%E4%B8%AA%E4%BA%BA%E6%84%9F%E6%82%9F/">个人感悟</category>
<category domain="https://www.v-li.com/tags/%E8%AE%A1%E5%88%92/">计划</category>
<category domain="https://www.v-li.com/tags/%E5%90%90%E6%A7%BD/">吐槽</category>
<comments>https://www.v-li.com/archives/72/#disqus_thread</comments>
</item>
<item>
<title>软考高项笔记·信息系统项目管理师知识点口诀(汇总)</title>
<link>https://www.v-li.com/archives/71/</link>
<guid>https://www.v-li.com/archives/71/</guid>
<pubDate>Sun, 12 May 2024 14:00:34 GMT</pubDate>
<description><p><strong>一、IT部分</strong></p>
<p><strong>1、信息系统生命周期划分为几个阶段</strong></p>
<p>四阶段法:花开云散</p>
<p>立项(规划),开发,运维,消亡</p>
<p>五阶段法:划分设时运</p>
<p>系统规划、系</description>
<category domain="https://www.v-li.com/categories/%E7%9F%A5%E8%AF%86%E5%85%85%E7%94%B5/">知识充电</category>
<category domain="https://www.v-li.com/tags/%E8%B5%84%E6%BA%90%E5%88%86%E4%BA%AB/">资源分享</category>
<category domain="https://www.v-li.com/tags/%E5%AD%A6%E4%B9%A0%E7%BB%8F%E9%AA%8C/">学习经验</category>
<category domain="https://www.v-li.com/tags/%E8%BD%AF%E8%80%83%E9%AB%98%E9%A1%B9/">软考高项</category>
<comments>https://www.v-li.com/archives/71/#disqus_thread</comments>
</item>
<item>
<title>软考高项笔记·论文模板</title>
<link>https://www.v-li.com/archives/70/</link>
<guid>https://www.v-li.com/archives/70/</guid>
<pubDate>Fri, 10 May 2024 14:00:34 GMT</pubDate>
<description><h3 id="项目整体管理"><a href="#项目整体管理" class="headerlink"</description>
<category domain="https://www.v-li.com/categories/%E7%9F%A5%E8%AF%86%E5%85%85%E7%94%B5/">知识充电</category>
<category domain="https://www.v-li.com/tags/%E8%B5%84%E6%BA%90%E5%88%86%E4%BA%AB/">资源分享</category>
<category domain="https://www.v-li.com/tags/%E5%AD%A6%E4%B9%A0%E7%BB%8F%E9%AA%8C/">学习经验</category>
<category domain="https://www.v-li.com/tags/%E8%BD%AF%E8%80%83%E9%AB%98%E9%A1%B9/">软考高项</category>
<comments>https://www.v-li.com/archives/70/#disqus_thread</comments>
</item>
<item>
<title>软考高项笔记·高项知识集锦(完整版)</title>
<link>https://www.v-li.com/archives/69/</link>
<guid>https://www.v-li.com/archives/69/</guid>
<pubDate>Thu, 09 May 2024 15:00:34 GMT</pubDate>
<description><h1 id="第1章-信息化与系统集成技术"><a href="#第1章-信息化与系统集成技术" class="headerlink" title="第1章 信息化与系统集成技术"></a>第1章 信息化与系统集成技术</h1><h2 id="1考情分析"><a</description>
<category domain="https://www.v-li.com/categories/%E7%9F%A5%E8%AF%86%E5%85%85%E7%94%B5/">知识充电</category>
<category domain="https://www.v-li.com/tags/%E8%B5%84%E6%BA%90%E5%88%86%E4%BA%AB/">资源分享</category>
<category domain="https://www.v-li.com/tags/%E5%AD%A6%E4%B9%A0%E7%BB%8F%E9%AA%8C/">学习经验</category>
<category domain="https://www.v-li.com/tags/%E8%BD%AF%E8%80%83%E9%AB%98%E9%A1%B9/">软考高项</category>
<comments>https://www.v-li.com/archives/69/#disqus_thread</comments>
</item>
<item>
<title>软考高项笔记·考前精要</title>
<link>https://www.v-li.com/archives/68/</link>
<guid>https://www.v-li.com/archives/68/</guid>
<pubDate>Thu, 09 May 2024 14:00:34 GMT</pubDate>
<description><p>信息系统项目管理师背记精要</p>
<p><strong>选择题必备</strong></p>
<ol>
<li>人工智能即AI。人工智能应用研究的两个最重要最广泛领域为:</description>
<category domain="https://www.v-li.com/categories/%E7%9F%A5%E8%AF%86%E5%85%85%E7%94%B5/">知识充电</category>
<category domain="https://www.v-li.com/tags/%E8%B5%84%E6%BA%90%E5%88%86%E4%BA%AB/">资源分享</category>
<category domain="https://www.v-li.com/tags/%E5%AD%A6%E4%B9%A0%E7%BB%8F%E9%AA%8C/">学习经验</category>
<category domain="https://www.v-li.com/tags/%E8%BD%AF%E8%80%83%E9%AB%98%E9%A1%B9/">软考高项</category>
<comments>https://www.v-li.com/archives/68/#disqus_thread</comments>
</item>
<item>
<title>软考高项笔记·信息系统项目管理师考前几页纸</title>
<link>https://www.v-li.com/archives/67/</link>
<guid>https://www.v-li.com/archives/67/</guid>
<pubDate>Wed, 08 May 2024 14:00:34 GMT</pubDate>
<description><h2 id="一、信息化与主流IT技术"><a href="#一、信息化与主流IT技术" class="headerlink"</description>
<category domain="https://www.v-li.com/categories/%E7%9F%A5%E8%AF%86%E5%85%85%E7%94%B5/">知识充电</category>
<category domain="https://www.v-li.com/tags/%E8%B5%84%E6%BA%90%E5%88%86%E4%BA%AB/">资源分享</category>
<category domain="https://www.v-li.com/tags/%E5%AD%A6%E4%B9%A0%E7%BB%8F%E9%AA%8C/">学习经验</category>
<category domain="https://www.v-li.com/tags/%E8%BD%AF%E8%80%83%E9%AB%98%E9%A1%B9/">软考高项</category>
<comments>https://www.v-li.com/archives/67/#disqus_thread</comments>
</item>
<item>
<title>软考高项笔记·47个过程的输入、输出、工具技术汇总篇</title>
<link>https://www.v-li.com/archives/66/</link>
<guid>https://www.v-li.com/archives/66/</guid>
<pubDate>Tue, 07 May 2024 14:00:34 GMT</pubDate>
<description><p>47个过程的输入、输出、工具技术汇总</p>
<h2 id="整体管理"><a href="#整体管理" class="headerlink" title="整体管理"></a>整体管理</h2><h3 id="制定项目章程"><a href="#制定项目章程"</description>
<category domain="https://www.v-li.com/categories/%E7%9F%A5%E8%AF%86%E5%85%85%E7%94%B5/">知识充电</category>
<category domain="https://www.v-li.com/tags/%E8%B5%84%E6%BA%90%E5%88%86%E4%BA%AB/">资源分享</category>
<category domain="https://www.v-li.com/tags/%E5%AD%A6%E4%B9%A0%E7%BB%8F%E9%AA%8C/">学习经验</category>
<category domain="https://www.v-li.com/tags/%E8%BD%AF%E8%80%83%E9%AB%98%E9%A1%B9/">软考高项</category>
<comments>https://www.v-li.com/archives/66/#disqus_thread</comments>
</item>
</channel>
</rss>