วิธีใช้ curl ผ่าน proxy คือ เพิ่ม option —proxy เข้าไป ดังนี้
curl --proxy [protocol://][user:password@]proxyhost[:port] [url]
ตัวอย่าง
curl --proxy http://p1180:[email protected]:3128
12 Oct 2016
วิธีใช้ curl ผ่าน proxy คือ เพิ่ม option —proxy เข้าไป ดังนี้
curl --proxy [protocol://][user:password@]proxyhost[:port] [url]
ตัวอย่าง
curl --proxy http://p1180:[email protected]:3128
โดยปกติแล้วถ้าเราต้องการจะ Copy อะไรซักอย่างเราจะใช้คําสั่ง cp แต่จะไม่สามารถใช้กับโฟลเดอร์ที่มีข้อมูลอยู่ภายในได้ เราจะต้องเพื่ม option -avr เข้าไปดังนี้
วิธีการสร้าง Directory ใน Ubuntu เราจะใช้ Command คือmkdir [OPTION]... [DIRECTORY]...[OPTION]... คือ Option สําหรับสร้าง Directory ดังนี้
บทความนี้ จะมาพูดถึง interface 3 ตัวนี้ IEnumerator, IEnumerable และ ICloneable ซึ่ง .net เตรียมไว้ให้เราไว้ใช้งาน โดยมีรายละเอียดดังนี้