码迷,mamicode.com
首页 >  
搜索关键字:request processing f    ( 21078个结果
weblogic漏洞总结
1.XMLDecoder 反序列化漏洞 cve-2017-10271/3506 影响版本10.3.6.0, 12.1.3.0, 12.2.1.0, 12.2.1.1 , 12.2.1.2 受影响url ,在这个配置里面: C:\Oracle\Middleware\user_projects\doma ...
分类:Web程序   时间:2021-05-03 12:59:59    阅读次数:0
[AWS DA Guru] S3
S3 File Size Single S3 Object can range in size from 0 bytes to 5TB Largest object that can be uploaded in a single PUT request is 5GB For Objects lar ...
分类:其他好文   时间:2021-05-03 12:56:01    阅读次数:0
Django接收post前端返回的json格式数据代码实现
post接收字符串 def subscription(request): msg = request.POST.get('msg') # tel_no = request.POST.get('tel_no') # email = request.POST.get('email') # ico_id ...
分类:Web程序   时间:2021-05-03 12:45:35    阅读次数:0
DVWA--Command Injection
Low 命令注入Low级别的,我们先看一下源码 <?php if( isset( $_POST[ 'Submit' ] ) ) { // Get input $target = $_REQUEST[ 'ip' ]; // Determine OS and execute the ping comma ...
分类:其他好文   时间:2021-05-03 12:31:22    阅读次数:0
SpringMVC-实现文件的上传和下载
SpringMVC-实现文件的上传和下载 简介 文件上传是项目开发中最常见的功能之一 ,springMVC 可以很好的支持文件上传,但是SpringMVC上下文中默认没有装配MultipartResolver,因此默认情况下其不能处理文件上传工作。如果想使用Spring的文件上传功能,则需要在上下文 ...
分类:编程语言   时间:2021-05-03 12:23:57    阅读次数:0
接口授权常见处理方案之token
服务提供方和调用方同时用某个算法计算出一个token,比较时间来确定token是否有效。 1 import org.springframework.util.Assert; 2 3 import javax.crypto.Mac; 4 import javax.crypto.SecretKey; 5 ...
分类:其他好文   时间:2021-05-03 11:58:45    阅读次数:0
django.db.models.query.QuerySet格式的数据输出
1、 def findmtm2(request): import serializer import json # 多对多跨表正向查询 # res = softlist.objects.filter(hostlists__ip="10.116.6.177").values("softname") r ...
分类:数据库   时间:2021-05-03 11:51:42    阅读次数:0
驱动中断
1.gpio引脚申请 1 ret = gpio_request(linux_gpio, "xxxx_gpio"); //一个参数是linux内部的gpio编号 2.gpio引脚转成中断io,并返回中断号 1 irq = gpio_to_irq(linux_gpio); 3.注册中断函数 reques ...
分类:其他好文   时间:2021-04-30 12:16:44    阅读次数:0
C#-图片上传
C#-图片上传: controller: 1 public JsonResult ExpressDeliverySign(ExpressDeliverySign_LO_IP model) 2 { 3 HttpFileCollectionBase files = Request.Files; 4 if ...
分类:Windows程序   时间:2021-04-29 11:56:08    阅读次数:0
django登录验证
from django.http import JsonResponse from django.contrib.auth import authenticate,login,logout # 登录处理 def signin(request): # 从 HTTP POST 请求中获取用户名、密码参数 ...
分类:其他好文   时间:2021-04-29 11:45:13    阅读次数:0
21078条   上一页 1 ... 13 14 15 16 17 ... 2108 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!