当前位置:   article > 正文

apache-通用语言库commons-lang

commons-lang
@file:DependsOn("org.apache.commons:commons-lang3:3.12.0")
import org.apache.commons.lang3.*
import java.util.stream.*
  • 1
  • 2
  • 3

教程地址

系统信息

println(SystemUtils.getJavaHome())
println(SystemUtils.getUserHome())
println(SystemUtils.getUserDir())
  • 1
  • 2
  • 3
D:\ScoopApps\apps\graalvm22-jdk17\current
C:\Users\EDZ
D:\jupyter
  • 1
  • 2
  • 3

处理器信息

println(ArchUtils.getProcessor().type)
println(ArchUtils.getProcessor().arch)
  • 1
  • 2
X86
BIT_64
  • 1
  • 2

随机字符串

所有字符

RandomStringUtils.random(9)
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/192924
推荐阅读
相关标签