Chinaunix首页 | 论坛 | 博客
  • 博客访问: 860830
  • 博文数量: 182
  • 博客积分: 1992
  • 博客等级: 上尉
  • 技术积分: 1766
  • 用 户 组: 普通用户
  • 注册时间: 2010-10-18 11:49
文章分类

全部博文(182)

文章存档

2019年(1)

2016年(5)

2015年(29)

2014年(38)

2013年(21)

2012年(36)

2011年(52)

我的朋友

发布时间:2016-05-05 14:40:50

http://docs.spring.io/spring/docs/current/spring-framework-reference/html/new-in-4.0.htmlNote that the Java 8 bytecode level (-target 1.8, as required by -source 1.8) is only fully supported as of Spring Framework 4.0. In particular, Spring 3.2 based applications need to be compiled with a maximum .........【阅读全文】

阅读(1237) | 评论(0) | 转发(0)

发布时间:2015-03-05 16:06:55

Spring定时任务的几种实现http://gong1208.iteye.com/blog/1773177近日项目开发中需要执行一些定时任务,比如需要在每天凌晨时候,分析一次前一天的日志信息,借此机会整理了一下定时任务的几种实现方式,由于项目采用spring框架,所以我都将结合spring框架来介绍。一.分类从实现的技术上来分类.........【阅读全文】

阅读(1063) | 评论(0) | 转发(0)

发布时间:2014-09-22 15:01:35

Exception: Input length must be multiple of 8 when decrypting with padded cipher点击(此处)折叠或打开public static String encryptToDES(String info) {        SecretKey key = createSecretKey("DES", KEY); &n.........【阅读全文】

阅读(1096) | 评论(0) | 转发(0)

发布时间:2014-04-22 10:47:39

new BufferedReader(new InputStreamReader(getClass().getClassLoader().getResourceAsStream("wxMenu.json"), "utf-8"));......【阅读全文】

阅读(1374) | 评论(0) | 转发(0)

发布时间:2012-09-02 22:18:01

......【阅读全文】

阅读(12658) | 评论(0) | 转发(1)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册