摘要: Calendar中add()和roll()函数的用法一、取某个时间点后的整点时刻。例如1984年7月7日15:23:05后的整点时刻即为1984-07-07 16:00:00。实现如下:Calendar calendar = Calendar.getInstance();calendar.add(C 阅读全文
posted @ 2016-08-13 14:07 沧海一滴 阅读(2299) 评论(0) 推荐(0)
摘要: The difference between scheduleAtFixedRate and scheduleWithFixedDelay in JAVA Recently, due to the project needs, I have to use multithread technology 阅读全文
posted @ 2016-08-13 13:30 沧海一滴 阅读(710) 评论(0) 推荐(0)
摘要: 1. Overview In this article, we are discussing the Springorg.springframework.beans.factory.NoSuchBeanDefinitionException – this is a common exception 阅读全文
posted @ 2016-08-13 01:05 沧海一滴 阅读(8197) 评论(0) 推荐(0)