码迷,mamicode.com
首页 >  
搜索关键字:mirror    ( 2345个结果
一些小知识
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
ACM-ICPC 2018 焦作赛区网络预赛
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
ACM-ICPC 2018 焦作赛区网络预赛 Solution
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
2018ACM/ICPC 焦作网络预选赛-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?' If the mirror ...
分类:其他好文   时间:2018-09-15 20:00:54    阅读次数:399
openvz使用手册
一.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
Maven:mirror和repository 区别
internal repository是指在局域网内部搭建的repository,它跟central repository, jboss repository等的区别仅仅在于其URL是一个内部网址 mirror则相当于一个代理,它会拦截去指定的远程repository下载构件的请求,然后从自己这里找 ...
分类:其他好文   时间:2018-09-14 13:56:37    阅读次数:177
linux + centos 安装php7.2.7 + swoole 4.0.3
【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 Mirroring疑问
在新版本的ProxySQL中,mysql_query_rules表为mirroring新增了两个字段,mirror_flagOUT以及mirror_hostgroup 存在两个一点 1.mirroring的作用是什么? (文中提到的是查询重写) 2.在Advanced example: use mi ...
分类:数据库   时间:2018-09-12 15:56:54    阅读次数:290
Docker pull网络错误
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
2345条   上一页 1 ... 91 92 93 94 95 ... 235 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!