长虫山小木屋

没有谁会为你踏雪而来 喜欢的风景要躬亲筚路

  博客园  :: 首页  :: 新随笔  :: 联系 ::  :: 管理
  115 随笔 :: 0 文章 :: 6 评论 :: 90332 阅读

07 2020 档案

摘要:ImportError: libGL.so.1: cannot open shared object file: No such file or directory 解决办法: $ sudo apt-get update $ sudo apt-get install -y libgl1-mesa-d 阅读全文
posted @ 2020-07-22 17:01 长虫山小木屋 阅读(2699) 评论(0) 推荐(0) 编辑

摘要:默认id从1开始自增如果你已建表且主键未自增,删除主键,使用添加语句使表自增: alter table table2 add id int auto_increment primary key; 一定要设置为主键,当前最大值当然是max(id)。插入数据的时候不需对自增字段设值,如 insert i 阅读全文
posted @ 2020-07-06 16:47 长虫山小木屋 阅读(4561) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示