码迷,mamicode.com
首页 >  
搜索关键字:plugin 插件开发 eclipse jar包 文件资源    ( 42579个结果
maven手动导入下载好的jar包
maven导入jar包,在项目根目录创建libs文件夹,然后pom.xml添加如下: <dependency> <groupId>com.github.whvcse</groupId> <artifactId>easy-captcha</artifactId> <version>1.6.1</ver ...
分类:编程语言   时间:2021-02-09 12:29:46    阅读次数:0
Java-http请求工具-OkHttp用法
前言:一般Java项目后端发送请求都使用http,最近项目里面大佬建议把http都改成okhttp3(OkHttpClient)。故今日记录部分常用发送方式。 代码:为了便于以后使用,这里封装一个OkHttpUtil的工具类 1、先导入jar包: <dependency> <groupId>com. ...
分类:编程语言   时间:2021-02-09 12:20:38    阅读次数:0
【Android】从gitclub下载的源码,运行提示> Failed to apply plugin [id 'com.github.dcendents.android-maven']
Ps:假期想做一个3d球体的相册,在网上搜索源码,定位到一个抽象出来的3dTagCloudAndroid技术。下载到本地,想在手机端运行遇到个报错,记录下。 Ps:开源库地址:https://github.com/misakuo/3dTagCloudAndroid 首先:本地克隆代码,后会自动加载依 ...
分类:移动开发   时间:2021-02-09 12:16:21    阅读次数:0
java项目使用日志的操作步骤
使用日志的最简单步骤: 引入依赖 使用lombok的注解(@Slf4j)标注需要输出日志的java类,在勒种就可以使用 log变量 1 <!-- TODO lombok的依赖范围为 provided,否则启动 tomcat7-maven-plugin 会报错--> 2 <dependency> 3 ...
分类:编程语言   时间:2021-02-09 12:10:39    阅读次数:0
Eclipse启动server报错Failed to start component [NonLoginAuthenticator[StandardEngine[Catalina].StandardHost[localhost].StandardContext[]]]
Eclipse启动server报错Failed to start component [NonLoginAuthenticator[StandardEngine[Catalina].StandardHost[localhost].StandardContext[]]] 1、查看对应JRE,这里使用的 ...
分类:系统相关   时间:2021-02-08 12:33:20    阅读次数:0
IntelliJ IDEA创建maven web项目(IDEA新手适用)(转)
https://blog.csdn.net/czc9309/article/details/80304074 PS:从eclipse刚转到IDEA,对于这个陌生的工具我表示无言,但听说很好用,也就试试,结果我几乎花了一晚上的时间才搭起来maven web项目,觉得在此给各位一个搭建maven web ...
分类:Web程序   时间:2021-02-08 12:19:16    阅读次数:0
UE4插件 Skills Tree System 4.15-4.26
UE4插件 Skills Tree System 4.15-4.26 The Skills Tree plugin offers the following features:-A base Skill class that can modified through Blueprints-Skill ...
分类:其他好文   时间:2021-02-08 11:39:47    阅读次数:0
springboot 单元测试添加
Service层单元测试 步骤一:添加 jar 包 <!--mybatis-plus--> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version ...
分类:编程语言   时间:2021-02-06 12:17:35    阅读次数:0
05 Spring Boot项目搭建步骤(超详细)
在 Spring Tools 4 for Eclipse 中依次选择 File->New->Maven Project 完了上述操作之后,在 pom.xml 中添加 Spring Boot 的依赖,代码如下所示。 <parent> <groupId>org.springframework.boot< ...
分类:编程语言   时间:2021-02-06 11:43:13    阅读次数:0
sentinel整合控制台和动态规则
sentinel整合控制台和动态规则 控制台的下载和启动 首先可以到这个地址去下载控制台: https://github.com/alibaba/Sentinel/releases/tag/v1.8.0 下载下来得到的是一个jar包,jar包启动命令: java -Dserver.port=1808 ...
分类:其他好文   时间:2021-02-06 11:40:33    阅读次数:0
42579条   上一页 1 ... 24 25 26 27 28 ... 4258 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!