package LeetCode_64 /** * 64. Minimum Path Sum * https://leetcode.com/problems/minimum-path-sum/description/ * * Given a m x n grid filled with non-ne ...
分类:
其他好文 时间:
2020-05-13 00:38:52
阅读次数:
62
首先redis就是一个服务,在linux里面其实就是一个进程的存在。所以因为资源限制,也可以使用一台机器进行伪集群测试。 注意这玩意,至少6个实例,三对的master slave redis集群解决问题 1)容量不够,进行扩容 2)并发读写操作, redis实例进行分摊 什么是集群 Redis 集群 ...
分类:
其他好文 时间:
2020-05-12 13:33:39
阅读次数:
45
在终端输入jupyter notebook之后无法正常启动jupyter, 报错 E:\python_note\test1>jupyter notebook Fatal error in launcher: Unable to create process using '"h:\python\pyt ...
分类:
编程语言 时间:
2020-05-11 23:49:15
阅读次数:
85
Xor Sum AtCoder 2272 Time limit : 2sec / Memory limit : 256MB Score : 600 points Problem Statement You are given a positive integer N. Find the number ...
分类:
其他好文 时间:
2020-05-11 19:09:03
阅读次数:
87
Golden Tiger Claw (KM算法) Describe Omi, Raymondo, Clay and Kimiko are on new adventure in search of new Shen Gong Wu. But Evil Boy Genius Jack Spicer i ...
分类:
编程语言 时间:
2020-05-11 18:32:58
阅读次数:
58
说明 array_key_exists ( mixed $key , array $array ) : bool 数组里有键 key 时,array_key_exists() 返回 TRUE。 key 可以是任何能作为数组索引的值。https://www.bzddrive.com/news/1468 ...
分类:
编程语言 时间:
2020-05-11 14:54:22
阅读次数:
63
exercise1 首先下载.csv文件的数据集,该数据集是基于如下背景: In this notebook, we'll work with a dataset of historical FIFA rankings for six countries: Argentina (ARG), Braz ...
分类:
其他好文 时间:
2020-05-10 21:24:49
阅读次数:
88
介绍 dns域名信息收集工具 帮助文件 root@kali:~# dnsenum --help dnsenum VERSION:1.2.6 Usage: dnsenum [Options] <domain> [Options]: Note: If no -f tag supplied will de ...
分类:
编程语言 时间:
2020-05-09 16:50:04
阅读次数:
92
numpy——科学计算库的讲解(二) np.zeros()创建全零数组np.empty()创建数值不定的数组(数组元素值取决于内存)np.ones()创建全一数组np.linspace()创建任意长度的一维数组np.arange()与python中的range使用方法相同,返回的是一个数组np.ar ...
分类:
编程语言 时间:
2020-05-08 21:17:21
阅读次数:
78
1 package test_3_1; 2 3 public enum Note { 4 5 MIDDLE_C, C_SHARP, B_FLAT; 6 } 1 package test_3_1; 2 3 interface Instrument { 4 5 // 自动static final 6 i ...
分类:
编程语言 时间:
2020-05-06 19:34:54
阅读次数:
71