上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页
摘要: 1、官网下载opencv https://opencv.org/releases/ 2、下载opencv 并解压 unzip opencv-3.4.7.zip cd opencv-3.4.7 mkdir build cd build/ 3、编译opencv的java版本 yum install an 阅读全文
posted @ 2022-07-27 11:32 花田007 阅读(363) 评论(0) 推荐(0) 编辑
摘要: 1、下载 2、创建目录 mkdir /usr/java 3、解压文件,并挪移至指定目录 tar -zxvf jdk-8u281-linux-x64.tar.gz mv jdk1.8.0_281 /usr/java/ 4、配置环境变量 编辑配置文件 vim /etc/profile 在文件末尾添加如下 阅读全文
posted @ 2022-07-26 11:02 花田007 阅读(129) 评论(0) 推荐(0) 编辑
摘要: sshd未启动 service sshd restart 阅读全文
posted @ 2022-07-26 09:59 花田007 阅读(125) 评论(0) 推荐(0) 编辑
摘要: // 1.检验防火墙是否启动firewall-cmd --state // 2. 检查8080 端口是否启动:firewall-cmd --permanent --zone=public --list-ports //3.开启 8080 端口:firewall-cmd --zone=public - 阅读全文
posted @ 2022-07-25 15:44 花田007 阅读(12341) 评论(0) 推荐(1) 编辑
摘要: 清除公钥: ssh-keygen -R 172.XX.XX.XX 问题解决。 阅读全文
posted @ 2022-07-25 09:45 花田007 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-07-25 09:15 花田007 阅读(185) 评论(0) 推荐(0) 编辑
摘要: @Configurationpublic class OpencvConfig { private static String pathStr; @Value("${opencv.path}") public void setWinPathStr(String path) { pathStr = p 阅读全文
posted @ 2022-07-22 14:09 花田007 阅读(1318) 评论(0) 推荐(0) 编辑
摘要: <dependency> <!-- groupId,artifactId,version自定义> <groupId>sun.misc.BASE64Decoder</groupId> <artifactId>BASE64Decoder</artifactId> <version>1.0</versio 阅读全文
posted @ 2022-07-21 16:08 花田007 阅读(803) 评论(0) 推荐(0) 编辑
摘要: https://www.vmware.com/cn/products/workstation-pro/workstation-pro-evaluation.html 阅读全文
posted @ 2022-07-21 09:15 花田007 阅读(81) 评论(0) 推荐(0) 编辑
摘要: package com.example.climbnumber.yzm; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObject; import org.apache.http.HttpResponse; im 阅读全文
posted @ 2022-07-16 15:53 花田007 阅读(1731) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页