摘要:
每次请求都会”携带“ token( token 在 request 的 header 里面) 拦截验证过程: request -> header -> token -> username -> userDetails(getAuthentication()) -> authentication Se 阅读全文
摘要:
1、int 与 Integer 2、String、StringBuffer、StringBuilder 的区别 3、对象的创建个数 4、Exception 与 Error 的区别 5、throw 与 throws 的区别 6、HashMap 与 Hashtable 的区别 7、HashMap 的 p 阅读全文