页面加载中...,请稍候。
PHPer
7年前发布了
在提交表单时遇到了报错,在本地运行没问题,但是线上的项目只要提交内容稍多就会报错。PHP代码是一样的,于是想到是服务器配置那里和本地的不一样导致的 查看更多
这里整理下Mysql使用中遇到的各种问题 查看更多
更多yii2使用技巧请参考:http://nai8.me/tool-sc.html批量插入数据:[php] view plain copyYii::$app->db->createCommand()->batchInsert('user', ['email', 'pass... 查看更多
执行 SQL 语句$db = \Yii::$app->db;$rows = $db->createCommand('SELECT * FROM zs_dynasty')->queryAll();$rowCount=$command->execute();... 查看更多
20220415 已发在知乎 https://zhuanlan.zhihu.com/p/499379606 查看更多