07 2021 档案
摘要:转自:https://blog.csdn.net/wangxuelei036/article/details/107980101
阅读全文
摘要:批量插入1000万条数据: public function insertData(){ set_time_limit(0); ini_set("memory_limit",-1); $startTime = time(); // 插入100w条数据,测试用时 109s // 插入1000w条数据,测
阅读全文
摘要:在config/app.php中添加: 'DB_CONFIG'=>array( // 数据库类型 'type' => 'mysql', // 服务器地址 'hostname' => '127.0.0.1', // 数据库名 'database' => 'test', // 数据库用户名 'usern
阅读全文
摘要:转自:https://zhuanlan.zhihu.com/p/259833884
阅读全文
摘要:转自:https://www.sohu.com/a/191676313_470018 转自:https://blog.csdn.net/weixin_34137799/article/details/89066827
阅读全文
摘要:转自:https://blog.csdn.net/weixin_29408705/article/details/115128200 前言 PHP从5.4开始,就提供了一个内置的web服务器。 这个主要是用来做本地的开发用的。不能用于线上环境。现在我就介绍一下这个工具如何使用。 基础应用 首先我们假
阅读全文
摘要:https://www.cnblogs.com/peke/p/8036172.html
阅读全文

浙公网安备 33010602011771号