摘要: 考虑唯一字符串,取出17位当前时间戳 + 3位随机数字 java 提供的uuid 还可以考虑获取当前IP地址、mac地址等组成唯一字符串 待续。。。 阅读全文
posted @ 2019-03-19 22:38 JccVirtual 阅读(569) 评论(0) 推荐(0) 编辑
摘要: public class FixedlengthStr { public static String getFixedLengthStr(String str,int size){ if(size == 0){ size = 10; } StringBuffer sb = new StringBuffer(... 阅读全文
posted @ 2019-03-19 22:19 JccVirtual 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 一、curl curl [option] [url] 参考链接 curl 在命令行或脚本中,用于传输数据。 可用于测试网页返回值,指定传参类型、格式等。 [option]: eg: curl -H 'Content-Type:application/json; charset=UTF-8' -X P 阅读全文
posted @ 2019-03-19 22:02 JccVirtual 阅读(197) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-03-19 19:56 JccVirtual 阅读(6) 评论(0) 推荐(0) 编辑