模擬post/get請求
# 使用curl傳送get請求
$ curl
# 使用curl傳送post請求
$ curl -d
"user=admin&passwd=12345678"
複製**
http頭部資訊也可以使用curl來傳送,使用-h"頭部資訊" 傳遞多個頭部資訊
複製**
$ curl -o file.txt --progress
複製**
設定 cookies$ curl --cookie "user=root;pass=123456"
複製**
將 cookie 另存為乙個檔案,使用 --cookie-jar 選項$ curl --cookie-jar cookie_file
複製**
只列印響應頭部資訊$ curl -i
# accept-ranges: bytes
# cache-control: private, no-cache, no-store, proxy-revalidate, no-transform
# connection: keep-alive
# content-length: 277
# content-type: text/html
# date: thu, 29 nov 2018 03:13:16 gmt
# etag: "575e1f7b-115"
# last-modified: mon, 13 jun 2016 02:50:35 gmt
# pragma: no-cache
# server: bfe/1.0.8.18
複製**
用 curl 設定使用者**字串$ curl --user-agent "mozilla/5.0"
$ curl -a "mozilla/5.0"
複製**
更多高階使用 學會使用linux命令幫助
1 檢視命令的簡要說明 whatis command 可以使用正規表示式 whatis w loca 這樣會列出簡要的命令的說明 2 使用man 查詢命令command的說明文件 man command 使用page up和page down來上下翻頁 在man的幫助手冊中,將幫助文件分為了9個類別...
學會使用SafeArray
學會使用safearray也是很重要的,因為在ado程式設計中經常要用。它的主要目的是用於automation中的陣列型引數的傳遞。因為在網路環境中,陣列是不能直接傳遞的,而必須將其包裝成safearray。實質上safearray就是將通常的陣列增加乙個描述符,說明其維數 長度 邊界 元素型別等資...
學會使用Git
作為一名人民的好幹部,如果希望被惦記,可以學我們的鄭書記,將自己和藹可親的光輝形象搬上檯曆 作為一名有夢想有追求而又不知道如何出名的人,你可以參考對岸的 超想被包養 社團。而作為乙個核心愛好者,要想成為一名核心開發者,為核心貢獻自己的 我們必須要能夠與其他眾多的核心開發者協同工作,這就意味著應該能夠...