1、编译报错 Error:(16, 8) java: 无法将类 uiauto.web.common.OperationNewLabelPageImpl中的构造器 OperationNewLabelPageImpl应用到给定类型; 需要: org.openqa.selenium.chrome.Chro ...
分类:
编程语言 时间:
2020-06-24 00:08:44
阅读次数:
84
maven项目编译报错: [java] view plain copy 软件包 javax.servlet 不存在 import javax.servlet.*; 软件包 javax.servlet 不存在 import javax.servlet.*; 明明tomcat下面的lib自带有这些包,却 ...
分类:
编程语言 时间:
2020-06-11 19:30:48
阅读次数:
148
Failed to execute goal org.xolstice.maven.plugins:protobuf-maven-plugin:0.5.0:compile (default) on project message: protoc did not exit cleanly.
[ERR... ...
分类:
其他好文 时间:
2020-06-08 20:44:31
阅读次数:
375
.SprSpringBoot项目启动时那些自动配置生效了,如何查看? 配置文件中定义debug=true .SprSpringBoot项目默认支持热部署吗?什么时候使用热部署 支持热部署,当需要修改java文件和配置文件的时候,需要tomat自动重新(需要添加依赖) .SpringBoot项目中的热 ...
分类:
其他好文 时间:
2020-06-07 12:43:35
阅读次数:
64
异常(Exception) 1、java中异常分为两大类: checked exception (非运行时异常) unchecked exception (运行时异常) 2、java中所有的异常类都会直接或间接地继承自Exception。 3、RuntimeException类也是直接继承Excep ...
分类:
编程语言 时间:
2020-06-06 18:42:38
阅读次数:
372
flutter 编译报错 What went wrong: Could not determine the dependencies of task ':app:preDebugBuild'. Could not resolve all task dependencies for configura ...
分类:
系统相关 时间:
2020-06-06 11:22:14
阅读次数:
219
1.java编译报错 错误 Error: A JNI error has occurred, please check your installation and try again 👆下面还有其他报错但我没有截到,但问题的原因都是这个👆 这个错误一般情况是由于java 版本 与javac 版本 ...
分类:
其他好文 时间:
2020-06-04 01:04:18
阅读次数:
78
报错信息: error C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WA ...
分类:
编程语言 时间:
2020-06-02 12:57:42
阅读次数:
79
1.spring是什么轻量级开源框架以IoC(InverseOfControl:反转控制)和AOP(AspectOrientedProgramming:面向切面编程)为内核。还能整合开源世界众多著名的第三方框架和类库。2.spring解决了什么问题方便解耦,简化开发。普通项目中A模块用到B模块,需要使用到new关键字,那么当B模块不存在时,A模块编译报错。(这就是程序耦合)解决方案:我们可以使用反
分类:
编程语言 时间:
2020-05-27 09:24:18
阅读次数:
67
yum install -y epel-releaseyum install -y libmcrypt-devel两个不能一起安装,因为CentOs6默认的yum源没有 libmcrypt-devel这个包,只能借助epel的yum源,所以先安装epel,再安装libmcrypt。————————— ...
分类:
Web程序 时间:
2020-05-20 18:28:56
阅读次数:
64