摘要:
Date各种格式应用如下: public class DateTest { public static void main(String[] args) { // java sal date Date utilDate = new java.util.Date(); Date sqDdate1 = 阅读全文
摘要:
1、通过map.entrySet( )遍历: Map<String, String> map = new HashMap<String, String>(); for (int i = 0; i < 4; i++) { String s = "数字" + i; map.put("zhi-" + i, 阅读全文
摘要:
发送post请求,通过回调获取相应参数;在发送的url中添加参数,通过回调,获取其相应的参数值: eg: 1、快递100发送post请求,进行订阅: public class ExpressRegisterServiceImpl { // 回调接口的地址 private static final S 阅读全文