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
Stella981 Stella981
3年前
Dubbo 接口转化为gRPC服务
公司是多语言研发环境,目前Java项目居多,使用Dubbo进行服务间调用。目前公司Nodejs项目、Golang已经很多,平常也用阿里开源的eggjs框架进行开发。经过技术选型,gRPC(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fgrpc.io)支持跨语言、高性能、HTTP/2,使用
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;
Stella981 Stella981
3年前
Salesforce调用外部的webservice接口
一、上篇讲了如何将webservice接口生成wsdl并且部署到远程服务器上。外网可进行访问。先将wsdl文件进行下载,然后再将wsdl导入到SF中。通过在DevelopApexClasses中!(https://oscimg.oschina.net/oscnet/up798d23bf6c2b27b62049648c364d7e13427
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\.算法介绍令牌桶算法前言在一个高并发系统中对流量的把控是非常重要的,当巨大的流量直接请求到我们的服务器上没多久就可能造成接口不可用