文章列表
Collection之Set学习
<!--[if gte vml 1]><v:shapetype
id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t"
path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f">
<v:stroke joinstyle="mit ...
Apache commons Utils包学习
RandomStringUtils
:生成随机的字符串
/**
* 生成由数字组成的随机串
*/
String s = RandomStringUtils.randomNumeric(10);