package com.dsj.gdbd.utils.serialize; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import ja... ...
分类:
编程语言 时间:
2019-01-12 16:46:25
阅读次数:
204
@requestBody注解常用来处理content type不是默认的application/x www form urlcoded编码的内容, 比如说:application/json或者是application/xml等。一般情况下来说常用其来处理application/json类型。 jQu ...
分类:
Web程序 时间:
2019-01-11 15:56:23
阅读次数:
312
原文:ASP.NET Core 2.2 基础知识(十三) WebAPI 概述我们先创建一个 WebAPI 项目,看看官方给的模板到底有哪些东西 官方给出的模板: [Route("api/[controller]")] [ApiController] public class ValuesContro... ...
批量poc 问一:这个poc是怎么提供证据的?什么样的算是有漏洞 问二:批量,是批量检测什么?网站url? 反序列化漏洞形成( serialize(),unserialize() ) 很容易理解的解释连接:https://www.freebuf.com/articles/web/167721.htm ...
分类:
其他好文 时间:
2019-01-03 17:24:49
阅读次数:
191
一、添加依赖 二、配置yml文件 四、创建redis工具类 ...
分类:
编程语言 时间:
2019-01-03 14:59:26
阅读次数:
144
"原文参考" 异步传值 前台往后台传值呢,有很多种方式,大家听我细细道来。 第一种呢,也是最简单的一种,通过get提交方式,将参数在链接中以问号的形式进行传递。 第二种呢,是将参数体现到链接中,在后台通过占位进行传递。 第三种呢,通过post提交方式将form表单中的数据序列化后传递到后台。 第四种 ...
分类:
Web程序 时间:
2019-01-01 21:14:47
阅读次数:
292
题目如下: Serialization is the process of converting a data structure or object into a sequence of bits so that it can be stored in a file or memory buffe ...
分类:
其他好文 时间:
2019-01-01 19:54:32
阅读次数:
125
一、简介 耦合是软件不能抵御变变化的根本性原因,不仅实体对象与实体对象之间有耦合关系(如创建性设计模式存在的原因),对象和行为之间也存在耦合关系. 二、实战 1、常规开发中,我们经常会在控制器中或者Main方法中调用多个对象,进行批量的操作(完成一次事务性的操作),像下面这样: ok,上面的硬编码可 ...
Serialization is the process of converting a data structure or object into a sequence of bits so that it can be stored in a file or memory buffer, or ...
分类:
其他好文 时间:
2018-12-31 17:15:19
阅读次数:
123