上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 72 下一页
摘要: /* utf-8 true wms YDwmsc_JSESSIONID --> 阅读全文
posted @ 2017-11-20 14:10 tonggc1668 阅读(533) 评论(0) 推荐(0) 编辑
摘要: web.xml webapp文件夹下META-INF文件夹下context.xml applicationContext.xml 阅读全文
posted @ 2017-11-20 14:08 tonggc1668 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 线程池 setDefaultUncaughtExceptionHandler不是setUncaughtExceptionHandler 阅读全文
posted @ 2017-11-13 20:04 tonggc1668 阅读(122) 评论(0) 推荐(0) 编辑
摘要: package com.yd.wmsc.util; import java.io.IOException; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.TimeUnit; public class Test { ... 阅读全文
posted @ 2017-11-13 19:04 tonggc1668 阅读(356) 评论(0) 推荐(0) 编辑
摘要: use wms; drop table if exists riv_outbound_notice_statistics_groupby_org;-- 增加出库通知单统计按机构分组表CREATE TABLE `riv_outbound_notice_statistics_groupby_org` ( 阅读全文
posted @ 2017-11-12 03:15 tonggc1668 阅读(205) 评论(0) 推荐(0) 编辑
摘要: CREATE DEFINER=`ggs`@`%` PROCEDURE `auto_create_salesman_location`()BEGINDECLARE table_prefix VARCHAR(100);DECLARE table_suffix BIGINT;DECLARE table_n 阅读全文
posted @ 2017-11-10 15:46 tonggc1668 阅读(113) 评论(0) 推荐(0) 编辑
摘要: use wms; drop table if exists riv_outbound_notice_statistics;-- 增加出库通知单统计表CREATE TABLE `riv_outbound_notice_statistics` ( `ONS_ID` int(10) NOT NULL AU 阅读全文
posted @ 2017-11-10 15:41 tonggc1668 阅读(121) 评论(0) 推荐(0) 编辑
摘要: //this.jdbcTemplate.getJdbcOperations().queryForObject(sql, params.toArray(),new BeanPropertyRowMapper<AClass>(AClass.class)); 阅读全文
posted @ 2017-10-25 19:18 tonggc1668 阅读(163) 评论(0) 推荐(0) 编辑
摘要: svn属性 svn:ignore logslibs .settings.settings/*targettarget/*.classpath.project 阅读全文
posted @ 2017-10-19 09:41 tonggc1668 阅读(96) 评论(0) 推荐(0) 编辑
摘要: [2, 3][3][] 错误的写法 [2, 3][3] 阅读全文
posted @ 2017-10-10 10:35 tonggc1668 阅读(133) 评论(0) 推荐(0) 编辑
上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 72 下一页