摘要:
如果在使用Eclipse开发Java项目时,在使用 @Override 出现以下错误:The method *** of type *** must override a superclass method主要是因为你的Compiler是jdk5,(5不支持@Override等形式的批注)只要把它改 阅读全文
摘要:
为了实现cache存储验证用户身份信息,减少通过数据库验证的次数,需要在wcf各个服务之间建立共享数据区。 namespace WcfService1 { public static class Class1 { public static string appName = ""; } } name 阅读全文
摘要:
Set the JAVA_HOME Variable To set the JAVA_HOME variable: Find out where Java is installed. If you didn't change the path during installation, it will 阅读全文