之前准备好的文 SpringCloud 依赖: <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-depen ...
分类:
其他好文 时间:
2020-04-14 00:46:57
阅读次数:
87
{ "dependencies": { "vue": "^2.5.10", "vue-i18n": "^7.8.0" }, "devDependencies": { "@vue/cli-service": "^3.0.1", "compression-webpack-plugin": "^3.1.0 ...
分类:
移动开发 时间:
2020-04-12 07:45:23
阅读次数:
664
技术来源 下载spire.doc-2.2.0.jar地址 帮助文档 POM引入Jar(本人把jar放在项目的src/main/resources/lib目录下): <dependencies> <dependency> <groupId>e-iceblue</groupId> <artifactId ...
分类:
编程语言 时间:
2020-04-12 07:43:27
阅读次数:
104
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. FROM mcr.microso ...
分类:
Web程序 时间:
2020-04-10 12:00:20
阅读次数:
212
我是跟着《Android第一行代码》写代码的,想写个博来加深印象一点 一、添加依赖库RecyclerView 在app下的build.gradle中的dependencies添加一句:(添加后要sync now) implementation 'androidx.recyclerview:recyc ...
分类:
移动开发 时间:
2020-04-08 13:42:39
阅读次数:
148
参考:Maven实用技巧 https://msd.misuland.com/pd/3255817963235707346 报错: maven项目 mvn install 报错: [ERROR] Failed to execute goal on project 项目名XXX: Could not r ...
分类:
其他好文 时间:
2020-04-06 11:46:59
阅读次数:
118
学习链接:https://www.bilibili.com/video/BV1gs411j7kA?p=2 1.建立java文件 2.加载类路径。mybatis.jar 和 数据库驱动jar File->Project Structure->Modules->Dependencies->右侧加号->1 ...
分类:
其他好文 时间:
2020-04-05 18:37:22
阅读次数:
80
问题 用过idea(笔者经常用2018.3.x)创建 spring boot项目的时候默认会创建一个以下骨架的测试代码 package com.atguigu; import org.junit.jupiter.api.Test; import org.springframework.boot.te ...
分类:
编程语言 时间:
2020-04-04 20:20:22
阅读次数:
587
JDBC 写在前面: 创建普通的Maven项目(无web) 2、在pom.xml中导包 1 <dependencies> 2 <dependency> 3 <groupId>mysql</groupId> 4 <artifactId>mysql-connector-java</artifactId> ...
分类:
数据库 时间:
2020-04-04 14:28:00
阅读次数:
71
解决Maven项目子模块无法使用其它模块的依赖 1、在Modules中找到该模块 2、找到Dependencies,点 号选择 ,找到你需要使用的模块 3、对号选中,应用即可 ...
分类:
其他好文 时间:
2020-04-03 21:34:15
阅读次数:
362