<runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30AD ...
分类:
Web程序 时间:
2021-06-08 23:12:21
阅读次数:
0
1、添加mybatis依赖 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>1.3.2</version> </ ...
分类:
编程语言 时间:
2021-06-08 22:31:11
阅读次数:
0
jstl Maven 依赖导致的 Jar 包冲突 <dependency> <groupId>javax.servlet.jsp.jstl</groupId> <artifactId>jstl-api</artifactId> <version>1.2</version> </dependency> ...
分类:
编程语言 时间:
2021-06-07 21:10:20
阅读次数:
0
.vscode/tasks.json { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "t ...
分类:
编程语言 时间:
2021-06-07 20:25:28
阅读次数:
0
cURL is one of most powerful tools for testing HTTP traffic. We typically use cURL to interact with HTTP APIs or test websites. Although cURL supports ...
分类:
Web程序 时间:
2021-06-07 20:18:30
阅读次数:
0
CMakeLists.txt # cmake needs this line cmake_minimum_required(VERSION 3.1) # Define project name project(Pangolin_project) #添加Pangolin画图依赖库 find_packa ...
分类:
其他好文 时间:
2021-06-06 19:47:00
阅读次数:
0
添加依赖 def camerax_version = "1.0.0" // CameraX core library using camera2 implementation implementation "androidx.camera:camera-camera2:$camerax_versio ...
分类:
其他好文 时间:
2021-06-06 19:36:16
阅读次数:
0
验证理论 1.OSPF信息类型,每个信息类型的作用,每个信息类型中每个字段存在的价值 第一节——通用报头 实验拓扑: 初始配置: 将接口配置地址,抓包开始后配置上OSPF 1.OSPF通用报头 OSPF的5种报文具有相同的报文头格式,长度为24字节 内容: 字段 长度 含义 Version 1字节 ...
分类:
其他好文 时间:
2021-06-06 19:27:17
阅读次数:
0
新建仓库gulimall 选择git ignore模板,可以在提交的时候忽略掉很多非代码的文件 仓库创建后,复制仓库地址 idea导入git仓库项目 创建商品模块微服务 使用spring初始化向导 选择java version 8, 导入微服务必要的两个组件web和openfeign, openfe ...
分类:
其他好文 时间:
2021-06-06 18:51:05
阅读次数:
0
Domain 层 <PackageReference Include="Volo.Abp.Identity.Domain" Version="4.3.2" /> <PackageReference Include="Volo.Abp.PermissionManagement.Domain.Ident ...
分类:
数据库 时间:
2021-06-06 18:42:48
阅读次数:
0