1、windows10 pip设置目录:C:\ProgramData\pip\pip.ini [global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple/ ←--清华大学源 2、dos命令:pip config --global set ...
分类:
编程语言 时间:
2021-02-19 13:05:20
阅读次数:
0
常用环境配置 要清理磁盘空间可以看这个文章:https://www.linuxprobe.com/disk-release.html 最简单的安装,结束以后先换源 apt install build-essential gcc make perl dkms # 之后安装vbox增强功能 # 基本工具 ...
分类:
系统相关 时间:
2021-02-17 15:13:48
阅读次数:
0
#随便写个,引用下python的import this Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than com ...
分类:
其他好文 时间:
2021-02-09 11:44:21
阅读次数:
0
音频判断:librosa和 matplotlib Librosa是音频识别的包 matplotlib是音频转图片可视化的包 命令下载: pip install librosa -i https://mirrors.ustc.edu.cn/pypi/web/simple pip install mat ...
分类:
其他好文 时间:
2021-02-08 12:45:04
阅读次数:
0
说明 共用了两种方法进行检测 方法1: 使用opencv的canny进行边缘检测,在此之前先变灰和加入高斯模糊 方法2: 对图片二值化,随后找到关键点,并在空白画板画关键点 代码 import cv2 as cv import numpy as np # 读路径下的图片 img = cv.imrea ...
分类:
其他好文 时间:
2021-02-05 10:53:28
阅读次数:
0
具体报错信息: 1 Whitelabel Error Page 2 This application has no explicit mapping for /error, so you are seeing this as a fallback. 3 4 Mon Feb 01 21:33:07 C ...
分类:
移动开发 时间:
2021-02-02 11:27:59
阅读次数:
0
使用IDEA自带的打包工具,simple-robot-conf.properties这个配置文件总是会被一同打进jar包里,失去配置文件的作用,并且即使把配置文件和jar包放在同一目录下,jar包运行时也会找不到配置文件,就很奇怪。 但使用maven的打包功能则不会 使用这个命令 mvn compi ...
分类:
编程语言 时间:
2021-02-02 10:35:46
阅读次数:
0
一、下载源地址修改,用国内镜像站点: 国内源: 新版ubuntu要求使用https源,要注意。 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https:// ...
分类:
其他好文 时间:
2021-01-29 11:56:43
阅读次数:
0
引言 RDD 根据数据处理方式的不同将算子整体上分为 Value 类型、双 Value 类型和 Key-Value类型,本文主要讲一些Value 类型 正文 资源路径和资源内容 map ###函数签名:def map[U: ClassTag](f: T ? U): RDD[U] ###函数说明:将处 ...
分类:
其他好文 时间:
2021-01-27 12:50:51
阅读次数:
0
简单对象访问协议(SOAP,全写为Simple Object Access Protocol)是交换数据的一种协议规范。 SOAP 是一种简单的基于 XML 的协议,它使应用程序通过 HTTP 来交换信息。 简单对象访问协议是交换数据的一种协议规范,是一种轻量的、简单的、基于XML(标准通用标记语言 ...
分类:
其他好文 时间:
2021-01-26 12:16:42
阅读次数:
0