Spring Security + OAuth2 精讲 多场景打造企业级认证与授权

时间:2021-05-24 00:53:17   收藏:0   阅读:228
Spring Security + OAuth2 精讲 多场景打造企业级认证与授权

V: ititit111222333

public static void main(String[] args) {

? ? String s = "1010108010000000000";

? ? String s1 = s.replaceAll("(0)+$", "");

? ? System.out.println(s1);

}


原文:https://blog.51cto.com/u_15063244/2805596

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!