
web服务
文章平均质量分 80
wodehongseupan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
maven settings.xml 配置
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownershi.原创 2021-01-15 15:55:30 · 427 阅读 · 0 评论 -
web服务之间接口调用
public String getWebFun(){ String returnWebInfo=""; String midWebInfo = ""; URL url = null; HttpURLConnection httpurlconnection = null; try{ url = new URL(原创 2013-03-16 23:36:52 · 1084 阅读 · 0 评论