上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 56 下一页
摘要: 1、如图所示 阅读全文
posted @ 2021-03-26 17:19 一只桔子2233 阅读(1030) 评论(0) 推荐(0) 编辑
摘要: 0、前言 项目需要读取摄像头的数据,并经过AI模型计算发送界面显示,因考虑到需要处理的摄像头过多,需要提高可移植性、通用性 目前采用 从OpenCV读取摄像头图像,发送到Redis服务器 1、jar包 commons-pool2-2.4.2.jar jedis-2.9.0.jar opencv-44 阅读全文
posted @ 2021-03-17 11:11 一只桔子2233 阅读(481) 评论(0) 推荐(0) 编辑
摘要: 1、代码如下 @echo off cmd /c start cmd /c cmd /k java -jar D:\FCSC\xxxxxx-1.1-SNAPSHOT.jar cmd /c start cmd /c cmd /k java -jar D:\FCSC\xxxxxx-1.1-SNAPSHOT 阅读全文
posted @ 2021-03-17 01:35 一只桔子2233 阅读(706) 评论(0) 推荐(0) 编辑
摘要: 0、参考博客文章 BufferedImage与byte[]互转 Java OpenCV开发——Mat和BufferedImage互转 BufferedImage base64(互相转换) 1、main public static void main(String[] args) { M3(); } 阅读全文
posted @ 2021-03-11 19:59 一只桔子2233 阅读(868) 评论(0) 推荐(0) 编辑
摘要: 参考 SpringBoot最新教程IDEA版通俗易懂 1、pom <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring</artifactId> <version>1.7.0</version> </dep 阅读全文
posted @ 2021-03-10 22:35 一只桔子2233 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 参考 Tomcat注册成系统服务并修改内存 1、前言 在使用 smartboot.socket 作为socket服务端进行开发时,项目中有多个服务端,在项目启动时,只有前两个服务端启动成功,后几个服务端启动失败,并报以下错误 Exception in thread "Thread-8" java.l 阅读全文
posted @ 2021-03-10 21:20 一只桔子2233 阅读(564) 评论(0) 推荐(0) 编辑
摘要: 参考 【狂神说Java】SpringBoot最新教程IDEA版通俗易懂 1、pom <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring</artifactId> <version>1.7.0</versi 阅读全文
posted @ 2021-03-09 11:10 一只桔子2233 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 参考 Shiro入门教程 1、pom <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> <version>1.2.3</version> </dependency> <depend 阅读全文
posted @ 2021-03-08 19:55 一只桔子2233 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 源代码boot-security.zip 1、pom <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001 阅读全文
posted @ 2021-03-05 22:35 一只桔子2233 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 1、引用pom文件 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </dependency> <dependency> <group 阅读全文
posted @ 2021-03-05 18:11 一只桔子2233 阅读(58) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 56 下一页