1. 深度阅读 The impact of the Internet on people's reading habits is vividly revealed in the picture above: a young woman says to a young man, "It's a pit ...
分类:
其他好文 时间:
2018-06-13 15:09:08
阅读次数:
190
最近用mybatis做开发的时候遇到这个错:The string "--" is not permitted within comments. 经检查是mapper.xml配置文件注解的时候出现了问题:<!-- 保存生产企业资质管理 -- 配送企业 信息 --> 上面的这个注解是不被允许的(加粗部分 ...
分类:
其他好文 时间:
2018-06-12 18:35:48
阅读次数:
388
如果AOP无法拦截,可参考我另一篇《springmvc+spring架构,aop无法拦截解决方案》 注解拦截方法 @annotation 例如:expression="@annotation(com.xxx.common.fitter.Token)" 注解拦截类下所有方法 @within 例如:ex ...
分类:
编程语言 时间:
2018-06-11 17:12:42
阅读次数:
147
一、添加依赖(maven) 二、基于注解的Spring AOP开发 1. 定义目标类接口和实现类 2. 编写Spring AOP的aspect 类 3. 编写配置文件 4. 编写测试类 运行结果: 二、基于XML的开发 1. 定义一个切面类 2. 编写配置文件(spring-aspectj.xml) ...
分类:
编程语言 时间:
2018-06-10 11:48:26
阅读次数:
217
一、简介 LVS是 Linux Virtual Server 的简称,也就是Linux虚拟服务器。这是一个由章文嵩博士发起的一个开源项目,它的官方网址是http://www.linuxvirtualserver.org,现在 LVS 已经是 Linux 内核标准的一部分。使用 LVS 可以达到的技术 ...
分类:
其他好文 时间:
2018-06-06 23:48:15
阅读次数:
234
windows系统日志错误信息: Event filter with query "SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA "Win32_Processor" AND TargetIns ...
分类:
其他好文 时间:
2018-06-04 11:54:08
阅读次数:
1063
Back in May, Oracle announced the general availability of Oracle VM Virtual Appliance for E-Business Suite 12.2.6 for download from the Oracle Softwar... ...
分类:
数据库 时间:
2018-06-03 12:28:33
阅读次数:
557
Given a string, you need to reverse the order of characters in each word within a sentence while still preserving whitespace and initial word order. E ...
分类:
其他好文 时间:
2018-06-03 10:45:13
阅读次数:
162
https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.placeholder?view=netframework-4.7 Using Panel or PlaceHolder https://stackoverfl ...
分类:
其他好文 时间:
2018-05-31 14:44:32
阅读次数:
166
Event reference: https://developer.mozilla.org/en-US/docs/Web/Events http://w3c.github.io/html/webappapis.html#events 原文: https://developer.mozilla.or ...