想要飞的小乌龟2022-08-04 技术文章

IDEA 导入eclipse web项目

参考文章https://blog.csdn.net/deng11408205/article/details/797232131.Import Project在如下图的页面中,导入项目.   或者在File菜单中的New选择Project from existing S
封面
想要飞的小乌龟2022-08-04 技术文章

tomcat 启动特别慢

解决有两种解决办法:1)在Tomcat环境中解决可以通过配置JRE使用非阻塞的Entropy Source。在catalina.sh中加入这么一行:-Djava.security.egd=file:/dev/./urandom 即可。加入后再启动Tomcat,整个启动耗时下降到Server star
封面
想要飞的小乌龟2022-08-04 技术文章

active 安装

一、下载:apache-activemq-5.14.0-bin.tar.gzhttp://activemq.apache.org/activemq-5140-release.html 二、安装activemq1、gz文件拷贝到/usr/local/src目录2、解压启动tar -zxvf
封面
想要飞的小乌龟2022-08-04 技术文章

shiro的异常类

(验证)authc:AuthencationException:AuthenticationException 异常是Shiro在登录认证过程中,认证失败需要抛出的异常。AuthenticationException包含以下子类:    CredentitalsExce
封面
图片放大