2019年10月23日
摘要: /** * Copyright © 1998-2016, Glodon Inc. All Rights Reserved. */ package glodon.gfm.exchange.server.util; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.uti... 阅读全文
posted @ 2019-10-23 15:41 17710404529 阅读(496) 评论(0) 推荐(0) 编辑
  2019年5月8日
摘要: public static String[] getLast12Months(Date timeDay){ SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM"); String time = sdf.format(timeDay); //处理月份输入条件 ... 阅读全文
posted @ 2019-05-08 10:02 17710404529 阅读(460) 评论(0) 推荐(0) 编辑
  2019年4月19日
摘要: 方法一:没有带列名称 windows环境 (有时候复制的不好使,最好可以手动输入一次试试) 1、windows + R 输入cmd弹出命令框 2、cd C:\Program Files\MySQL\MySQL Server 5.5\bin 3、输入 mysql -uroot -proot 4、设置c 阅读全文
posted @ 2019-04-19 17:32 17710404529 阅读(1587) 评论(0) 推荐(0) 编辑
  2018年9月5日
摘要: /** * Copyright © 1998-2018, Glodon Inc. All Rights Reserved. */ package glodon.gfm.exchange.statistic.action; import java.util.Arrays; import org.hibernate.annotations.Sort; import com.sun.tools.... 阅读全文
posted @ 2018-09-05 11:32 17710404529 阅读(283) 评论(0) 推荐(0) 编辑
  2017年9月21日
摘要: 1.和政府客户人员需求不定,要不就是需求老是变动。要不就是一开始说你们先做,做好之后客户有了新的想法,前后需求差距大。 解答: 2.项目定位失误,和客户的重要程度不同。例如我们是把web服务的网站比我们的数据中心第一级别。客户认为网站和你数据中心是一个级别,网站投入人力少 解答: 3.客户方和用户方 阅读全文
posted @ 2017-09-21 09:42 17710404529 阅读(136) 评论(0) 推荐(0) 编辑
  2017年3月24日
摘要: /* * 第一步:拼装表头和数据 */ // 放多个sheet的集合 List> datas = new ArrayList>(); //字典项 String typeCode = Tool.getTypeCodeByCategory(belongsCategory); List dataDicts = dataDictService.getDataDictListByTypeCode(type... 阅读全文
posted @ 2017-03-24 15:58 17710404529 阅读(5970) 评论(0) 推荐(0) 编辑
  2016年10月20日
摘要: @Override public <T> List<T> getDataList(String tenderProjectCode, Class<T> clazz) { if (StringUtils.isEmpty(tenderProjectCode)) { return null; } Map< 阅读全文
posted @ 2016-10-20 15:38 17710404529 阅读(184) 评论(0) 推荐(0) 编辑
  2016年10月14日
摘要: http://jingyan.baidu.com/album/92255446e95947851648f4f6.html?picindex=1 阅读全文
posted @ 2016-10-14 09:08 17710404529 阅读(96) 评论(0) 推荐(0) 编辑
  2016年9月21日
摘要: //获取当前日期时间 function getNowFormatDate() { var date = new Date(); var seperator1 = "-"; var seperator2 = ":"; var month = date.getMonth() + 1; var strDa 阅读全文
posted @ 2016-09-21 16:19 17710404529 阅读(396) 评论(0) 推荐(0) 编辑
  2016年9月20日
摘要: 验证微信号:^[a-zA-Z][-_a-zA-Z0-9]{5,19}$ 阅读全文
posted @ 2016-09-20 17:20 17710404529 阅读(89) 评论(0) 推荐(0) 编辑