摘要:
Java中【null】的判断: 1.【null】只能通过is null,is not null判断,任何与的 关系运算(比较,有大于、大于等于、小于、小于等于、等于、不等于六种运算)都是false。 解决的方法:if(【null】is not null and 【null】>=n) declare 阅读全文
摘要:
java.lang.NullPointerException at cn.com.burgeon.tasks.webpos.DateGeneration2.getColNameByTableName(DateGeneration2.java:132) at cn.com.burgeon.tasks. 阅读全文