Werewolf(狼人杀) is a game in which the players are partitioned into two parties: the werewolves and the human beings. Suppose that in a game, player #1 ...
分类:
其他好文 时间:
2020-05-02 14:51:55
阅读次数:
49
The ranklist of PAT is generated from the status list, which shows the scores of the submissions. This time you are supposed to generate the ranklist ...
分类:
其他好文 时间:
2020-04-30 23:17:34
阅读次数:
62
Launch X-431 V+ HD3 is a modified version of the multi-brand scanner Launch X-431 Pro which, in its new edition, received a more powerful tablet and a ...
分类:
其他好文 时间:
2020-04-30 21:37:14
阅读次数:
86
Launch X-431 V+ HD3 is a modified version of the multi-brand scanner Launch X-431 Pro which, in its new edition, received a more powerful tablet and a ...
分类:
其他好文 时间:
2020-04-30 21:23:42
阅读次数:
81
size_t is a defined type (through typedef) which is basically an unsigned long int. Since the idea of a negative value for a size isn't practical some ...
分类:
其他好文 时间:
2020-04-30 09:31:40
阅读次数:
70
查看可安装的jdk版本 yum search java|grep jdk 安装指定jdk版本 yum install java-1.8.0-openjdk 查看安装目录 which java 这个时候javac命令是不能执行的,需要安装java-1.8.0-openjdk-devel.x86_64 ...
分类:
其他好文 时间:
2020-04-29 20:15:21
阅读次数:
56
【golang】select关键字用法 select是go语言中常用的一个关键字,其用法也一直被用作面试题来考核应聘者。今天,结合代码来分析下select的主要用法。 首先,我们来从官方文档看一下有关select的描述: A "select" statement chooses which of a ...
分类:
其他好文 时间:
2020-04-29 14:53:01
阅读次数:
63
[root@jenkins ~]# ssh-keygen -t rsa ##在命令行输入此命令,直接按三次回车 Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa ...
分类:
系统相关 时间:
2020-04-27 22:52:37
阅读次数:
91
题目描述 The only difference between the easy and the hard versions is the maximum value of k. You are given an infinite sequence of form "112123123412345 ...
分类:
其他好文 时间:
2020-04-27 22:17:24
阅读次数:
94
我们经常在linux要查找某个文件,但不知道放在哪里了,可以使用下面的一些命令来搜索: which 查看可执行文件的位置。 whereis 查看文件的位置。 locate 配合数据库查看文件位置。 find 实际搜寻硬盘查询文件名称。which命令的作用是,在PATH变量指定的路径中,搜索某个系统命 ...
分类:
系统相关 时间:
2020-04-27 11:48:44
阅读次数:
84