Dreamoon likes coloring cells very much. There is a row of nn cells. Initially, all cells are empty (don't contain any color). Cells are numbered from ...
分类:
其他好文 时间:
2020-04-05 09:27:58
阅读次数:
78
创建3台虚拟机 主机为桌面版 其他为迷你版本 ******************************常用命令、进程名称****************************启动集群命令: start-all.sh启动zookeeper: zkServer.sh start 启动journal ...
分类:
Web程序 时间:
2020-04-05 00:40:06
阅读次数:
101
BUILD_SHARED_LIBS 项目生成解决方案 DebugRelease ALL_BUILD INSTALL ZERO_CHECK opencv BUILD_opencv_world OPENCV_EXTRA_MODULES_PATH ...
分类:
其他好文 时间:
2020-04-05 00:19:28
阅读次数:
61
作者原文 https://mp.weixin.qq.com/s/eFYDW20YPynjsW_jcp-QWw 内置函数(63个) 1 abs() 绝对值或复数的模 In [1]: abs(-6) Out[1]: 6 2 all() 接受一个迭代器,如果迭代器的所有元素都为真,那么返回True,否则返 ...
分类:
编程语言 时间:
2020-04-04 22:39:14
阅读次数:
83
在run_all.py中编写如下脚本: # cording:utf-8 import unittest import os from common import HTMLTestRunner_cn #os.path.dirname: 获取当前文件所在的文件夹路径。 os.path.realpath( ...
分类:
其他好文 时间:
2020-04-04 18:44:29
阅读次数:
71
Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. Windows is a fir ...
分类:
编程语言 时间:
2020-04-04 14:50:59
阅读次数:
91
The sequence of mm integers is called the permutation if it contains all integers from 11 to mm exactly once. The number mm is called the length of th ...
分类:
其他好文 时间:
2020-04-04 14:19:57
阅读次数:
98
前言 在把yolov3的cfg文件转换为model_defs时,我忘记把str类型转换成int了,导致了一个错误,在此记录下来。 正文 如上图所示, 就是错误发生的地方。 我以为我拿到的是一个int类型的 ,想判断它是偶数还是奇数。 实际上我拿到的是一个str类型的 ,这时python的解释器并没有 ...
分类:
编程语言 时间:
2020-04-04 11:34:36
阅读次数:
92
串联所有单词的子串。题意是给定一个字符串 s 和一些长度相同的单词 words。找出 s 中恰好可以由 words 中所有单词串联形成的子串的起始位置。注意子串要与 words 中的单词完全匹配,中间不能有其他字符,但不需要考虑 words 中单词串联的顺序。例子, Example 1: Input ...
分类:
其他好文 时间:
2020-04-04 09:41:32
阅读次数:
63
1.问题描述:yum安装gcc和其他的工具时一直报错: 2.问题解决: 网上看到有类似文章: No more mirrors to try. 得知这可能是错误的缓存源导致,直接两个命令解决: yum clean all(清理) yum makecache 补充: yum makecache就是把服务 ...
分类:
其他好文 时间:
2020-04-04 09:33:07
阅读次数:
75