springboot项目下的一些统一操作。 idea需要实现安装lombok插件 依赖: 依赖少了的,漏了的自己引。 <!--切面--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot- ...
分类:
编程语言 时间:
2020-01-29 17:55:50
阅读次数:
111
1.安装依赖 [compiler] sudo apt-get install build-essential [required] sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-d ...
分类:
其他好文 时间:
2020-01-29 16:00:14
阅读次数:
189
1.创建新工程 附源码 CMakeLists.txt文件 cmake_minimum_required(VERSION 3.9.5) project(tests) set(CMAKE_CXX_STANDARD 14) set(OpenCV_DIR "/home/navy/Desktop/worksp ...
分类:
其他好文 时间:
2020-01-29 15:48:33
阅读次数:
101
使用matplotlib画图报错,情况如下 RuntimeWarning: Glyph 20998 missing from current font 查询后初步发现是matplotlib找不到字体,需要自行设置一下: ...
分类:
其他好文 时间:
2020-01-29 00:59:28
阅读次数:
1246
1、使用validation插件先要下载相应文件: 打开dist文件夹: 打开dist中的localization文件夹(控制汉字): 打开该文件,主要内容如下: 1 required: "这是必填字段", 2 remote: "请修正此字段", 3 email: "请输入有效的电子邮件地址", 4 ...
分类:
其他好文 时间:
2020-01-28 11:04:56
阅读次数:
76
Given N integers, you are supposed to find the smallest positive integer that is NOT in the given list. Input Specification: Each input file contains ...
分类:
其他好文 时间:
2020-01-27 17:28:02
阅读次数:
71
前面一节咱们已经介绍了决策树的原理已经在sklearn中的应用。那么这里还有两个数据处理和sklearn应用中的小知识点咱们还没有讲,但是在实践中却会经常要用到的,那就是交叉验证cross_validation和Pipeline。cross_validation是保证了咱们的模型不受数据分布的影响, ...
分类:
其他好文 时间:
2020-01-26 22:21:38
阅读次数:
96
# Debian Packages Required:## mingw-w64# provides GCC cross-compiler. GCC 4.9.1 or later required.## mingw-w64-tools# provides pkg-config and other bu... ...
分类:
其他好文 时间:
2020-01-26 20:52:56
阅读次数:
66
今天把一个去年没做完的项目翻出来做时,发现maven无法正常导入依赖。检查了一遍项目配置,没发现有什么问题。而且依赖在本地仓库存在。 随后发现报错:Failed to transfer file:*********. Return code is: 501 , ReasonPhrase:HTTPS ...
分类:
Web程序 时间:
2020-01-26 17:27:09
阅读次数:
2117
centos7 vsftpd安装 FTP:文件传输协议(File Transfer Protocol),基于客户端/服务器模式,默认使用20、21端口号,其中端口20(数据端口)用于进行数据传输,端口21(命令端口)用于接受客户端发出的相关FTP命令与参数。 FTP协议两种工作模式(1)PORT(主 ...
分类:
其他好文 时间:
2020-01-26 13:11:21
阅读次数:
99