01 2019 档案

摘要:[TOC] iptables 1、iptables 的基本使用 启动: service start iptables 关闭: service stop iptables 查看状态: service status iptables 开启一个端口 firewalld 1、firewalld的基本使用 启 阅读全文
posted @ 2019-01-29 16:59 Mr.Zhongzz 阅读(202) 评论(0) 推荐(0)
摘要:``` create schema zzz default character set utf8 collate utf8_general_ci;--创建数据库 grant select,insert,update,delete,create on zzz.* to root;--用户授权数据库 flush privileges;--立即启用配置 drop schema zzz;--删除数... 阅读全文
posted @ 2019-01-19 19:16 Mr.Zhongzz 阅读(16592) 评论(0) 推荐(0)
摘要:异常 org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation 原因之一(自我感觉) 设定的response的contentType同实际controll 阅读全文
posted @ 2019-01-04 17:44 Mr.Zhongzz 阅读(20774) 评论(0) 推荐(0)
摘要:错误演示 原因分析 在不进行配置的情况下,docker只会去中央镜像中pull 解决方案 "点我,参照着增加配置,但我没成功,会有报错" docker pull ip:port/docker.io/imagename 解决方案 [root@CentOS7 jdk8] docker pull 10.2 阅读全文
posted @ 2019-01-03 17:52 Mr.Zhongzz 阅读(3954) 评论(0) 推荐(0)
摘要:第一次尝试,打包成功,运行失败 build.gradle 打包 jar { baseName 'testJar' from { //添加依懒到打包文件 //configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } c 阅读全文
posted @ 2019-01-03 16:45 Mr.Zhongzz 阅读(5041) 评论(0) 推荐(0)
摘要:问题描述 Linux OS 版本 CentOS Linux release 7.2.1511 (Core) 启动Docker service docker start 启动失败信息 原因分析 Error starting daemon: SELinux is not supported with t 阅读全文
posted @ 2019-01-02 11:32 Mr.Zhongzz 阅读(409) 评论(0) 推荐(0)