Guava工程包含了若干被Google的 Java项目广泛依赖 的核心库,例如:集合 [collections] 、缓存 [caching] 、原生类型支持 [primitives support] 、并发库 [concurrency libraries] 、通用注解 [common annotat ...
分类:
其他好文 时间:
2018-07-31 13:18:19
阅读次数:
169
题目链接:https://www.nowcoder.com/acm/contest/141/C 题目描述 Eddy likes to play cards game since there are always lots of randomness in the game. For most of ...
分类:
其他好文 时间:
2018-07-31 11:16:29
阅读次数:
169
一、部署zabbix 1、下载软件包 https://www.zabbix.com/download_sources 2、安装mysql5.6,由于Centos6.8默认安装的版本是5.1的,故要先卸载再安装5.6版本的 yum remove mysql* -y 3、配置mysql5.6的源 vim ...
分类:
其他好文 时间:
2018-07-30 11:26:07
阅读次数:
175
题目链接 : https://nanti.jisuanke.com/t/29228There is an apple tree in Teemo's yard. It contains n nodes and n-1 branches, and the node 1 is always the ro ...
分类:
其他好文 时间:
2018-07-29 22:16:58
阅读次数:
139
有符号数相加要把位宽补齐再加(verilog-1995) 若为verilog-2001,可直接用signed关键字 其实对于硬件,没有符号这么一说,都是二进制数。使用verilog-1995写法更通用。 ...
分类:
其他好文 时间:
2018-07-28 16:49:09
阅读次数:
211
首先查找本机是否安装node 使用node -v 进行检查出现版本号即安装了 再检查本是否安装 npm 使用npm -v 进行检查,出现版本号即安装好了 安装vue-cli 使用npm install -g vue-cli 命令进行安装 安装好这一步,在创建一个项目 vue init webpack ...
分类:
其他好文 时间:
2018-07-28 00:10:58
阅读次数:
204
Shared Variables in Threaded Programs Threads Memory Model Thus, registers are never shared, whereas virtual memory is always shared. The memory model ...
分类:
其他好文 时间:
2018-07-27 13:20:48
阅读次数:
184
Question "706. Design HashMap" Solution 题目大意:构造一个hashmap 思路:讨个巧,只要求key是int,哈希函数选择f(x)=x,规定key最大为1000000,那构造一个1000000的数组 Java实现: 参考别人的 ...
分类:
其他好文 时间:
2018-07-26 22:07:14
阅读次数:
441
Ombrophobic Bovines Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 20904 Accepted: 4494 Description FJ's cows really hate getting wet so m ...
分类:
其他好文 时间:
2018-07-25 22:02:39
阅读次数:
143
这里说几篇博客,建议从上到下看 https://blog.csdn.net/qq_31759205/article/details/75008659 https://blog.csdn.net/sgh666666/article/details/80448284 https://www.cnblog ...
分类:
其他好文 时间:
2018-07-23 19:52:15
阅读次数:
151