摘要: 包:java.net.* 使用UIRLEncoder进行编码.比如:String str = URLEncoder.encode("编码字符串","utf8"); 使用URLDecoder进行解码.比如: String str = URLDecoder.decode("解码字符串","utf8"); 阅读全文
posted @ 2018-06-27 15:51 昵称叫什么名 阅读(199) 评论(0) 推荐(0)
摘要: 错误如下: Failed to execute goal on ...: Could not resolve dependencies for project xxx.xxx.xxx.xx:jar:...: Failed to collect dependencies for [xxx.xxx.xx 阅读全文
posted @ 2018-06-25 15:43 昵称叫什么名 阅读(8873) 评论(0) 推荐(0)