摘要: 1 package com.dawning.gridview.app.resourcemanagement.service.servicemanagement.discoverresourceutil; 2 3 import java.util.concurrent.ExecutorServic... 阅读全文
posted @ 2015-07-24 18:06 MyCloud 阅读(804) 评论(0) 推荐(0) 编辑
摘要: byte的取值范围为-128~127,占用1个字节(-2的7次方到2的7次方-1)short的取值范围为-32768~32767,占用2个字节(-2的15次方到2的15次方-1)int的取值范围为(-2147483648~2147483647),占用4个字节(-2的31次方到2的31次方-1)lon... 阅读全文
posted @ 2015-07-24 15:48 MyCloud 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 1 // 发现资产主键2 @Id3 @GeneratedValue(generator="system-uuid")4 @GenericGenerator(name="system-uuid",strategy="uuid")5 private Long id;G... 阅读全文
posted @ 2015-07-24 15:47 MyCloud 阅读(11764) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * 组织时间差 3 * @tags @return 4 * @exception 5 * @author wanghc 6 * @date 2015-7-22 下午6:49:26 7 * @return String 8 */ 9 private String setDateDiffe... 阅读全文
posted @ 2015-07-24 10:05 MyCloud 阅读(305) 评论(0) 推荐(0) 编辑