1.前后端不分离 (form表单提交) 控制器定义验证规则 <?php namespace App\Http\Controllers\Admin; use Illuminate\Http\Request; use Illuminate\Support\Facades\Validator; class ...
分类:
其他好文 时间:
2020-07-13 13:27:53
阅读次数:
109
[TOC] # 传输json通过GET、POST或PUT或PATCH向服务端发送JSON```gofunc GetJson(reqUrl string, params map[string]string, header map[string]string) (response HttpRespons... ...
分类:
Web程序 时间:
2020-07-12 20:44:17
阅读次数:
101
packageesimport("bytes""context""encoding/json""errors""fmt"elasticsearch"github.com/elastic/go-elasticsearch/v6"log"github.com/sirupsen/logrus")vares*elasticsearch.ClientvaresAddrstring="http://10.17
分类:
其他好文 时间:
2020-07-09 09:24:27
阅读次数:
84
ERROR (Forbidden): Quota exceeded for cores: Requested 72, but already used 130 of 200 cores (HTTP 403) (Request-ID: req-2cba7dd5-3148-47a1-a1f6-d2dde ...
分类:
其他好文 时间:
2020-06-29 15:45:29
阅读次数:
83
1、真实服务器packagemainimport("fmt""log""net/http""os""os/signal""strconv""syscall""time")typerealServerstruct{Addrstring}func(rs*realServer)HelloHandler(whttp.ResponseWriter,r*http.Request){data:=fmt.Spri
分类:
编程语言 时间:
2020-06-27 09:44:41
阅读次数:
70
1 <?php 2 namespace App\Modules\Live\Http\Controllers; 3 4 use Illuminate\Http\Request; 5 use Maatwebsite\Excel\Facades\Excel; 6 class ImportControlle ...
分类:
其他好文 时间:
2020-06-24 18:07:10
阅读次数:
64
一、获取 / 发送 请求前先引入(控制器页) use Illuminate\Http\Request; 二、配置好路由 三、上代码 public function qingqiu(Request $request){ // 1、获取url的某个值 echo $request->input('name ...
分类:
其他好文 时间:
2020-06-21 19:41:57
阅读次数:
40
参考文章 浅析HTTP走私攻击 SeeBug-协议层的攻击——HTTP请求走私 HTTP 走私漏洞分析 简单介绍 攻击者通过构造特殊结构的请求,干扰网站服务器对请求的处理,从而实现攻击目标 前提知识 注:以下文章中的前端指的是(代理服务器、CDN等) Persistent Connection:持久 ...
分类:
Web程序 时间:
2020-06-20 00:37:21
阅读次数:
71
<el-upload :disabled="upLoading" :limit="12" action :http-request="uploadHttp" :show-file-list="false" accept=".png, .jpg, .jpeg"> <div> <i v-if="!upL ...
分类:
Web程序 时间:
2020-06-09 16:42:45
阅读次数:
82
import requests from datetime import datetime import time import random retry_timeout = 10 def http_request(url, first_request_time=None, retry_counte ...
分类:
编程语言 时间:
2020-06-02 10:55:59
阅读次数:
89