我们想要发起 get 或者 post 请求,我们需要有接口地址和必要的参数; 我们可以在 聚合数据网站找到免费的接口地址,让我们来练习:https://www.juhe.cn/ 注册实名认证一下就可以用了 老黄历接口可以发起get和post请求 1、发起 get 请求 第一步:右击“测试计划”添加“ ...
分类:
其他好文 时间:
2021-04-01 13:15:44
阅读次数:
0
<form role="form" class="form-horizontal" action="{:url('xxx/xxx')}" method="post"> <div class="row"> <div class="col-sm-4"> <div class="form-group dr ...
分类:
其他好文 时间:
2021-04-01 12:59:43
阅读次数:
0
删除原来的版本 rm -f /usr/bin/php 引用你想要的版本 ln -sf /www/server/php/74/bin/php /usr/bin/php ln命令用来为文件创建连接,连接类型分为硬连接和符号连接两种,默认的连接类型是硬连接。如果要创建符号连接必须使用"-s"选项。注意:符 ...
分类:
Web程序 时间:
2021-03-16 14:09:10
阅读次数:
0
1.url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址。 2.type: 要求为String类型的参数,请求方式(post或get)默认为get。注意其他http请求方法,例如put和delete也可以使用,但仅部分浏览器支持。 3.timeout: 要求为Number类型的 ...
分类:
Web程序 时间:
2021-03-16 13:48:26
阅读次数:
0
react-loadable简单实现 什么是react-loadable npm desc:A higher order component for loading components with dynamic imports.一个异步加载component的高阶组件 组件拆分 做路由拆分可以达到 ...
分类:
其他好文 时间:
2021-03-16 11:43:46
阅读次数:
0
调用Actor 方法:POST/GET/PUT/DELETE http://localhost:3500/v1.0/actors/<actorType>/<actorId>/method/<method>创建 Timer:POST/PUT http://localhost:3500/v1.0/act ...
分类:
其他好文 时间:
2021-03-15 11:32:43
阅读次数:
0
jquery中的ajax方法参数总是记不住,这里记录一下。 1.url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址。 2.type: 要求为String类型的参数,请求方式(post或get)默认为get。注意其他http请求方法,例如put和delete也可以使用,但仅部分 ...
分类:
Web程序 时间:
2021-03-15 11:27:30
阅读次数:
0
_bulk api POST /_bulk 批量操作 POST _bulk { "index" : { "_index" : "movies", "_id" : "1" } } { "year" : 1994 } { "delete" : { "_index" : "movies", "_id" : ...
分类:
其他好文 时间:
2021-03-11 20:50:46
阅读次数:
0
1.执行请求 content-type 2.设置环境变量 set an environment variable 3.接口循环 collection runner 4.断言 reponse body Contains string //获取响应数据json对象 //把postman的json返回结果 ...
分类:
其他好文 时间:
2021-03-11 20:33:20
阅读次数:
0
html构造表单 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <form method="post" action="upload_file.php" enctype="mul ...
分类:
Web程序 时间:
2021-03-11 10:30:42
阅读次数:
0