旧新网址替换旧网址 匹配根域名,可用于数据库批量替换 ((http://)|(h… Continue Reading →
获取进程 ps aux ps命令用于报告当前系统的进程状态。可以搭配kill指令… Continue Reading →
获取群组链接中的一串数字,再加上-100
弥补一些系统无法直接导出表格的缺陷
无法提供摘要。这是一篇受保护的文章。
忘记给服务器续费了,定时任务都失败了。
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 ↑