10 2020 档案

摘要:composer require topthink/think-queue 之前默认版本为2.0.3 composer.json改为2.0.4升级一下即可 阅读全文
posted @ 2020-10-30 11:20 居委会-王某人 阅读(751) 评论(0) 推荐(0)
摘要:public function array_column($input, $columnKey, $indexKey = NULL) { $columnKeyIsNumber = (is_numeric($columnKey)) ? TRUE : FALSE; $indexKeyIsNull = ( 阅读全文
posted @ 2020-10-28 10:58 居委会-王某人 阅读(268) 评论(0) 推荐(0)
摘要:php中使用json_decode 显示NULL,的原因就是因为json_decode的数据不是严格意义上的UTF-8的编码。 所以需要手动修改转码即可! 使用php的file_get_contents获取API的json数据,从文件读取的json,js前端传递的json,在json_decode前 阅读全文
posted @ 2020-10-22 09:37 居委会-王某人 阅读(516) 评论(0) 推荐(0)