51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#api接口
Web api Json 接受的参数类型为父类,自动序列化为子类的过程
场景:publicabstractclassJsonCreationConverter<T>:JsonConverter{///<summary>///thisisveryimportant,otherwiseserializationbreaks!///</summary>publ...
代码星球
·
2020-04-05
Web
api
Json
接受
参数
requestLibrary API
requestLibraryAPI KeywordArgumentsDocumentationCreateNtlmSessionalias,url,auth,headers={},cookies=None,timeout=None,proxies=None,verify=False创建一个HTTP...
代码星球
·
2020-04-05
requestLibrary
API
Robot Framework-DatabaseLibrary(MySql) API
API参数说明CheckIfExistsInDatabase查询语句数据库中存在:存在,则为PASS,不存在,则为FAILCheckIfNotExistsInDatabase查询语句数据库中不存在:不存在,则为PASS,存在,则为FAILConnectToDatabasedbapiModuleName=None,dbN...
代码星球
·
2020-04-05
Robot
Framework-DatabaseLibrary
MySql
API
接口自动化学习笔记
(参考:https://www.cnblogs.com/wnfindbug/p/5591599.html)web应用接口测试分为: 1、模块接口测试:主要测试模块之间的调用与返回 2、web接口: a、服务器接口:测试浏览器与服务器的接口 b、外部接口:指调用的接口由第三方系统提供 接口测试的...
代码星球
·
2020-04-05
接口
自动化
学习
笔记
Jmeter接口测试
(参考:http://blog.csdn.net/kash_chen007/article/details/37690411)一、创建工程、引包1、创建JAVA工程2、引入Jmeter中libext基础包:ApacheJMeter_java.jar、ApacheJMeter_core.jar3、引入Jmeter日志包:...
代码星球
·
2020-04-05
Jmeter
接口
测试
api文档设计工具:RAML、Swagger
api文档设计工具是用来描述和辅助API开发的。一、RAMLhttps://raml.org/ https://wenku.baidu.com/view/9523238d5ef7ba0d4b733b16.html###RAML(RESTfulAPIModelingLanguage即RESTfulAPI建模语言)是对R...
代码星球
·
2020-04-05
api
文档
设计
工具
RAML
vue项目,axios请求图片接口,接口返回的是文件流的形式,如何转换成图片?
axios.get('/captcha',{params:param,responseType:'arraybuffer'}).then(response=>{return'data:image/png;base64,'+btoa(newUint8Array(response.data).reduce((data...
代码星球
·
2020-04-05
图片
接口
vue
项目
axios
Autofac ASP.NET Web API (Beta) Integration
WiththebetareleaseofASP.NETMVC4andtheASP.NETWebAPIbeingreleasedafewweeksago,IdecideditwasabouttimetohavealookatwhattheintegrationstorywouldlikeforAutofac.Thepac...
代码星球
·
2020-04-05
Autofac
ASP.NET
Web
API
Beta
Web api help page error CS0012: Type "System.Collections.Generic.Dictionary'2错误
1、在asp.netBoilerplate项目中,Abp.0.12.0.2,.netframework4.5.2。下载后添加了webApi的helpPage功能,调试出现错误。dubug:atAreasHelpPageViewsHelpDisplayTemplatesHelpPageApiModel.cshtmlSam...
代码星球
·
2020-04-05
Web
api
help
page
error
C++ 并发编程 01 线程api
1.使用多线程的好处:提高性能,分离关注点 2.多线程所在头文件<thread>3.使用线程方式为std::thread(functioncall),如:#include<iostream>#include<thread>voidhello(){std::cout<&...
代码星球
·
2020-04-05
C++
并发
编程
线程
api
Web Api HelpPage
为了方面APP开发人员,服务端的接口都应当提供详尽的API说明。但每次有修改,既要维护代码,又要维护文档,一旦开发进度紧张,很容易导致代码与文档不一致。WebAPI有一个HelpPage插件,可以很方便的根据代码及注释自动生成相关API说明页面。HelpPage安装步骤及扩展(以VS2015为例):右键点击WebAPI...
代码星球
·
2020-04-05
Web
Api
HelpPage
Custom Exception in ASP.NET Web API 2 with Custom HttpResponse Message
AbenefitofusingASP.NETWebAPIisthatitcanbeconsumedbyanyclientwiththecapabilityofmakingHTTPcallsandprocessingJSONdata.TheclientcanuseHTTPmethodstoperformRead/Writ...
代码星球
·
2020-04-05
Custom
Exception
in
ASP.NET
Web
Web api 访问HttpContext
HttpContextcontext;Request.Properties.TryGetValue<HttpContext>("MS_HttpContext",outcontext); ...
代码星球
·
2020-04-05
Web
api
访问
HttpContext
8 ways to improve ASP.NET Web API performance
ASP.NETWebAPIisagreatpieceoftechnology.WritingWebAPIissoeasythatmanydevelopersdon’ttakethetimetostructuretheirapplicationsforgreatperformance.Inthisarticl...
代码星球
·
2020-04-05
ways
to
improve
ASP.NET
Web
Replace JSON.NET with Jil JSON serializer in ASP.NET Web API
IhaverecentlycomeacrossacomparisonoffastJSONserializersin.NET,whichshowsthat JilJSONserializer isoneofthefastest.JiliscreatedbyKevinMontrosedevelopera...
代码星球
·
2020-04-05
Replace
JSON.NET
with
Jil
JSON
首页
上一页
...
111
112
113
114
115
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他