Mysql 主键删除一行后不连续的问题
重置表product 的自增ID
set @i=0;
update product set product.id=(@i:=@i+1);
设置表xxx的下一个自增ID为10000
alter table xxx AUTO_INCREMENT=10000;
QR Code二维码生成识别类库
官网:http://phpqrcode.sourceforge.net/
下载: phpqrcode.zip
已经授权了读写权限还报java.io.IOException: Permission denied
在AndroidManifest.xml文件的application标签加入
android:requestLegacyExternalStorage="true"