Estimated reading time: 74 minutesDockerfile reference====================Docker can build images automatically by reading the instructions from a `Dockerfile`. A `Dockerfile` is a text document ...
使用容器安装Nexus31.下载nexus3的镜像:docker pull sonatype/nexus32.使用镜像启动一个容器:docker run d name nexus restart=always p 5000:5000 p 8081:8081 sonatype/nexus3注:5000端口是用于镜像仓库的服务端口 8081 端口是nexus的服务端口3....
今天在MySQL 5.6版本的数据库中修改InnoDB表字段长度时遇到了"ERROR 1071 (42000): Specified key was too long; max key length is 767 bytes"错误,第一次遇到这个错误,遂花了点学习、研究过、总结这个问题。我们先来创建一个测试表,构造这样的错误。mysql use MyDB;Reading table i...
最新评论