码迷,mamicode.com
首页 >  
搜索关键字:ask    ( 780个结果
Python | 用Pyinstaller打包发布exe应用
参考: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
HDU 4006 The kth great number
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
cf1104d二分+数学
#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)
原文:redis 系列27 Cluster高可用 (2)一. ASK错误 集群上篇最后讲到,对于重新分片由redis-trib负责执行,关于该工具以后再介绍。在进行重新分片期间,源节点向目标节点迁移一个槽的过程中,可以会出现该槽中的一部分键值对保存在源节点中,另一部份键值对则保存在目标节点中。 当客... ...
分类:其他好文   时间:2019-01-07 00:22:32    阅读次数:196
gentoo virtualbox 无法启动
以前的 virtualbox 可以启动,现在无法启动。 原因是因为更新了内核,而 virtualbox 的模块没有跟着更新,所以导致无法启动。 emerge ask oneshot @module rebuild 使用这个命令重新编译 virtualbox 的模块,然后 reboot,就可以使用 v ...
分类:其他好文   时间:2018-12-24 02:47:48    阅读次数:129
gentoo wireshark 安装
安装软件 emerge ask net analyzer/wireshark 把用户加入 wireshark 组。 gpasswd a $USER wireshark 如果不像重新登录就可以使用 wireshark,使用下面这条命令。 newgrp wireshark gentoo 中默认的 wir ...
分类:其他好文   时间:2018-12-24 02:28:38    阅读次数:122
把玩Fedora29操作系统
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
GM MDI Tech 3 VS GM tech 2
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
780条   上一页 1 ... 13 14 15 16 17 ... 78 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!