SSM单元测试时出现: 严重: Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListen ...
分类:
移动开发 时间:
2019-04-27 21:10:35
阅读次数:
311
1.1 简介 Apache Shiro是Java的一个安全框架。目前,使用Apache Shiro的人越来越多,因为它相当简单,对比Spring Security,可能没有Spring Security做的功能强大,但是在实际工作时可能并不需要那么复杂的东西,所以使用小而简单的Shiro就足够了。对 ...
分类:
其他好文 时间:
2019-04-27 15:53:09
阅读次数:
148
问题现象: 导入新的maven项目时,有时候pom.xml文件会提示一个错误信息:Missing artifact com.sun:tools:jar:1.5.0:system 问题原因: maven是须要使用Jdk中的tools工具,而eclipse使用的是jre的执行环境,导致maven无法找到 ...
分类:
编程语言 时间:
2019-04-27 14:45:36
阅读次数:
150
转自:https://laravelacademy.org/post/4396.html 1、概述 字节码缓存不是PHP的新特性,有很多独立的扩展可以实现,比如APC、eAccelerator和Xache等,但是截至目前这些扩展都没有集成到PHP内核,从PHP 5.5.0开始,PHP内置了字节码缓存 ...
分类:
Web程序 时间:
2019-04-27 13:04:41
阅读次数:
182
Introduction Many times, when you have an Oracle application and you have to support special characters like ö,ä,ü,é,è or currency symbols (e.g. €), y ...
分类:
数据库 时间:
2019-04-27 10:09:52
阅读次数:
212
1、Zend引擎:Zend整体用纯C实现,是PHP的内核部分,他将PHP代码翻译(词法、语法解析等一系列编译过程)为可执行opcode的处理并实现相应的处理方法、实现了基本的数据结构(如:hashtable、OO)、内存分配机制及管理、提供了相应的api方法供外部调用,是一切的核心,所有的外围功能均 ...
分类:
Web程序 时间:
2019-04-26 22:43:17
阅读次数:
188
前几天下载了最新的keil 5.27.1.0,再下载STM32F4xx_DFP,STM32F4 Series Device Support,Drivers and Examples,真看不出来DFP缩写是怎么来的。http://www.keil.com/dd2/Pack/ 路径是Home / MDK ...
分类:
其他好文 时间:
2019-04-26 18:01:20
阅读次数:
157
来自官方文档 https://checkr.github.io/flagr/#/flagr_overview There are three components in the flagr, Flagr Evaluator, Flagr Manager, and Flagr Metrics. Fla ...
分类:
其他好文 时间:
2019-04-26 14:53:56
阅读次数:
242
GOAL In 11gR2, deinstall is the recommended tool to deinstall an Oracle Clusterware(Grid Infrastructure) home, however it does not apply to certain sc ...
分类:
数据库 时间:
2019-04-25 18:48:36
阅读次数:
189
下午在安装 Laravel 框架过程中,遇到了不少问题,因为 Laravel 的安装依赖于 composer,这里就先介绍一下 composer 的安装方法: 安装方法: #下载 sudo curl -sS https://getcomposer.org/installer | sudo php - ...
分类:
其他好文 时间:
2019-04-25 14:38:48
阅读次数:
148