码迷,mamicode.com
首页 >  
搜索关键字:post data    ( 92220个结果
docker部署服务器
Docker部署PostGres docker run -d --name postgres --restart always -e POSTGRES_USER='postgres' -e POSTGRES_PASSWORD='123456' -e ALLOW_IP_RANGE=0.0.0.0/0 ...
分类:其他好文   时间:2021-04-14 12:43:56    阅读次数:0
【复现】核心创天云桌面系统远程命令执行
fofa: body="和信下一代云桌面" 构造发送数据包: POST /Upload/upload_file.php?l=test HTTP/1.1 Host:x.x.x.x User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWe ...
分类:其他好文   时间:2021-04-14 12:41:47    阅读次数:0
二、JMeter的使用—JMeter的使用
1、添加线程组 2、添加HTTP请求 接口模板: http://132.232.44.158:8080/morning/getAllGoods 所以配置为: 协议:http 服务器名称或IP地址:132.232.44.158(服务器ip地址,部署在本地则为127.0.0.1) 端口号:8080(配置 ...
分类:其他好文   时间:2021-04-14 12:28:46    阅读次数:0
Jenkins 实现Gitlab事件自动触发Jenkins构建及钉钉消息推送
实现Gitlab事件自动触发Jenkins构建及钉钉消息推送 实践环境 GitLab Community Edition 12.6.4 Jenkins 2.284 Post build task 1.9(Jenkins插件) Generic Webhook Trigger Plugin 1.72(J ...
分类:其他好文   时间:2021-04-14 12:21:46    阅读次数:0
jQuery ajax简单用法
<a id="ajax_submit">悄悄提交</a> <script> $('#ajax_submit').click(function () { $.ajax({ url:"/host/", type:'POST', data:{'k1':123,'k2':'root'}, success:f ...
分类:Web程序   时间:2021-04-14 12:21:15    阅读次数:0
hashlib getpass模块
### haslib - 加密应用 - 注册和登录,通过列表 #解密在服务器server端 import hashlib def get_md5(data): obj = hashlib.md5("fsafas".encode("utf-8")) #这里是加盐一般不能固定,一般用用户名 obj.up ...
分类:其他好文   时间:2021-04-14 12:12:01    阅读次数:0
软工AI Bot NABCD分析
目标: 打造一个基于大数据的 IT 问答机器人服务,通过运用人工和AI 技术,极大提高问答产品的用户满意度。 适合高校《软件工程》,《人工智能》课程作为结对编程或者团队项目。 项目代号:小猿 人员: 高校学生,助教 用户的痛点 (NEED) 新用户在学习一门技术 (编程语言)有很多问题,但是在一般的 ...
分类:其他好文   时间:2021-04-14 12:00:53    阅读次数:0
690. Employee Importance
You are given a data structure of employee information, which includes the employee's unique id, their importance value and their direct subordinates' ...
分类:其他好文   时间:2021-04-13 12:31:50    阅读次数:0
Golang Stream Api
package stream import ( "log" "reflect" "sort" ) type ( // a Stream is where one can drain data from Stream chan interface{} // buffer stream BufferSt ...
分类:Windows程序   时间:2021-04-13 12:15:56    阅读次数:0
应用-找出谁持有行锁
该案例中涉及performance_schema.data_locks表是MySQL8.0中新增的,8.0之前的版本不支持,如果一个事物长时间未提交,我们虽然可以从information_schema.innodb_trx、performance_schema.events_transactions ...
分类:其他好文   时间:2021-04-13 12:13:46    阅读次数:0
92220条   上一页 1 ... 64 65 66 67 68 ... 9222 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!