GRPC使用protocol buffers 作为接口定义语言(IDL)和信息交换格式。安装GRPC按照GRPC官方的教程,第一步要安装PROTOBUF的编译器下载地址:https://github.com/protocolbuffers/protobuf/releases/tag/v3.17.0我 ...
分类:
其他好文 时间:
2021-05-24 12:31:05
阅读次数:
0
<?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:a ...
分类:
其他好文 时间:
2021-05-24 09:58:36
阅读次数:
0
####先来一个较全的模板 <?xml version="1.0" encoding="UTF-8"?> <!--Configuration后面的status,这个用于设置log4j2自身内部的信息输出,可以不设置--> <!--monitorInterval:Log4j能够自动检测修改配置 文件和 ...
分类:
其他好文 时间:
2021-05-24 08:53:11
阅读次数:
0
Spring Security 入门(基本使用) 这几天看了下b站关于 spring security 的学习视频,不得不说 spring security 有点复杂,脑袋有点懵懵的,在此整理下学习内容。 1、入门 1.1、什么是 spring security spring security 是一 ...
分类:
编程语言 时间:
2021-05-24 08:31:15
阅读次数:
0
子组件 child.vue <template> <div> <p>hello world</p> <button @click="handleClick">click</button> </div> </template> <script lang="ts"> import { defineCom ...
分类:
其他好文 时间:
2021-05-24 05:33:32
阅读次数:
0
今天我们来学习中间件定义的两种方式,在NET Core中最重要的莫过于是中间件了,毫不夸张的讲,NET Core就是通过多个中间件组成的;中间件的定义有两种方式,一种是定义强类型中间件,另一种是定义弱类型中间件,接下来我们就好好的讲解一下如何定义这两种类型的中间件。 强类型中间件 这种类型的中间件定 ...
分类:
Web程序 时间:
2021-05-24 03:21:08
阅读次数:
0
Web Vuser Functions: C Language (WEB) HTTP-related functions have a web prefix. See: Action Functions Authentication Functions Asynchonous Functions C ...
分类:
Web程序 时间:
2021-05-24 00:41:49
阅读次数:
0
1,pom依赖导入 注:spring boot版本须使用2。1.0以下版本,此次使用2.0.9版本 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</a ...
分类:
编程语言 时间:
2021-04-15 12:03:14
阅读次数:
0
1.数据库连接 1 package util; 2 3 import com.alibaba.druid.pool.DruidDataSourceFactory; 4 5 import javax.sql.DataSource; 6 import java.io.IOException; 7 imp ...
分类:
Web程序 时间:
2021-04-14 12:19:31
阅读次数:
0
createApplicationContext完成后,加载了6个BeanDefinition,此时还没有实例化任何单例,由此可以知道BeanDefinition不是一下子把所有的都加载进来的,适当的时间加载对应的BeanDefinition: prepareContext完成之后,把启动类的Bea ...
分类:
编程语言 时间:
2021-04-06 15:14:41
阅读次数:
0