-
Notifications
You must be signed in to change notification settings - Fork 0
/
atom.xml
151 lines (82 loc) · 5.08 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>言小溪的博客</title>
<subtitle>分享所学的知识</subtitle>
<link href="https://enncy.github.io/atom.xml" rel="self"/>
<link href="https://enncy.github.io/"/>
<updated>2022-01-24T14:07:25.459Z</updated>
<id>https://enncy.github.io/</id>
<author>
<name>言小溪</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>网课教程(1) 前言</title>
<link href="https://enncy.github.io/2022/01/24/%E7%BD%91%E8%AF%BE/%E7%BD%91%E8%AF%BE%E6%95%99%E7%A8%8B(1)%20%20%E5%89%8D%E8%A8%80/"/>
<id>https://enncy.github.io/2022/01/24/%E7%BD%91%E8%AF%BE/%E7%BD%91%E8%AF%BE%E6%95%99%E7%A8%8B(1)%20%20%E5%89%8D%E8%A8%80/</id>
<published>2022-01-24T10:20:47.000Z</published>
<updated>2022-01-24T14:07:25.459Z</updated>
<summary type="html"><blockquote>
<p>欢迎来到skeleton系列教程 :<a href="https://blog.csdn.net/qq_31254489/category_10415167.html">网课脚本编写教程</a></p>
</blockquote>
<h2 id="什么是脚本?"><a class="header-anchor" href="#什么是脚本?"></a>什么是脚本?</h2>
<blockquote>
<p>脚本(Script),是使用一种特定的描述性语言,依据一定的格式编写的可执行文件。<br>
脚本语言又被称为扩建的语言, 或者动态语言, 是一种编程语言, 用来控制软件应用程序, 脚本通常是以文本 (ASCⅡ) 保存, 只是在被调用时进行解释或者编译。</p>
</blockquote></summary>
<category term="网课" scheme="https://enncy.github.io/categories/%E7%BD%91%E8%AF%BE/"/>
<category term="网课脚本" scheme="https://enncy.github.io/tags/%E7%BD%91%E8%AF%BE%E8%84%9A%E6%9C%AC/"/>
<category term="脚本" scheme="https://enncy.github.io/tags/%E8%84%9A%E6%9C%AC/"/>
</entry>
<entry>
<title>Jpptr - 动作(Action)</title>
<link href="https://enncy.github.io/jpptr-docs/action/"/>
<id>https://enncy.github.io/jpptr-docs/action/</id>
<published>2022-01-23T16:00:00.000Z</published>
<updated>2022-01-24T15:57:42.549Z</updated>
<summary type="html"><p>动作的执行是由 <a href="/jpptr-docs/parser/">解析器</a> 和 <a href="/jpptr-docs/plugin/">插件</a> 一起协作执行的。</p>
<p>如下动作</p>
<figure class="highlight</summary>
<category term="jpptr" scheme="https://enncy.github.io/categories/jpptr/"/>
<category term="jpptr 文档" scheme="https://enncy.github.io/tags/jpptr-%E6%96%87%E6%A1%A3/"/>
</entry>
<entry>
<title>Jpptr - 解析器(Parser)</title>
<link href="https://enncy.github.io/jpptr-docs/parser/"/>
<id>https://enncy.github.io/jpptr-docs/parser/</id>
<published>2022-01-23T16:00:00.000Z</published>
<updated>2022-01-24T15:22:57.032Z</updated>
<category term="jpptr" scheme="https://enncy.github.io/categories/jpptr/"/>
<category term="jpptr 文档" scheme="https://enncy.github.io/tags/jpptr-%E6%96%87%E6%A1%A3/"/>
</entry>
<entry>
<title>Jpptr - 动作(Plugin)</title>
<link href="https://enncy.github.io/jpptr-docs/plugin/"/>
<id>https://enncy.github.io/jpptr-docs/plugin/</id>
<published>2022-01-23T16:00:00.000Z</published>
<updated>2022-01-24T15:22:57.032Z</updated>
<category term="jpptr" scheme="https://enncy.github.io/categories/jpptr/"/>
<category term="jpptr 文档" scheme="https://enncy.github.io/tags/jpptr-%E6%96%87%E6%A1%A3/"/>
</entry>
<entry>
<title>Jpptr文档</title>
<link href="https://enncy.github.io/jpptr-docs/"/>
<id>https://enncy.github.io/jpptr-docs/</id>
<published>2022-01-23T16:00:00.000Z</published>
<updated>2022-01-24T15:24:10.440Z</updated>
<summary type="html"><blockquote>
<p>一个使用 json 语法糖去执行 puppeteer 的框架。<br>
你可以使用 json 去执行 puppeteer , 就像使用 javascript 去执行 puppeteer 一样</p>
</blockquote></summary>
<category term="jpptr" scheme="https://enncy.github.io/categories/jpptr/"/>
<category term="jpptr 文档" scheme="https://enncy.github.io/tags/jpptr-%E6%96%87%E6%A1%A3/"/>
</entry>
<entry>
<title>置顶文章</title>
<link href="https://enncy.github.io/2022/01/21/%E7%BD%AE%E9%A1%B6%E6%96%87%E7%AB%A0/"/>
<id>https://enncy.github.io/2022/01/21/%E7%BD%AE%E9%A1%B6%E6%96%87%E7%AB%A0/</id>
<published>2022-01-21T04:55:47.000Z</published>
<updated>2022-01-21T05:06:43.959Z</updated>
<summary type="html"><p>欢迎来到我的博客 😁, 有任何问题,请到 <a href="/about">关于</a></summary>
</entry>
</feed>