摘要: 多数你可能被问到的问题都列举在下面的列表中了。所有的核心模块,从基础的Spring功能(如Spring Beans)到上层的Spring MVC框架,文章中都会进行简短的讲解。看完这些面试问题,你应该看看我们的Spring教程。 我们开始吧! 目录 Spring概述 依赖注入 Spring Beans Spring注解 Spring的对象访问 Spring面向切面编程 Spri... 阅读全文
posted @ 2016-04-05 14:34 也许还年轻 阅读(12158) 评论(0) 推荐(2) 编辑
摘要: import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; public class ReflectionUtils { /** * 循环向上转型, 获取对象的 Declare... 阅读全文
posted @ 2016-04-05 14:14 也许还年轻 阅读(403) 评论(0) 推荐(0) 编辑
摘要: /* * CopyRright (c) 2013, Minxin and/or its affiliates. All rights reserved. */ package com.minxinloan.common.utils; import java.util.Calendar; import java.util.Date; /** * 日期计算工具类 * * @autho... 阅读全文
posted @ 2016-04-05 10:58 也许还年轻 阅读(231) 评论(0) 推荐(0) 编辑
摘要: /** * Copyright (c) 2005-2012 springside.org.cn * * Licensed under the Apache License, Version 2.0 (the "License"); */ package com.minxinloan.common.utils; import java.security.SecureRandom; imp... 阅读全文
posted @ 2016-04-05 10:56 也许还年轻 阅读(1112) 评论(0) 推荐(0) 编辑
摘要: String defaultPageSqlId = ".*ByPaging$"; System.out.println("dsdsdsdByPaging".matches(defaultPageSqlId)); 阅读全文
posted @ 2016-04-05 10:36 也许还年轻 阅读(2555) 评论(0) 推荐(0) 编辑