vue cli3.0 使用px2rem 或 postcss plugin px2rem px2rem 1. 构建项目(vue cli3.0) 2. 安装px2rem loader(devDependencies) 3. 移动端适配解决npm包 "lib flexible" (dependencies ...
分类:
Web程序 时间:
2019-08-24 20:55:22
阅读次数:
141
才开始学习spring boot,第一个程序helloworld就碰到@RestController和@RequestMapping(/hello)的注解都会报错的问题。 我个人的解决方法: 1.springboot默认有 <dependencies> <dependency> <groupId>o ...
分类:
编程语言 时间:
2019-08-24 20:47:03
阅读次数:
130
npm WARNajv keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself. 毛主席说:“缺什么,补什么。” 缺了一个依赖,装上 ...
分类:
其他好文 时间:
2019-08-24 13:23:26
阅读次数:
106
|--错误表现 如下图示,这两处可能报错 |--发生原因 一个pom文件里面,只能有有一对denpendencies标签,所有的配置都要放入这个dependencies标签 |--解决方法 将多余的dependencies删掉,只留下一对dependencies,所有的配置信息都写在这一对标签内 ...
分类:
编程语言 时间:
2019-08-22 11:21:14
阅读次数:
60
时间:2019年7月29日21:53:28解决办法:把 dependencies 中的 dependencies {(http://www.amjmh.com/v/) implementation 'com.github.bumptech.glide:glide:4.9.0' annotationP ...
分类:
移动开发 时间:
2019-08-20 18:47:06
阅读次数:
181
maven dependencies 报红叉的问题: 第一种:检查bulid path 里面maven dependencies 是否丢失包 miss jar。 解决方法1:https://blog.csdn.net/st75033562/article/details/82978775 解决方法2 ...
分类:
其他好文 时间:
2019-08-14 14:45:11
阅读次数:
85
Maven 项目管理工具 构建项目(Builds) 依赖管理(Dependencies) 配置管理(SCMs) 发布管理(Release) 文档编制(Documentation) 报告(Reporting) 特点: 微内核(只解析XML,其他由Maven插件处理) 约定优于配置 定义项目模型 安装: ...
分类:
其他好文 时间:
2019-08-11 12:37:18
阅读次数:
80
记一次idea使用自带的modulesdk编译导致包找不到的问题。问题描述:sun.misc.base64decoder找不到。定位问题:IDEA中使用自带的jdk来编译,导致有些包找不到。解决问题:file-->projectstructure-->module---dependencies中将modulesdk设置成jdk8,问题解决。
分类:
编程语言 时间:
2019-08-09 10:37:30
阅读次数:
123
<dependencies><!--Spring核心包--><dependency><groupId>org.springframework</groupId><artifactId>spring-context</artifactId><version>${spring.version}</ve
分类:
编程语言 时间:
2019-08-07 17:27:18
阅读次数:
91
<dependencies> <!-- springboot --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </depende ...
分类:
其他好文 时间:
2019-08-06 19:40:04
阅读次数:
121