-
Notifications
You must be signed in to change notification settings - Fork 0
/
atom.xml
106 lines (52 loc) · 3.05 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>无知的错's Blog</title>
<link href="http://www.wzdc.cc/atom.xml" rel="self"/>
<link href="http://www.wzdc.cc/"/>
<updated>2024-04-12T14:33:39.008Z</updated>
<id>http://www.wzdc.cc/</id>
<author>
<name>无知的错</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>PHP+NGINX实现临时文件链接</title>
<link href="http://www.wzdc.cc/posts/13/"/>
<id>http://www.wzdc.cc/posts/13/</id>
<published>2024-04-12T13:45:13.000Z</published>
<updated>2024-04-12T14:33:39.008Z</updated>
<summary type="html">使用 nginx http_auth_request_module 和 PHP (也可以使用其他的编程语言,这里以PHP为例)实现临时文件链接示例。原理是使用签名和时间戳。</summary>
<category term="教程" scheme="http://www.wzdc.cc/categories/tutorial/"/>
<category term="php" scheme="http://www.wzdc.cc/tags/php/"/>
<category term="nginx" scheme="http://www.wzdc.cc/tags/nginx/"/>
</entry>
<entry>
<title>realme v3 5G 卡刷root教程</title>
<link href="http://www.wzdc.cc/posts/10/"/>
<id>http://www.wzdc.cc/posts/10/</id>
<published>2023-06-23T09:17:39.000Z</published>
<updated>2023-07-01T07:12:26.050Z</updated>
<summary type="html"><div class="note warning modern"><p>ROOT后不能写入system分区,如果需要写入system可以试试<a href="https://github.com/HuskyDG/magic_overlayfs">Magisk</summary>
<category term="教程" scheme="http://www.wzdc.cc/categories/tutorial/"/>
</entry>
<entry>
<title>QQ空间修改相册权限提示“说说日志仅自己可见,不支持...”解决方法</title>
<link href="http://www.wzdc.cc/posts/9/"/>
<id>http://www.wzdc.cc/posts/9/</id>
<published>2023-02-27T12:33:54.000Z</published>
<updated>2023-06-28T07:16:58.599Z</updated>
<summary type="html"><p>前几个月设置相册为公开时提示“说说日志仅自己可见,不支持…”的错误提示</p>
<p><img</summary>
<category term="教程" scheme="http://www.wzdc.cc/categories/tutorial/"/>
</entry>
<entry>
<title>突破问卷星限制</title>
<link href="http://www.wzdc.cc/posts/1/"/>
<id>http://www.wzdc.cc/posts/1/</id>
<published>2022-12-28T17:13:00.000Z</published>
<updated>2023-07-03T05:53:17.957Z</updated>
<summary type="html">使用非微信浏览器打开网页,突破问卷星只允许在微信作答限制、设备限制、复制粘贴限制。</summary>
<category term="教程" scheme="http://www.wzdc.cc/categories/tutorial/"/>
<category term="突破限制" scheme="http://www.wzdc.cc/tags/circumvent-restrictions/"/>
</entry>
</feed>