摘要:
select * from table Where DATE_FORMAT(FROM_UNIXTIME(create_time),’%Y-%m-%d’) = DATE_FORMAT(NOW(),’%Y-%m-%d’) SELECT unix_timestamp(now()); 来源:https:// 阅读全文
摘要:
public文件下创建htaccess .htaccess文件写入下面规则 <IfModule mod_rewrite.c> RewriteEngine on RewriteBase /RewriteCond %{REQUEST_URI} !^/public/RewriteRule ^(.*)$ p 阅读全文
摘要:
修改database.php文件中的参数值: // 数据库连接参数'params' => [PDO::ATTR_PERSISTENT => true], 改完就好啦,页面立马就恢复了正常运行~ ~ 关于PDO持久连接(也叫长连接): 如果操作这个数据的人不多,并你进行长连接的连接资源使用很频繁的话使 阅读全文