#1、Spring源码下载 首先下载spring的源码,下载地址如下: 点击自己想下载的版本,点击后下载第一个dist.zip文件即可。 spring源码 #2、将spring的jar包导入项目 1、先将下载好的spring压缩包解压到某个文件夹 2、在eclipse中建立一个空的Dynamic w ...
分类:
编程语言 时间:
2020-05-26 18:01:45
阅读次数:
92
1.本地下载nocas并且启动请看上一篇博客2.启动好以后我们进入可视化页面添加一个配置 3.添加好以后可以看到有这个 4.现在我们可以添加配置文件了,这里选择yaml 配置文件 5.在我们的项目pom文件引入(如果不加spring-cloud-context 依赖会出现如果不想读取nacos想读取 ...
分类:
编程语言 时间:
2020-05-26 15:33:15
阅读次数:
268
本项目的目的是实现以下的流程:Android和iOS原生代码里面操作摄像头->获取视频流数据->人脸检测或美颜->传输给Unity ...
分类:
移动开发 时间:
2020-05-25 19:30:32
阅读次数:
70
call的实现 Function.prototype.Call=function(...args){ var context=args[0]||window; var argArr=args.slice(1) context.fn=this; //相当于给context加了一个fn属性,属性值为当前 ...
分类:
移动开发 时间:
2020-05-25 19:10:47
阅读次数:
58
1)SpringBoot框架获取容器中的对象 AnnotationConfigApplicationContext context = new AnnotationConfigApplicationContext(Config.class); RestTemplate bean = (RestTem ...
分类:
编程语言 时间:
2020-05-25 15:55:36
阅读次数:
89
一般来说,一个spark程序包含两种 JVM 程序,Dirver 和 Executor。Dirver 是主要的控制程序,负责创建 context,提交任务,那 job 转换为 task 并且协调 task 在 executor 中的执行。Executor 主要是负责执行计算任务并且将结果返回给 Dr ...
分类:
其他好文 时间:
2020-05-24 23:52:11
阅读次数:
70
TensoeFlow+SSD的环境搭建 1. 先下载TensorFlow的models,然后进入models_master文件夹 https://github.com/tensorflow/models 2. 安装依赖库(见3~) Protobuf 3.0.0 Python tk Pillow 1. ...
分类:
其他好文 时间:
2020-05-24 12:10:44
阅读次数:
113
编辑器:IDEA 系统:Win 10 包管理:maven SSM:SpringMvc、Spring、MyBatis 一、搭建 maven的父子工程 先建立 ssm 的父工程 review_ssm 再分别建立 domain、dao、service、utils子模块,以及最后创建使用maven的weba ...
分类:
其他好文 时间:
2020-05-24 10:12:33
阅读次数:
40
博客转自:http://www.lighthouse3d.com/tutorials/glut-tutorial/subwindows/ 创建和销毁子窗口 With GLUT we can define subwindows, i.e. divide the main window in diffe ...
分类:
其他好文 时间:
2020-05-23 18:29:11
阅读次数:
54
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "Kismet/BlueprintAsyncAc ...
分类:
其他好文 时间:
2020-05-23 15:03:55
阅读次数:
76