参考:https://jingyan.baidu.com/article/a378c960b47034b3282830bb.html https://ask.csdn.net/questions/720080 https://blog.csdn.net/solarnanocar/article/de ...
分类:
编程语言 时间:
2019-02-06 10:47:47
阅读次数:
331
Xiao Ming and Xiao Bao are playing a simple Numbers game. In a round Xiao Ming can choose to write down a number, or ask Xiao Bao what the kth great n ...
分类:
其他好文 时间:
2019-01-27 13:03:02
阅读次数:
179
#include using namespace std; bool ask(int x,int y){ printf("? %d %d\n",x,y); fflush(stdout); char buf[4]; scanf("%s",buf); return buf[0]=='x'; } int ... ...
分类:
其他好文 时间:
2019-01-23 14:01:39
阅读次数:
142
person=['B','C','D','E'] know=False def askway(address): #问路 if len(person)>0 and know is False: name=person.pop() def ask(): print('%s,你知道%s怎么走吗?'%(n... ...
分类:
其他好文 时间:
2019-01-15 14:30:34
阅读次数:
134
原文:redis 系列27 Cluster高可用 (2)一. ASK错误 集群上篇最后讲到,对于重新分片由redis-trib负责执行,关于该工具以后再介绍。在进行重新分片期间,源节点向目标节点迁移一个槽的过程中,可以会出现该槽中的一部分键值对保存在源节点中,另一部份键值对则保存在目标节点中。 当客... ...
分类:
其他好文 时间:
2019-01-07 00:22:32
阅读次数:
196
以前的 virtualbox 可以启动,现在无法启动。 原因是因为更新了内核,而 virtualbox 的模块没有跟着更新,所以导致无法启动。 emerge ask oneshot @module rebuild 使用这个命令重新编译 virtualbox 的模块,然后 reboot,就可以使用 v ...
分类:
其他好文 时间:
2018-12-24 02:47:48
阅读次数:
129
安装软件 emerge ask net analyzer/wireshark 把用户加入 wireshark 组。 gpasswd a $USER wireshark 如果不像重新登录就可以使用 wireshark,使用下面这条命令。 newgrp wireshark gentoo 中默认的 wir ...
分类:
其他好文 时间:
2018-12-24 02:28:38
阅读次数:
122
reference: https://ask.csdn.net/questions/657608 1、下载Fedora服务器版操作系统 https://getfedora.org/zh_CN/server/download/ 2、虚拟机中安装Fedora系统 在VM中安装Fedora系统,设置硬盘大 ...
分类:
其他好文 时间:
2018-12-23 11:28:04
阅读次数:
257
参考文献 https://blog.csdn.net/songxinjianqwe/article/details/78923482 基于Dubbo&RocketMQ实现SOA与分布式事务(三) https://ask.csdn.net/questions/368265?sort=id active ...
分类:
其他好文 时间:
2018-12-07 15:00:36
阅读次数:
184
Many customers ask for this question: what is the difference between GM tech 2 and GM MDI Tech 3 scan tool, if you want buy GM Diagnostics Tools, whic ...
分类:
其他好文 时间:
2018-12-06 20:15:12
阅读次数:
168