自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (3)
  • 收藏
  • 关注

原创 VMWare&CentOS7硬盘扩容

VMWare+CentOS7硬盘扩容

2022-08-24 11:59:40 538 1

原创 ConcurrentModificationException

增强for循环进行remove操作LinkedList<String> roomList = new LinkedList<>(Arrays.asList("1","2","3"));for (String rl : roomList) {roomList.remove(rl);}for循环本质Integer i;for(Iterator iterator = list.iterator(); iterator.hasNext(); Sy...

2021-09-07 15:14:37 104

原创 Error Code: 1005. Can't create table '…' (errno: 150)

外键约束导致问题,原语句:foreign key (dept_name) references department on delete set null改为:foreign key (dept_name) references department(dept_name) on delete set null   竟然通过了,也就是说即使外键名称与原主键名称相同,也要注明,不可省略。

2017-04-11 15:33:17 400

转载 yum安装mysql

http://www.mamicode.com/info-detail-503994.html

2017-03-15 00:43:19 214

转载 ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) 解决方法

直接改root密码吧。http://www.cnblogs.com/allenblogs/archive/2010/08/12/1798247.html如果遇到ERROR 1054 (42S22): Unknown column 'Password' in 'field list'问题,看下面链接。http://blog.csdn.net/u010603691/article/deta

2017-03-14 15:22:37 905

TunSafe-1.5-rc2.zip

tunSafe1.5-rc2

2021-09-05

Consensus Bridging Theory and Practice

分布式一致性经典论文,教你一行一行写出一个 Raft 实现

2018-06-20

win7下的protel99库添加软件

win7下的protel99库添加软件。解决了win7下protel无法添加元件库的问题。

2013-03-20

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除