上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 72 下一页
摘要: import java.util.ArrayList; import java.util.List; import org.apache.log4j.Logger; import org.springframework.jdbc.core.BeanPropertyRowMapper; import org.springframework.jdbc.core.namedparam.MapSqlP... 阅读全文
posted @ 2017-09-27 17:21 tonggc1668 阅读(154) 评论(0) 推荐(0) 编辑
摘要: package com.yundaex.wms.basicdata.dao.impl; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import or... 阅读全文
posted @ 2017-09-27 17:10 tonggc1668 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 在某一个时间字段加索引,短的时间范围内查询,索引生效,为range。长时间范围,索引失效,查全表。 当索引查的数据量超过全表30%的数据,索引失效,会查全表。 阅读全文
posted @ 2017-09-26 14:48 tonggc1668 阅读(304) 评论(0) 推荐(0) 编辑
摘要: tab_user_profile 116行 riv_print_history_l 640746行 第一个用时10s,第二个用时0.6s 阅读全文
posted @ 2017-09-26 14:45 tonggc1668 阅读(132) 评论(0) 推荐(0) 编辑
摘要: <bean id="httpClient" class="org.apache.commons.httpclient.HttpClient" scope="prototype" /> 用@Autowired注入还是单例从上下文中获取bean是原型 阅读全文
posted @ 2017-09-22 16:28 tonggc1668 阅读(315) 评论(0) 推荐(0) 编辑
摘要: select ONH_ID,date_format(CREATE_TIME, '%Y%m%d%H') as date, count(1) from RIV_OUTBOUND_NOTICE_H where CREATE_TIME >= '2017-09-22 08:00:00' and CREATE_TIME < '2017-09-22 10:55:23' GROUP BY date 阅读全文
posted @ 2017-09-22 10:08 tonggc1668 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 1.操作系统配置(以root用户执行) 1)安装编译工具 cmake(已经安装过可以跳过) yum install -y cmake 2.安装Qconf 1)下载安装源码 wget http://10.0.42.1:4201/soft/Qconf-1.0.0.zip unzip QConf-1.0.0.zip... 阅读全文
posted @ 2017-09-15 13:47 tonggc1668 阅读(1767) 评论(0) 推荐(1) 编辑
摘要: ContentTypeEnum contentType = DefContentTypeEnum.valueOf( ); 阅读全文
posted @ 2017-09-15 11:06 tonggc1668 阅读(204) 评论(0) 推荐(0) 编辑
摘要: package com.yd.ifm.client.caller.util.http; import java.util.Map; import com.yd.ifm.client.caller.model.ResponseData; import com.yd.ifm.client.caller.util.http.HttpEnum.ContentTypeEnum; public int... 阅读全文
posted @ 2017-09-15 11:04 tonggc1668 阅读(143) 评论(0) 推荐(0) 编辑
摘要: public enum StatCode { NORMAL(0,"正常"), FLAME_OUT(1,"熄火"), NOT_INSTALL(2,"未安装"), NOT_LOCATE(3,"未定位"), POWER_CUT(4,"断电"), NOT_ONLINE1(11,"离线I"), NOT_ONLINE2(12,"离线II"), ... 阅读全文
posted @ 2017-09-15 10:51 tonggc1668 阅读(136) 评论(0) 推荐(0) 编辑
上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 72 下一页