git clone https://github.com/opencv/opencv.git cd opencv-4.2.0/ mkdir build cd build/ cmake -D CMAKE_BUILD_TYPE=RELEASE -D OPENCV_GENERATE_PKGCONFIG=O ...
分类:
其他好文 时间:
2020-04-30 19:40:54
阅读次数:
162
Description "link" 看页面最低端即可 Solution 引理:现在有两个正整数集合 $\{S\},\{T\}$ 且 $\{S\}\ne \{T\},|S|=|T|$ 则有:$\sum\limits_{x\in S} 2^x\ne \sum\limits_{y\in T}2^y$ 证 ...
分类:
其他好文 时间:
2020-04-30 11:39:02
阅读次数:
43
构建Eclipse版Maven项目 java项目 jar包 需要更换java运行时环境【jdk版本】 方式一:eclipse编辑器内更改 【项目】右键 【build Path】 【Config build Path】 【JRE】 【remove】 【add】 【JRE】 default 方式二:在p ...
分类:
其他好文 时间:
2020-04-30 11:30:34
阅读次数:
51
一、定时构建 Build periodically:定时执行构建任务,不管远程代码分支上的代码是否发生变化,都执行一次构建。 语法:* * * * *(五颗星,中间用空格隔开) 第一个:分钟,取值0~59 第二个:小时,取值0~23 第三个:天,取值1~31 第四个:月,取值1~12 第五个:星期, ...
分类:
其他好文 时间:
2020-04-29 20:09:21
阅读次数:
62
https://www.cnblogs.com/jyx140521/p/6855210.html 用以下build.gradle打包出来的jar包,依赖是分离的: apply plugin: 'java' dependencies { compile 'commons-codec:commons-c ...
分类:
编程语言 时间:
2020-04-29 18:50:26
阅读次数:
123
一、安装sass 依赖包 npm install sass-loader --save-dev npm install node-sass --sava-dev 二、在build文件夹下的webpack.base.conf.js的rules里面添加配置 { test: /\.scss$/, load ...
分类:
Web程序 时间:
2020-04-29 18:19:07
阅读次数:
206
class Program { static void Main(string[] args) { var obj = EmitHelper.ImplInterface<IPerson>(); obj.say(); obj.sayHi(); } } public interface IPerson ...
分类:
其他好文 时间:
2020-04-29 18:10:20
阅读次数:
110
<build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.8</source> <target>1.8</t ...
分类:
其他好文 时间:
2020-04-29 10:30:03
阅读次数:
45
1. 安装编译库 yum install build-essential openssl openssl-devel unixODBC unixODBC-devel make gcc gcc-c++ kernel-devel m4 ncurses-devel tk tc xz 2. 下载安装包 wg ...
分类:
其他好文 时间:
2020-04-29 01:14:54
阅读次数:
74
Hello, this blog will show you how to use the tool we build. "项目链接" 1. establish new project First, you should establish a new project. Note the proje ...
分类:
其他好文 时间:
2020-04-29 00:58:13
阅读次数:
110