定期升级你的 CentOS 系统,是所有系统安全中最重要的措施之一。如果你不使用最新的安全补丁升级你的操作系统软件包,你将会让你的机器很容易被攻击。 如果你管理者多个 CentOS 机器,手动升级系统软件包会很花时间。及时你管理一个简单的 CentOS,有时候安装时你也可能忽视一个重要的更新。这时候 ...
分类:
其他好文 时间:
2020-03-15 20:27:28
阅读次数:
62
对静态资源映射的映射类配置: public void addResourceHandlers(ResourceHandlerRegistry registry) { if (!this.resourceProperties.isAddMappings()) { logger.debug("Defau ...
分类:
其他好文 时间:
2020-03-15 15:05:20
阅读次数:
63
问题描述,我按照网上的流程设置好了清华镜像源,但是在使用sudo apt-get install python3-pip命令安装pip的时候,报错。系统提示我使用sudo apt --fix-broken install命令,之后使用此命令,报错dpkg: warning: files list f ...
分类:
其他好文 时间:
2020-03-15 14:53:42
阅读次数:
114
返回主页 回到顶端 目录 Redies简介 Redis是什么 Redis优势 安装Redies 启动Redis server 进程命令 设置Redis密码 Redis简介 Redis是目前使用的非常广泛的内存数据库,相比Memcached,它支持更加丰富的数据类型。 Redis是什么 Redis是完 ...
分类:
数据库 时间:
2020-03-15 13:16:01
阅读次数:
70
# Flanneld configuration options # etcd url location. Point this to the server where etcd runs FLANNEL_ETCD_ENDPOINTS="http://127.0.0.1:2379" # etcd c ...
分类:
其他好文 时间:
2020-03-15 11:49:25
阅读次数:
49
test 1.原始套接字(raw socket) 1.1 原始套接字工作原理与规则 原始套接字是一个特殊的套接字类型,它的创建方式跟TCP/UDP创建方法几乎是一摸一样,例如,通过 int sockfd; sockfd = socktet(AF_INET, SOCK_RAW, IPPROTO_ICM ...
分类:
其他好文 时间:
2020-03-14 23:51:19
阅读次数:
74
在创建vue项目中,会选择linter/Formatter,eslint-config-standard "standard"插件代表的是eslint的standard插件都要安装 所以参考一下以下依赖是否安装 eslint babel-eslint eslint-plugin-html eslin ...
分类:
其他好文 时间:
2020-03-14 21:59:16
阅读次数:
378
display的所有属性 {/* CSS 1 */ display: none; display: inline; display: block; display: list-item; /* CSS 2.1 */ display: inline-block; display: table; dis ...
分类:
Web程序 时间:
2020-03-14 10:51:34
阅读次数:
76
There is a "similar issue report" on the Microsoft Community site, and some replies said that it might be the WeChat app that takes the Ctrl A shortcu ...
分类:
移动开发 时间:
2020-03-14 01:22:27
阅读次数:
95
You want to perform the combo on your opponent in one popular fighting game. The combo is the string ss consisting of nn lowercase Latin letters. To p ...
分类:
其他好文 时间:
2020-03-13 19:02:07
阅读次数:
72