摘要: doPost请求方法:public static JSONObject doPost4(String url, JSONObject json) { int rTimeOut = 10000; int sTimeOut = 10000; //设置超时时间10秒 BasicHttpParams htt 阅读全文
posted @ 2023-12-28 15:32 sensen~||^_^|||& 阅读(48) 评论(0) 推荐(0)
摘要: 首先确保自己的Maven路径都配好了。 1. idea里配置了Ignore files and folders的过滤配置,eg:"*.class" 去掉即可自动恢复正常。 2.尝试清除项目缓存:File-->Invalidate Caches 阅读全文
posted @ 2023-12-28 08:18 sensen~||^_^|||& 阅读(98) 评论(0) 推荐(0)