码迷,mamicode.com
首页 >  
搜索关键字:depend    ( 1564个结果
curl http3
Build quiche and BoringSSL: % git clone --recursive https://github.com/cloudflare/quiche % cd quiche % cargo build --release --features ffi,pkg-config ...
分类:Web程序   时间:2021-03-29 11:40:19    阅读次数:0
ViewModel 使用extention 依赖
lifecycle : "androidx.lifecycle:lifecycle-extensions:${dependenciesversion.lifecycleVersion}", 使用的是2.1.0版本;2.3.0好像不存在 ,需要注意一下这个依赖到底怎么回事 ...
分类:其他好文   时间:2021-03-18 13:58:37    阅读次数:0
Why choose USB-Link 2 from Autonumen.com
The USB-Link 2, the next generation vehicle interface from NEXIQ Technologies, has arrived. Dependable and rugged at Autonumen.com, the new USB-Link 2 ...
分类:其他好文   时间:2021-03-10 13:00:43    阅读次数:0
docker-compose安装zabbix
version: '3' services: zabbix-mysql: image: mysql:5.7 hostname: zabbix-mysql restart: always networks: - zabbix-net ports: - "3306:3306" command: --ch ...
分类:其他好文   时间:2021-03-01 13:11:33    阅读次数:0
lombok的使用
@Data@AllArgsConstructor@NoArgsConstructor <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <optional>true</optional> ...
分类:其他好文   时间:2021-02-23 14:25:37    阅读次数:0
java.lang.NoSuchMethodError: 'java.lang.String javax.annotation.Resource.lookup()'
之前用的 <dependency> <groupId>javax.annotation</groupId> <artifactId>jsr250-api</artifactId> <version>1.0</version> </dependency> 更改后的版本 <dependency> <gr ...
分类:编程语言   时间:2021-02-19 13:54:21    阅读次数:0
spring boot集成swagger2
spring boot集成swagger2 pom依赖 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.6.1</version> </depend ...
分类:编程语言   时间:2021-02-15 12:24:14    阅读次数:0
谷粒 | 10 | 阿里云OSS存储对象服务
#阿里云OSS对象存储服务 准备工作 1、在service模块新建子模块service_oss 2、引入pom.xml文件中引入oss服务依赖 <dependencies> <!--aliyunOSS--> <dependency> <groupId>com.aliyun.oss</groupId> ...
分类:其他好文   时间:2021-02-15 12:11:15    阅读次数:0
【MyBatis】mybatis学习0--环境配置
1.MyBatis中文文档 https://mybatis.org/mybatis-3/zh/index.html 2.依赖 1 <dependency> 2 <groupId>org.mybatis</groupId> 3 <artifactId>mybatis</artifactId> 4 <v ...
分类:其他好文   时间:2021-01-27 13:29:35    阅读次数:0
Spring Boot整合RabbitMQ
转自:https://www.cnblogs.com/lusaisai/p/13019822.html 在Spring项目中,可以使用Spring-Rabbit去操作RabbitMQ https://github.com/spring-projects/spring-amqp 尤其是在spring ...
分类:编程语言   时间:2021-01-26 12:25:45    阅读次数:0
1564条   上一页 1 2 3 4 5 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!