摘要:
/** * 获取sheet表单里的有效行数 * @param sheet * @return */ public int getRealRowNum(Sheet sheet) { int rowNum = s... 阅读全文
摘要:
0"> FIND_IN_SET (#{item},warehouse_id) 1、重新设置表主键重1开始 alter table i... 阅读全文
摘要:
1、先引入对应的依赖 org.jfree jfreechart 1.0.19 org.jfree j... 阅读全文
摘要:
1、添加freemaker依赖 org.freemarker freemarker 2.3.20 2、先将要导出生成的健康报告文件生成xml ... 阅读全文
摘要:
1、查询时间区间日期列表,不会由于数据表数据影响 select a.date from ( select curdate() - INTERVAL (a.a + (10 * b.a) + (100 * c.a) + (1000 * d.a) ) DAY ... 阅读全文
摘要:
1、查询数据库所有表名和表注释 SELECT TABLE_NAME AS tableName, TABLE_COMMENT AS tableComment FROM information_schema.`TABLES` WHERE TABLE_SCHEMA ... 阅读全文
摘要:
1、首先引入freemaker org.springframework.boot spring-boot-starter-freemarker 2.1.2.RELEASE 2、新建一个要导出的word文... 阅读全文
摘要:
1、按天统计数据,没有补0 SELECT b.DAY_TIME as abscissa_name, nvl( a.ct, 0 ) as totalFROM (SELECT to_char( t.REQUEST_TIME, 'yyyy-MM-dd' ) bir... 阅读全文
摘要:
ping 192.168.0.222 | tee text.txt 阅读全文
摘要:
package com.sdy.resdir.biz.util;import org.springframework.beans.BeanUtils;import java.util.ArrayList;import java.util.List;/** * ... 阅读全文