摘要: 五月 14, 2019 5:54:23 下午 org.apache.catalina.core.StandardContext startInternal严重: One or more listeners failed to start. Full details will be found in 阅读全文
posted @ 2019-05-14 19:57 宅屋里的蛋黄氏 阅读(1416) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) { Integer a = 0; count(a); System.out.println(a); // 问题: a 输出是多少? 原因 } private static void count(Integer a) { for... 阅读全文
posted @ 2019-01-18 09:58 宅屋里的蛋黄氏 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 某天pom文件粘贴报红 然后我就问我同事 然后我就百度 https://blog.csdn.net/guoyiyun_tz/article/details/82115024 看完之后…emmmm没错啊!!! 想了半天…. 阅读全文
posted @ 2019-01-03 17:08 宅屋里的蛋黄氏 阅读(1223) 评论(0) 推荐(0) 编辑
摘要: 1. 先下载并解压缩一个tomcat7 2.打开idea 3. -Xms256M -Xmx1024M -XX:PermSize=64M -XX:MaxPermSize=128M 关于热部署设置参考: https://blog.csdn.net/huangwenyi1010/article/detai 阅读全文
posted @ 2018-12-12 14:15 宅屋里的蛋黄氏 阅读(376) 评论(0) 推荐(0) 编辑