听听,心情舒爽
忘记给服务器续费了,定时任务都失败了。
本来解析程序是正常运行的,可能是资源站的规则改变了,导致解析一直失败。原来循环解… Continue Reading →
1 2 3 4 5 6 7 8 9 10 11 12 13 |
$data = array("name" => "Hagrid", "age" => "36"); $data_string = json_encode($data); $ch = curl_init('http://api.local/rest/users'); curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST"); curl_setopt($ch, CURLOPT_POSTFIELDS,$data_string); curl_setopt($ch, CURLOPT_RETURNTRANSFER,true); curl_setopt($ch, CURLOPT_HTTPHEADER, array( 'Content-Type: application/json', 'Content-Length: ' . strlen($data_string)) ); $result = curl_exec($ch); |
现在的工作状态糟透了,没有休息时间。天天各种会议,各种报表。 没有时间来整理自己… Continue Reading →
无法提供摘要。这是一篇受保护的文章。
无法提供摘要。这是一篇受保护的文章。
递归删除文件再删除文件夹
© 2024 九天博客 — Powered by WordPress
Theme by Anders Noren — Up ↑