-
Notifications
You must be signed in to change notification settings - Fork 0
/
rss2.xml
596 lines (245 loc) · 17.4 KB
/
rss2.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
<?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>Bore's Notes</title>
<link>https://bore.vip/</link>
<image>
<url>https://bore.vip/icon.png</url>
<title>Bore's Notes</title>
<link>https://bore.vip/</link>
</image>
<atom:link href="https://bore.vip/rss2.xml" rel="self" type="application/rss+xml"/>
<description></description>
<pubDate>Sat, 09 Nov 2024 04:39:22 GMT</pubDate>
<generator>http://hexo.io/</generator>
<item>
<title>Alist挂载网盘</title>
<link>https://bore.vip/archives/c6592a10/</link>
<guid>https://bore.vip/archives/c6592a10/</guid>
<pubDate>Sat, 06 Apr 2024 09:19:21 GMT</pubDate>
<description><p><strong>AList 开源项目地址:<a href="https://github.com/alist-org/alist">https://github.com/alist-org/alist</a></strong></p>
<p><strong>AList</description>
<category domain="https://bore.vip/categories/%E6%8A%80%E6%9C%AF/">技术</category>
<category domain="https://bore.vip/tags/linux/">linux</category>
<comments>https://bore.vip/archives/c6592a10/#disqus_thread</comments>
</item>
<item>
<title>彻底卸载onedrive</title>
<link>https://bore.vip/archives/e0c4249b/</link>
<guid>https://bore.vip/archives/e0c4249b/</guid>
<pubDate>Sun, 03 Sep 2023 12:41:26 GMT</pubDate>
<description><p>1、通过组策略编辑器来禁用OneDrive。点击任务栏上的Contana搜索框并输入“组策略”,在最佳匹配结果中选择“编辑组策略”控制面板项,进入到本地组策略编辑器环境,如图:</p>
<p>2、在组策略编辑器窗口左侧栏内,依次定位到“计算机配置→管理模板→Windows组</description>
<category domain="https://bore.vip/categories/%E6%8A%80%E6%9C%AF/">技术</category>
<category domain="https://bore.vip/tags/win10/">win10</category>
<comments>https://bore.vip/archives/e0c4249b/#disqus_thread</comments>
</item>
<item>
<title>debian 10安装xfce桌面和配置vnc和wine</title>
<link>https://bore.vip/archives/26d4b8da/</link>
<guid>https://bore.vip/archives/26d4b8da/</guid>
<pubDate>Tue, 18 Jul 2023 11:36:29 GMT</pubDate>
<description><div class="note warning flat"><p>Debian10 上安装部分应用,速度几乎为0,至少需要Debian11以上,512M内存足够。</p>
</div>
<h2 id="安装桌面环境和VNC服务器"><a</description>
<category domain="https://bore.vip/categories/%E6%8A%80%E6%9C%AF/">技术</category>
<category domain="https://bore.vip/tags/linux/">linux</category>
<comments>https://bore.vip/archives/26d4b8da/#disqus_thread</comments>
</item>
<item>
<title>利用Github Actions自动同步Fork</title>
<link>https://bore.vip/archives/12dd937c/</link>
<guid>https://bore.vip/archives/12dd937c/</guid>
<pubDate>Thu, 13 Jul 2023 10:02:15 GMT</pubDate>
<description><p>虽然Github自带一个Sync Fork的按钮,但是每次都自己点总是麻烦的,所以有人搞了个Github Action来做这件事,<a</description>
<category domain="https://bore.vip/categories/%E6%8A%80%E6%9C%AF/">技术</category>
<category domain="https://bore.vip/tags/github/">github</category>
<comments>https://bore.vip/archives/12dd937c/#disqus_thread</comments>
</item>
<item>
<title>office更改默认字体</title>
<link>https://bore.vip/archives/144e85ab/</link>
<guid>https://bore.vip/archives/144e85ab/</guid>
<pubDate>Sun, 02 Jul 2023 13:02:25 GMT</pubDate>
<description><p> 这里以<code>office2021</code>为例</p>
<h3 id="word"><a href="#word" class="headerlink"</description>
<category domain="https://bore.vip/categories/%E6%8A%80%E6%9C%AF/">技术</category>
<category domain="https://bore.vip/tags/excel/">excel</category>
<category domain="https://bore.vip/tags/word/">word</category>
<category domain="https://bore.vip/tags/ppt/">ppt</category>
<comments>https://bore.vip/archives/144e85ab/#disqus_thread</comments>
</item>
<item>
<title>PS制作打印字体效果</title>
<link>https://bore.vip/archives/a4ea1c26/</link>
<guid>https://bore.vip/archives/a4ea1c26/</guid>
<pubDate>Thu, 22 Jun 2023 07:15:15 GMT</pubDate>
<description><p></description>
<category domain="https://bore.vip/categories/%E6%8A%80%E6%9C%AF/">技术</category>
<category domain="https://bore.vip/tags/ps/">ps</category>
<comments>https://bore.vip/archives/a4ea1c26/#disqus_thread</comments>
</item>
<item>
<title>chatgpt使用方法</title>
<link>https://bore.vip/archives/692a32c1/</link>
<guid>https://bore.vip/archives/692a32c1/</guid>
<pubDate>Sun, 05 Mar 2023 12:21:02 GMT</pubDate>
<description><p> <strong>如果使用中转api key,代理地址一定要填如下形式(&#x2F;v1&#x2F;chat&#x2F;completions一定要加上),才能在wx某模块正常使用。</strong></p>
<figure class="highlight</description>
<category domain="https://bore.vip/categories/%E6%8A%80%E6%9C%AF/">技术</category>
<category domain="https://bore.vip/tags/chatgpt/">chatgpt</category>
<comments>https://bore.vip/archives/692a32c1/#disqus_thread</comments>
</item>
<item>
<title>Memos部署记录</title>
<link>https://bore.vip/archives/d5e37958/</link>
<guid>https://bore.vip/archives/d5e37958/</guid>
<pubDate>Tue, 20 Sep 2022 11:44:19 GMT</pubDate>
<description><blockquote>
<p>Memos是什么:一个开源的、支持私有化部署的碎片化知识卡片管理工具。可以说是支持 Docker 自部署的 flomo</p>
<p>官网:<a</description>
<category domain="https://bore.vip/categories/%E6%8A%80%E6%9C%AF/">技术</category>
<category domain="https://bore.vip/tags/hexo/">hexo</category>
<comments>https://bore.vip/archives/d5e37958/#disqus_thread</comments>
</item>
<item>
<title>Debian 10 安装 Docker & Docker Compose</title>
<link>https://bore.vip/archives/9755dbc8/</link>
<guid>https://bore.vip/archives/9755dbc8/</guid>
<pubDate>Mon, 22 Aug 2022 09:56:32 GMT</pubDate>
<description><div class="note warning flat"><p>Debian10 上安装部分应用,速度几乎为0,至少需要Debian11以上,512M内存足够。</p>
</div>
<h2 id="安装-Docker"><a href="#安装-Docker"</description>
<category domain="https://bore.vip/categories/%E6%8A%80%E6%9C%AF/">技术</category>
<category domain="https://bore.vip/tags/docker/">docker</category>
<comments>https://bore.vip/archives/9755dbc8/#disqus_thread</comments>
</item>
<item>
<title>配眼镜攻略</title>
<link>https://bore.vip/archives/c71649d1/</link>
<guid>https://bore.vip/archives/c71649d1/</guid>
<pubDate>Wed, 17 Aug 2022 00:38:34 GMT</pubDate>
<description><blockquote>
<p>注:本攻略来自网上</p>
</blockquote>
<p>整理的攻略:中国:明月 法国:依视路 德国:蔡司,罗敦司得 日本:豪雅,精工 韩国:凯米<br>网店:宝岛,(宝岛眼镜官方旗舰店)依视路(依视路旗舰店),蔡司(Zeiss</description>
<category domain="https://bore.vip/categories/%E6%8A%80%E6%9C%AF/">技术</category>
<category domain="https://bore.vip/tags/tips/">tips</category>
<comments>https://bore.vip/archives/c71649d1/#disqus_thread</comments>
</item>
<item>
<title>解决网页视频播放器进度条禁止拖动</title>
<link>https://bore.vip/archives/82f1bd2/</link>
<guid>https://bore.vip/archives/82f1bd2/</guid>
<pubDate>Mon, 08 Aug 2022 05:09:22 GMT</pubDate>
<description><blockquote>
<p>本文转自:<a</description>
<category domain="https://bore.vip/categories/%E6%8A%80%E6%9C%AF/">技术</category>
<category domain="https://bore.vip/tags/tips/">tips</category>
<comments>https://bore.vip/archives/82f1bd2/#disqus_thread</comments>
</item>
<item>
<title>Notepad++批量修改文件内容</title>
<link>https://bore.vip/archives/ef06a4ae/</link>
<guid>https://bore.vip/archives/ef06a4ae/</guid>
<pubDate>Wed, 13 Jul 2022 09:43:13 GMT</pubDate>
<description><p>所需软件:<a class="btn-beautify blue larger" href="https://notepad-plus-plus.org/downloads/"
title="Notepad++"><i class="far</description>
<category domain="https://bore.vip/categories/%E6%8A%80%E6%9C%AF/">技术</category>
<category domain="https://bore.vip/tags/tips/">tips</category>
<comments>https://bore.vip/archives/ef06a4ae/#disqus_thread</comments>
</item>
<item>
<title>求阴影部分面积</title>
<link>https://bore.vip/archives/313793f1/</link>
<guid>https://bore.vip/archives/313793f1/</guid>
<pubDate>Tue, 28 Jun 2022 15:18:14 GMT</pubDate>
<description><h2 id="题型一"><a href="#题型一" class="headerlink" title="题型一"></a>题型一</h2><p><img</description>
<category domain="https://bore.vip/categories/%E6%95%99%E5%AD%A6/">教学</category>
<category domain="https://bore.vip/tags/%E7%BB%83%E4%B9%A0%E9%A2%98/">练习题</category>
<category domain="https://bore.vip/tags/%E9%98%B4%E5%BD%B1%E9%9D%A2%E7%A7%AF/">阴影面积</category>
<comments>https://bore.vip/archives/313793f1/#disqus_thread</comments>
</item>
<item>
<title>Debian使用备忘</title>
<link>https://bore.vip/archives/9eb70758/</link>
<guid>https://bore.vip/archives/9eb70758/</guid>
<pubDate>Sat, 28 May 2022 17:12:45 GMT</pubDate>
<description><p>由于一些原因,之前服务器上用的Centos换成了Debian。Debian虽然和Centos大同小异,但是还是有些东西要记一下。</p>
<div class="note warning flat"><p>Debian10</description>
<category domain="https://bore.vip/categories/%E6%8A%80%E6%9C%AF/">技术</category>
<category domain="https://bore.vip/tags/linux/">linux</category>
<comments>https://bore.vip/archives/9eb70758/#disqus_thread</comments>
</item>
<item>
<title>Halo-theme-joe2.0 使用文档&&样式指南</title>
<link>https://bore.vip/archives/2df9228b/</link>
<guid>https://bore.vip/archives/2df9228b/</guid>
<pubDate>Wed, 25 May 2022 13:27:46 GMT</pubDate>
<description><p>本文参考: </p>
<ul>
<li><a href="https://bbchin.com/archives/halo-theme-joe20">Halo-theme-joe2.0 食用文档</a></li>
<li><a</description>
<category domain="https://bore.vip/categories/%E6%8A%80%E6%9C%AF/">技术</category>
<category domain="https://bore.vip/tags/halo/">halo</category>
<comments>https://bore.vip/archives/2df9228b/#disqus_thread</comments>
</item>
<item>
<title>2022年春季运动会</title>
<link>https://bore.vip/archives/c01c3cb7/</link>
<guid>https://bore.vip/archives/c01c3cb7/</guid>
<pubDate>Sat, 30 Apr 2022 06:27:25 GMT</pubDate>
<description><p>用AE做了一个电子相册。</p>
<div align=center class="aspect-ratio">
<iframe</description>
<category domain="https://bore.vip/categories/%E6%8A%80%E6%9C%AF/">技术</category>
<category domain="https://bore.vip/tags/pr/">pr</category>
<category domain="https://bore.vip/tags/%E7%94%B5%E5%AD%90%E7%9B%B8%E5%86%8C/">电子相册</category>
<category domain="https://bore.vip/tags/%E8%A7%86%E9%A2%91/">视频</category>
<comments>https://bore.vip/archives/c01c3cb7/#disqus_thread</comments>
</item>
<item>
<title>观看IPTV的方法</title>
<link>https://bore.vip/archives/bf1a1de4/</link>
<guid>https://bore.vip/archives/bf1a1de4/</guid>
<pubDate>Mon, 11 Apr 2022 13:32:56 GMT</pubDate>
<description><p>1.搜索<code>2022</description>
<category domain="https://bore.vip/categories/%E6%8A%80%E6%9C%AF/">技术</category>
<category domain="https://bore.vip/tags/tips/">tips</category>
<comments>https://bore.vip/archives/bf1a1de4/#disqus_thread</comments>
</item>
<item>
<title>pr学习笔记</title>
<link>https://bore.vip/archives/968db8c4/</link>
<guid>https://bore.vip/archives/968db8c4/</guid>
<pubDate>Thu, 17 Mar 2022 15:06:45 GMT</pubDate>
<description><p> 决定把pr系统地过一遍,看能不能坚持下来。</p>
<p>1.源窗口,<code>i</code>标记入点,<code>o</code>标记出点,可以将需要的一小段素材拖到视频轨道。 </description>
<category domain="https://bore.vip/categories/%E6%8A%80%E6%9C%AF/">技术</category>
<category domain="https://bore.vip/tags/pr/">pr</category>
<comments>https://bore.vip/archives/968db8c4/#disqus_thread</comments>
</item>
<item>
<title>查看Windows和Office激活状态的方法</title>
<link>https://bore.vip/archives/23a66736/</link>
<guid>https://bore.vip/archives/23a66736/</guid>
<pubDate>Sun, 13 Mar 2022 12:21:47 GMT</pubDate>
<description><h2 id="win10"><a href="#win10" class="headerlink" title="win10"></a>win10</h2><p>使用命令查看Windows</description>
<category domain="https://bore.vip/categories/%E6%8A%80%E6%9C%AF/">技术</category>
<category domain="https://bore.vip/tags/win10/">win10</category>
<comments>https://bore.vip/archives/23a66736/#disqus_thread</comments>
</item>
<item>
<title>利用企业微信实现twikoo新消息提醒&&数据导出等</title>
<link>https://bore.vip/archives/9a366c6/</link>
<guid>https://bore.vip/archives/9a366c6/</guid>
<pubDate>Sun, 06 Feb 2022 01:27:38 GMT</pubDate>
<description><h2 id="注册企业微信"><a href="#注册企业微信" class="headerlink"</description>
<category domain="https://bore.vip/categories/%E6%8A%80%E6%9C%AF/">技术</category>
<category domain="https://bore.vip/tags/hexo/">hexo</category>
<comments>https://bore.vip/archives/9a366c6/#disqus_thread</comments>
</item>
</channel>
</rss>