摘要: D:\xampp\phpMyAdmin\libraries\config.default.php $cfg['ExecTimeLimit'] = 0; 阅读全文
posted @ 2016-08-16 19:53 bobo-bobo 阅读(198) 评论(0) 推荐(0) 编辑
摘要: post_max_size=80000000000M upload_max_filesize=2000000000M 阅读全文
posted @ 2016-08-16 08:45 bobo-bobo 阅读(303) 评论(0) 推荐(0) 编辑
摘要: // 获取body中json数据并初始化为数组$data = json_decode(file_get_contents('php://input'), true); 阅读全文
posted @ 2016-08-16 08:44 bobo-bobo 阅读(714) 评论(0) 推荐(0) 编辑