分佈式計算(五)——RESTful 客戶端編程

1 寫出實驗 1 中執行 // Sent HTTP PUT request to update customer info 對應的 curl,與輸出結果。 curl -v -H "Content-Type: application/xml"  -d "<?xml version='1.0'?><Customer><name>Mary</name><id>123</id></Customer>"  
相關文章
相關標籤/搜索