上一页 1 ··· 113 114 115 116 117 118 119 120 121 ··· 235 下一页
摘要: ASM是什么? ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically generate cla 阅读全文
posted @ 2016-07-08 09:02 一天不进步,就是退步 阅读(7887) 评论(0) 推荐(0)
摘要: 原文地址:https://www.zhengjie.com/question/bb148773 使用UE(UltraEdit)的高级排序功能就可以删除掉所有的重复行。 操作步骤 1、文件—排序(R)—高级排序/选项(A)。 2、在弹出的“高级排序/选项”对话框中勾选“删除重复项”—根据自己的需要选择 阅读全文
posted @ 2016-07-08 08:36 一天不进步,就是退步 阅读(24337) 评论(0) 推荐(1)
摘要: 1.<context:annotation-config/> xsd中说明: 解析发生在在解析xml文件中,解析类为:AnnotationConfigBeanDefinitionParser.java 2.<context:component-scan/> 注意:红色的一行中,说明<context: 阅读全文
posted @ 2016-07-06 10:42 一天不进步,就是退步 阅读(1987) 评论(0) 推荐(1)
摘要: 原文地址: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 一天不进步,就是退步 阅读(310) 评论(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 一天不进步,就是退步 阅读(4096) 评论(0) 推荐(0)
摘要: 原文地址:http://www.myexception.cn/software-architecture-design/602651.html Spring之LoadTimeWeaver——一个需求引发的思考 最近有个需求——记录应用中某些接口被调用的轨迹,说白了,记录下入参、出参等即可。 我选用A 阅读全文
posted @ 2016-07-01 16:43 一天不进步,就是退步 阅读(4553) 评论(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 一天不进步,就是退步 阅读(3539) 评论(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 一天不进步,就是退步 阅读(1319) 评论(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 一天不进步,就是退步 阅读(11783) 评论(0) 推荐(0)
摘要: 原文:http://suanfazu.com/t/topic/13744 正则化 相信对机器学习有一定了解的朋友对正则化(Regularization)这个概念都不会陌生。可以这么说,机器学习中被讨论最广泛也可以说是最重要的一个问题,就是防止 过拟合(Overfitting) 。 为什么这么说呢?因 阅读全文
posted @ 2016-06-22 14:44 一天不进步,就是退步 阅读(311) 评论(0) 推荐(0)
上一页 1 ··· 113 114 115 116 117 118 119 120 121 ··· 235 下一页