摘要:
excel导入的时候,如果是日期,得到会是一个float的值,处理方式如下 if (0 == cell.getCellType()) { //判断是否为日期类型 if(HSSFDateUtil.isCellDateFormatted(cell)){ //用于转化为日期格式 Date d = cell 阅读全文
摘要:
1.实现功能,对用户的访问做统计,最近7天的访问人数(1-7连续的),可以按照浏览器,或者其他条件进行分组,合并之后按时间排序select group_concat(countValue order by sst.countKey),group_concat(countKey order by ss 阅读全文
摘要:
1.xml文件报错:“The prefix "context" for element "context:property-placeholder" is not bound. ” 报错行数内容 <context:property-placeholder location="classpath:mo 阅读全文