摘要:
第一种:使用%s占位,使用String.format转换 控制台输出: 我叫小明,年28岁。 第二种:使用{1}占位,使用MessageFormat.format转换 public class Test { public static void main(String[] args) { Strin 阅读全文
摘要:
spring security简介 spring security是一个提供声明式的安全访问控制解决方案的安全框架。它提供了一组可以在 Spring 应用上下文中配置的 Bean,充分利用了Spring IoC,DI(控制反转 Inversion of Control ,DI:Dependency 阅读全文