摘要:
一:常用sql 1.以每年分组,看每年事件类型为SJLX02的有多少数量 select DATE_FORMAT(er.occurredDate,'%Y') x ,count(*) y from event_report er where er.eventType = 'SJLX02' GROUP B 阅读全文
摘要:
最近离职来了一家新公司,之前的公司的开发IDE用的是IntelliJIDEA和SpringSourceToolSuit,自己在家里用的也是MyEclipse,所以使用eclipse的经验还是不足。结果在我配置好了jdk之后,双击eclipse,会出现报错Version 1.6.0_45 of the 阅读全文
摘要:
Referenced file contains errors (http://www.springframework.org/schema/beans/spring-beans.xsd). For more information, right click on the message in th 阅读全文