01 2016 档案

摘要:1 @Repository 2 public class InitSmsThread implements ApplicationListener { 3 4 public void onApplicationEvent(ContextRefreshedEvent... 阅读全文
posted @ 2016-01-13 13:19 我是魏星星 阅读(357) 评论(0) 推荐(0)
摘要:http://www.micmiu.com/opensource/expdoc/itext-xml-worker-cn/ 阅读全文
posted @ 2016-01-11 20:47 我是魏星星 阅读(126) 评论(0) 推荐(0)
摘要:I.Pinball,1973 1.Every once in a while,things that happened just the day before would seem as far off as the year before, or things from the previous... 阅读全文
posted @ 2016-01-07 15:14 我是魏星星 阅读(236) 评论(0) 推荐(0)
摘要:有不少时候需要将后端传到前端的数据再次传回后端,从而避免二次查询。提高效率。 1.使用JSON.Stringify()方法,将JS对象JSON化传回后端。 2.后端使用Jackson来解析,然后从转换中的map中通过key得到相应的数据,进行强制转换即可。 ObjectMapper map... 阅读全文
posted @ 2016-01-04 14:16 我是魏星星 阅读(7218) 评论(0) 推荐(0)