摘要:
前言 数据库中的自增 ID 用完了该怎么办? 这个问题可以分为有主键 & 无主键两种情况回答。 有主键 如果你的表有主键,并且把主键设置为自增。 在 MySQL 中,一般会把主键设置成 int 型。而 MySQL 中 int 型占用 4 个字节,作为有符号位的话范围就是 [-231, 231-1], 阅读全文
摘要:
报错 phpize 编译扩展时,报错:Can't find PHP headers in /usr/include/php The php-devel package is required for use of this command. 在 /usr/include/php 中找不到PHP头文件 阅读全文