摘要: $mh = curl_multi_init();$ch = [];foreach ($serversurl as $key => $url){ $data = [ 'param' => $data ]; $ch[$key] = curl_init(); curl_setopt($ch[$key], 阅读全文
posted @ 2023-05-08 16:58 知冷知热 阅读(47) 评论(0) 推荐(0)
摘要: /* * 解决反序列化时由于字符长度原因导致报错 * unserialize(): Error at offset 126 of 691 bytes */function common_unserialize($str) { if(empty($str)){ return ''; } $str= p 阅读全文
posted @ 2023-05-08 16:21 知冷知热 阅读(52) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/Alwaysbecoding/p/6959262.html//查询所有表的所有字段:select * from information_schema.columns where table_name='sys_users' //查询指定表的所有字段:s 阅读全文
posted @ 2023-05-08 16:20 知冷知热 阅读(21) 评论(0) 推荐(0)
摘要: 导出设置到JAR文档要导出IDE设置到一个JAR文档 在主菜单,选择File | Export Settings在打开的Export Settings对话框,指定要导出的设置项通过选择它们旁边的复选框。默认的,所有设置项都已选中。在Export settings to文本框,为目标存档指定完全合适的 阅读全文
posted @ 2023-05-08 16:14 知冷知热 阅读(468) 评论(0) 推荐(0)
摘要: #两个高精度数比较 #int bccomp ( string $left_operand , string $right_operand [, int $scale ] ) #$left=$right 返回 0 #$left<$right 返回 -1 #$left>$right 返回 1 #$sca 阅读全文
posted @ 2023-05-08 16:13 知冷知热 阅读(197) 评论(0) 推荐(0)
摘要: 注意身份证要传正反面 参考网址: https://market.aliyun.com/products/57124001/cmapi010401.html?spm=5176.730005.0.0.69693524BDSWkc#sku=yuncode440100000https://market.al 阅读全文
posted @ 2023-05-08 16:11 知冷知热 阅读(205) 评论(0) 推荐(0)