摘要:
1.Check your settings and permissions Ignore and continue anyway 由于之前的tomcat突然失效了,应该是一些流氓软件的问题,然后只好重装; 因为下的是免安装版,于是删除了文件夹下所有文件,然后找到一个tomcat.exe准备安装; 安 阅读全文
摘要:
先来复习一下多态吧,简单点讲,就是一个类的引用可以指向其本身以及其子类的对象。 Like these: FatherClass a = new FatherClass(); FatherClass a = new Son1Class(); FatherClass a = new Son2Class( 阅读全文
摘要:
在码农的世界里只有bug才能让人成长,The more bugs you encounter, the more efficient you will be! java中的监听器分为三种:ServletRequestListener、HttpSessionListener、ServletContex 阅读全文