欢迎!
从OneNote搬运写的一些个人笔记,水平一般,能力有限,请多指教!
暂时仅维护中文,其它语言暂不开发,请不要切换语言!
如果您觉得我写的不错或者有懂其他语言的朋友想帮忙翻译。
请通过下面的图标链接联系我,我将不胜感激!
找到yum.conf 1 2 [root@d78acc291c9e var]# find / -name yum.conf /etc/yum.conf 注释掉exclude那行,也可只删除httpd 1 2 3 4 5 6 [main] gpgcheck=1 installonly_limit=3 clean_requirements_on_remove=True best=True #exclude=httpd nginx php mysql mairadb python-psutil python2-psutil 1 2 3 4 //重新安装
1、File—->Settings 2、Editor(3)—->File And Code Templates(4) —>中间选中Files
Docker是一种相对使用较简单的容器,我们可以通过以下几种方式获取信息: 1、通过docker run执行命令,或许返回信息 2、通过docke
方法: reset 1 2 3 4 git reset --hard <commit_id> git push origin HEAD --force # 或 git push origin HEAD --force 其他: 1 2 3 4 5 6 7 #根据–soft –mixed –hard,会对working tree和in
执行命令:sudo dockerd –debug 注意此条指令不能Ctrl+C停止,否则还会出现一样的错误 之后重启docker:systemctl restart docker就可以了
Maven 1、从maven相关仓库添加依赖到Pom文件 2、点击Idea中的Maven(1)下的依赖文件夹(2)下的你想找源码的包(3),右键单击do