- 博客(3)
- 资源 (1)
- 收藏
- 关注
原创 maven-install打包错误:No compiler is provided in this environment. Perhaps you are running on a JRE rath
在eclipse中使用maven打包是如果发生如下错误:[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project nap-qrcode: Compilation failure[ERROR] No compiler is provided in this environment. Perhaps you are runni
2021-01-17 13:28:25
777
原创 单例模式应用场景的分析介绍
最近一直在学习设计模式,今天我就自己分享一下自己对单例模式的理解吧! 单例模式(Singleton)又叫单态模式,它出现目的是为了保证一个类在系统中只有一个实例,并提供一个访问它的全局访问点。从这点可以看出,单例模式的出现是为了可以保证系统中一个类只有一个实例而且该实例又易于外界访问,从而方便对实例个数的控制并节约系统资源而出现的解决方案。 在java中单...
2015-06-05 01:09:00
684
原创 spring中security有基本应用
本人近来刚学会了一点基本spring-security 的使用,想一想还是可以跟大家分享一下。Spring Security是基于Spring的的权限认证框架,先给大家看看,applicationContext-security.xml的配置:[code="java"] ...
2010-02-11 19:34:36
116
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人