
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
报错Application application_1611732673035_0001 failed 2 times due to AM Container for appattempt_1611732673035_0001_000002 exited with exitCode: 1Failing this attempt.Diagnostics: [2021-01-27 02:32:14.0
1.用管理用权限打开cmd命令框2.输入命令keytool -importcert -alias tencentcloudapi_com-keystore "C:\Program Files\Java\jdk1.8.0_211\jre\lib\security\cacerts" -file d:/tencentcloudapi-com.cerd:/tencentcloudapi-...
问题在使用FastJson作为redis序列化时,碰到Caused by: com.alibaba.fastjson.JSONException: autoType is not support.这个问题。原因#打开AutoType功能 在1.2.25之后的版本,以及所有的.sec01后缀版本中,autotype功能是受限的解决方法官方:https://github.com/a...
问题:原因:logback配置文件没有配置控制台输出解决:在logback.xml或者logback-spring.xml中添加<!-- 控制台输出日志级别 --><root level="${LEVEL}"><appender-ref ref="STDOUT" /></root>...
jquery下载地址:https://jquery.com/download/jquery.validate.js下载地址:https://cdnjs.com/libraries/jquery-validatejquery.validate.js是我们经常用到的form表单验证插件,可以很方便的帮我们进行表单验证。这里来学习一下他的用法,觉得不够详细的同学,可以去官网继续学习。1.jq...
问题:springboot项目在使用压缩软件替换lib下的依赖包后,启动报错,报错内容如下:PS D:\ttmp> java -jar .\epayBusiness-2.0.2-SNAPSHOT.jarException in thread "main" java.lang.IllegalStateException: Failed to get nested archive f...
本片文章适合对spring-session的工作原理有所理解的同学,如果还没有理解spring-session的核心原理,可以参考spring-session 原理及源码解析spring-session-data-redis 1.3.x的整合从注解@EnableRedisHttpSession入手,EnableRedisHttpSession引入了RedisHttpSessionConfigu..
备份yum源mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup下载阿里云yum源(这里使用centos 7的版本,操作时注意对应系统版本)wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos
问题在xshell中执行java项目报错。java.awt.AWTError: Can't connect to X11 window server using 'localhost:10.0' as the valException in thread "main" java.awt.AWTError: Can't connect to X11 window server using 'loca
OvercommitLinux内核根据应用程序的要求分配内存,通常来说应用程序分配了内存但是并没有实际全部使用,为了提高内存使用率,这部分没用的内存可以提供给其他的应用程序来使用,但是这部分内存是属于每个进程的,内核直接回收利用的话比较麻烦,所以内核采用一种过度分配内存(over-commit memory)的办法来间接利用这部分“空闲”的内存,提高整体内存的使用效率。这种过度分配内存的策略就叫内







