
问题汇总
nailsoul
这个作者很懒,什么都没留下…
展开
-
java.lang.NoClassDefFoundError: org/springframework/boot/SpringApplicatio
[root@xxx-xxx-xxx server]# java -jar xxx.jar Exception in thread "main" java.lang.NoClassDefFoundError: org/springframework/boot/SpringApplication at com.xxx.config.xxxApplication.main(xxxApplicati...原创 2019-12-24 10:48:54 · 11318 阅读 · 4 评论 -
启动动画问题startAnimation
mAnimationView.postDelayed(new Runnable() { @Override public void run() { Animation animation = AnimationUtils.loadAnimation(getApplicationContext(), R.anim.ac原创 2015-04-10 23:34:44 · 7806 阅读 · 0 评论 -
AndridStudio编译错误之——libpng error: CgBI: unhandled critical chunk
错误代码 Error:Execution failed for task ':PulltorefreshLibrary:mergeDebugAndroidTestResources'. > Some file crunching failed, see logs for details AAPT err(Facade for 598446055) : No Delegate set :原创 2015-12-11 20:41:02 · 6845 阅读 · 1 评论 -
spring boot 打tar包 错误处理
错误1 $ java Error occurred during initialization of VM java.lang.Error: Properties init: Could not determine current working directory. at java.lang.System.initProperties(Native Method) at java.l...原创 2018-08-01 10:59:32 · 2598 阅读 · 0 评论 -
log4j 导致 java启动不起来的问题
org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/service_platform]] at org.apache.catalina.util.LifecycleBase.st...原创 2018-08-02 08:50:41 · 5784 阅读 · 0 评论 -
利用Thumbnails保存文件javax.imageio.IIOException: Can't create cache file!异常问题
今天到了公司,忽然发现图片上传不能用了.本地测试一切正常... // ImageIO.write(image, "JPEG", response.getOutputStream()); 查阅资料发现是因为外网TOMCAT下的temp目录被删了,(由于前段时间怀疑缓存导致本地和服务器结果不一致, 很苦逼的一段时间)问题找到了,所以呢, 管理员进入TOMCAT目录,在TOMCAT根目录(与b...原创 2018-08-02 08:49:55 · 662 阅读 · 0 评论