Wesley13 Wesley13
3年前
java实现接口导出csv文件
<palign"center"<imgsrc"http://qiniu.tomxin.cn/blog/180920/5BkJdmB10j.png?imageslim"alt"MaterialRenderPhone"</p<h1align"center"<ahref"http://tomxin.cn"target"\
Wesley13 Wesley13
3年前
java8函数式接口
转自:https://blog.csdn.net/u012706811/article/details/77096257(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.csdn.net%2Fu012706811%2Farticle%2Fdetails%2F77096257)
可莉 可莉
3年前
009 python接口 断言与报告
!(https://img2018.cnblogs.com/blog/736016/201810/736016201810301227386181202713015.jpg)'''时间:2018/10/30功能:断言与报告目录:一:测试报告1工程结构
Stella981 Stella981
3年前
CXF隐藏restful接口列表页面
隐藏所有在CXFServlet(web.xml)处设定hideservicelistpage<servlet<servletnameCXFServlet</servletname<servletclassorg.apache.cxf.transport.servlet.C
Wesley13 Wesley13
3年前
PHP获取API接口XML数据
<?phpheader('ContentType:text/html;charsetutf8');//1.获取xml数据$xmldatafile_get_contents("http://api网址");//2.把xml转换为simplexml对象//$xmlstringsimplexm
Stella981 Stella981
3年前
Https接口调用工具类
<aname'ClientUtil.java'</aClientUtil.javaimportorg.apache.http.HttpEntity;importorg.apache.http.HttpResponse;importorg.apache.http.NameValuePair;
Wesley13 Wesley13
3年前
Thinkphp对接华为云短信接口
在对接短信之前我们需要拿到下面这些东西a.已创建短信应用(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fsupport.huaweicloud.com%2Fusermanualmsgsms%2Fsms_03_0001.html),获取APP\_Key、APP\_
Stella981 Stella981
3年前
C# 动态调取 soap 接口
调用示例  stringurl"http://localhost:8080/server/PatientService.asmx";HashtablehtnewHashtable();ht.Add("start_time",starttime);XmlDocumentxxWebServiceCalle
Stella981 Stella981
3年前
Aliyun发送短信接口调用方法
aliyun新版发送短信讲的不是很清晰,初次使用一堆dll不知道用哪个,以.net为例申请SignName与Template\_code请先申请,一般两个小时能通过一、https://help.aliyun.com/document\_detail/55359.html?spm5176.doc55288.6.564.OcWmAm1.\JAV
Stella981 Stella981
3年前
Spring Boot的接口限流应用
阅读目录:1\.前言2\.算法介绍计数器法3\.算法介绍滑动窗口4\.算法介绍漏桶算法5\.算法介绍令牌桶算法前言在一个高并发系统中对流量的把控是非常重要的,当巨大的流量直接请求到我们的服务器上没多久就可能造成接口不可用