小技巧
文章平均质量分 85
snoopyfly~
这个作者很懒,什么都没留下…
展开
-
多线程压测方法模板
多线程压测方法模板原创 2024-07-05 17:21:38 · 887 阅读 · 0 评论 -
获取淘宝服务器时间,用于淘宝、天猫秒杀
获取淘宝服务器时间,用于淘宝、天猫秒杀/** * 获取淘宝服务器时间,用于淘宝、天猫秒杀 */public class TaobaoTime { public static void main(String[] args) throws Exception { final String url = "http://api.m.taobao.com/rest/api3.do?api=mtop.common.getTimestamp"; Response r原创 2020-06-17 13:30:57 · 10184 阅读 · 0 评论