随笔分类 - 异常
摘要:用普通用户安装启动nginx,但是只有root用户才能使用1024以下端口,所以需要修改nginx 的默认端口
阅读全文
摘要:docker-compose 启动harbor的时候出现以下异常; 发现已存在监听端口80,将80端口杀掉,再启动下harbor就可以了;
阅读全文
摘要:由于之前安装过旧版本docker没有卸载干净,导致安装失败;需要完全卸载旧版本
阅读全文
摘要:添加insecure-registries以下内容即可,并重启 cat daemon.json { "registry-mirrors": ["https://k728i8z5.mirror.aliyuncs.com"], "insecure-registries":["192.168.247.15
阅读全文
摘要:Linux git clone 报错:git-upload-pack: command not found 创建软连接,设置此命令: ln -s /usr/local/git/bin/git-upload-pack /usr/bin/git-upload-pack 以此类推:git-receive-
阅读全文
摘要:CentOS8 --make: command not found 解决思路: make 是gcc的编译器,需要安装下面的依赖包: yum -y install gcc gcc-c++ automake autoconf libtool make
阅读全文
摘要:URI is not registered (Settings | Languages & Frameworks | Schemas and DTDs
阅读全文
摘要:docker 容器内部命令报错 Failed to get D-Bus connection: Operation not permitted docker 中创建Centos7 容器,启动systemctl 报错。 容器的启动命令用以下:/usr/sbin/init docker run -dit
阅读全文
摘要:Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): 解决: mapper.xml文件中配置错误,
阅读全文
摘要:Operation inconsistent with current state异常解决 找到以下进程,并杀死,便可解决
阅读全文
摘要:1、 /sys/kernel/mm/transparent_hugepage/enabled is 'always'. WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.2020-07-21T00:32:43.796+0
阅读全文
摘要:https://blog.csdn.net/weirdo_world/article/details/89331186
阅读全文
摘要:1、Could not generate requirement for distribution -ip 20.0.2 (d:\program files\python37\lib\site-packages): Parse error at "'-ip==20.'": Expected W:(a
阅读全文
摘要:解决思路: python -m ensurepip python -m pip install --upgrade pip 千万不能直接升级,否则会报错:
阅读全文
摘要:1、kvm异常一: Validating install media '/home/CentOS-7-x86_64-Minimal-1908.iso',目录问题,核查该目录是否有此文件! 2、缺少目录: 创建study01目录
阅读全文
浙公网安备 33010602011771号