上一页 1 ··· 112 113 114 115 116 117 118 119 120 ··· 234 下一页
摘要: 原文地址:http://techidiocy.com/annotation-config-vs-component-scan-spring-core/ <context:annotation-config> and <context:component-scan> are two of the mo 阅读全文
posted @ 2016-07-06 09:59 一天不进步,就是退步 阅读(309) 评论(0) 推荐(0)
摘要: 1、@Aspect 在xml定义:<aop:aspectj-autoproxy />,其定义在http://www.springframework.org/schema/aop/spring-aop-3.0.xsd 1.1 注册 的继承关系如下: 1.2 解析过程 AspectJAutoProxyB 阅读全文
posted @ 2016-07-05 18:20 一天不进步,就是退步 阅读(4094) 评论(0) 推荐(0)
摘要: 原文地址:http://www.myexception.cn/software-architecture-design/602651.html Spring之LoadTimeWeaver——一个需求引发的思考 最近有个需求——记录应用中某些接口被调用的轨迹,说白了,记录下入参、出参等即可。 我选用A 阅读全文
posted @ 2016-07-01 16:43 一天不进步,就是退步 阅读(4552) 评论(0) 推荐(3)
摘要: 1.官方解答: Factory hook that allows for custom modification of new bean instances, e.g. checking for marker interfaces or wrapping them with proxies. App 阅读全文
posted @ 2016-07-01 16:37 一天不进步,就是退步 阅读(3538) 评论(0) 推荐(1)
摘要: Life Cycle Management of a Spring Bean 原文地址:http://javabeat.net/life-cycle-management-of-a-spring-bean/ 1) Introduction This article would brief about 阅读全文
posted @ 2016-07-01 14:00 一天不进步,就是退步 阅读(1317) 评论(1) 推荐(0)
摘要: 情景: mybatis连接oracle 报错: 测试增的时候,报错 Java.lang.Long cannot be cast to java.lang.Integer;删改没有报错。 排查过程: 1.先针对映射的sql进行排查,打印sql,直接在oracle上执行,没有问题。 2.观察接口的返回结 阅读全文
posted @ 2016-06-24 16:58 一天不进步,就是退步 阅读(11780) 评论(0) 推荐(0)
摘要: 原文:http://suanfazu.com/t/topic/13744 正则化 相信对机器学习有一定了解的朋友对正则化(Regularization)这个概念都不会陌生。可以这么说,机器学习中被讨论最广泛也可以说是最重要的一个问题,就是防止 过拟合(Overfitting) 。 为什么这么说呢?因 阅读全文
posted @ 2016-06-22 14:44 一天不进步,就是退步 阅读(311) 评论(0) 推荐(0)
摘要: 原文地址:http://suanfazu.com/t/topic/13742 上一次的分享我们提到了神经网络的几个基本概念,其中提到了随机梯度下降(SGD)算法是神经网络学习(或者更通用的,一般性参数优化问题)的主流方法。概念上,神经网络的学习非常简单,可以被归纳为下面的步骤: (a) 构造神经网络 阅读全文
posted @ 2016-06-22 14:41 一天不进步,就是退步 阅读(365) 评论(0) 推荐(0)
摘要: 原文地址:http://suanfazu.com/t/topic/13741 深度学习最近两年在音频分析,视频分析,游戏博弈等问题上取得了巨大的成果。由于微软,谷歌等科技巨头的推动及应用上的可见突破,使得深度学习成为目前学术界和工业界的超热门话题。包括国内很多公司也乐见其成,适时宣布自己的产品或算法 阅读全文
posted @ 2016-06-22 14:27 一天不进步,就是退步 阅读(718) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/bingjie1217/article/details/21088431?utm_source=tuicool&utm_medium=referral oracle表结构 配置mybatis配置文件UsersMapper.xml Mapper类接口 类型转换 阅读全文
posted @ 2016-06-20 09:49 一天不进步,就是退步 阅读(4249) 评论(2) 推荐(0)
上一页 1 ··· 112 113 114 115 116 117 118 119 120 ··· 234 下一页