version:major.minor.release rpm包命名格式: name-version-release.arch.rpm release后也会跟os,release.os arch:archetecture的缩写,如i386表示32位的,x64(或者叫amd64,注意可不是适用于amd ...
分类:
其他好文 时间:
2018-09-16 22:28:28
阅读次数:
187
A-Magic Mirror Jessie has a magic mirror. Every morning she will ask the mirror: 'Mirror mirror tell me, who is the most beautiful girl in the world?' ...
分类:
其他好文 时间:
2018-09-16 12:33:36
阅读次数:
251
方法1:递归实现 先把根节点的左右子树交换,再对左子树、右子树进行同样的操作。 方法2:非递归实现 既可以用队列辅助,也可以用栈辅助。如果用队列,先把根节点的左右子树交换,然后把左右子树入队列,每次取出队首元素,交换左右子树,直到队列为空。 如果用栈,则先把根节点的左右子树交换,然后把左右子树分别入 ...
分类:
其他好文 时间:
2018-09-15 22:06:42
阅读次数:
184
A. Magic Mirror 水。 1 #include <bits/stdc++.h> 2 using namespace std; 3 4 int t; 5 char s[100]; 6 7 inline bool work() 8 { 9 int len = strlen(s); 10 if ...
分类:
其他好文 时间:
2018-09-15 20:02:05
阅读次数:
311
Jessie has a magic mirror. Every morning she will ask the mirror: 'Mirror mirror tell me, who is the most beautiful girl in the world?' If the mirror ...
分类:
其他好文 时间:
2018-09-15 20:00:54
阅读次数:
399
一.openvz相关资料openvz官网:https://wiki.openvz.org/Main_Pageopenvz7链接:https://wiki.openvz.org/News/updates#OpenVZ_7.0_GAopenvz镜像地址:https://mirrors.openvz.org/ftp://mirror.klaus-uwe.me/openvz/template/precre
分类:
其他好文 时间:
2018-09-14 23:56:10
阅读次数:
594
internal repository是指在局域网内部搭建的repository,它跟central repository, jboss repository等的区别仅仅在于其URL是一个内部网址 mirror则相当于一个代理,它会拦截去指定的远程repository下载构件的请求,然后从自己这里找 ...
分类:
其他好文 时间:
2018-09-14 13:56:37
阅读次数:
177
【Php】 下载地址:http://php.net/get/php-7.2.7.tar.gz.asc/from/a/mirror 【Ready】 用户:root 1.【解压】 tar -zxvf php-7.2.7.tar.gz cd php-7.2.7 2.【安装PHP】 3.【版本】 4.【配置 ...
分类:
Web程序 时间:
2018-09-13 19:59:53
阅读次数:
468
在新版本的ProxySQL中,mysql_query_rules表为mirroring新增了两个字段,mirror_flagOUT以及mirror_hostgroup 存在两个一点 1.mirroring的作用是什么? (文中提到的是查询重写) 2.在Advanced example: use mi ...
分类:
数据库 时间:
2018-09-12 15:56:54
阅读次数:
290
Error response from daemon: Get https://index.docker.io/v1/search?q=mysql&n=25: dial tcp: lookup index.docker.io on 114.114.114.114:53: read udp 192.1... ...
分类:
其他好文 时间:
2018-09-11 19:37:24
阅读次数:
1253