update
This commit is contained in:
parent
cea09da3bb
commit
d3174319fd
@ -12,6 +12,8 @@
|
|||||||
"website": "styles/website.css"
|
"website": "styles/website.css"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
|
"github",
|
||||||
|
"edit-link",
|
||||||
"donate",
|
"donate",
|
||||||
"sitemap",
|
"sitemap",
|
||||||
"-sharing",
|
"-sharing",
|
||||||
@ -22,6 +24,13 @@
|
|||||||
"search-pro"
|
"search-pro"
|
||||||
],
|
],
|
||||||
"pluginsConfig": {
|
"pluginsConfig": {
|
||||||
|
"github": {
|
||||||
|
"url": "https://github.com/Nick233333/gitbook"
|
||||||
|
},
|
||||||
|
"edit-link": {
|
||||||
|
"base": "https://github.com/Nick233333/gitbook/blob/master/",
|
||||||
|
"label": "编辑本页面"
|
||||||
|
},
|
||||||
"sitemap": {
|
"sitemap": {
|
||||||
"hostname": "http://linux.hellocode.name"
|
"hostname": "http://linux.hellocode.name"
|
||||||
},
|
},
|
||||||
|
@ -24,6 +24,8 @@ curl -v www.baidu.com #显示请求的过程信息
|
|||||||
curl -X GET www.baidu.com #指定请求方法,请求方法必须大写
|
curl -X GET www.baidu.com #指定请求方法,请求方法必须大写
|
||||||
|
|
||||||
curl -C url #断点续传,适用网络不顺畅时下载大文件,无须重新下载
|
curl -C url #断点续传,适用网络不顺畅时下载大文件,无须重新下载
|
||||||
|
|
||||||
|
curl --connect-timeout 20 https://wp.hellocode.name/?p=701 #指定 url 并限制连接时间
|
||||||
```
|
```
|
||||||
|
|
||||||
补充:`curl` 命令适用于上传与请求。
|
补充:`curl` 命令适用于上传与请求。
|
Loading…
x
Reference in New Issue
Block a user