IIS短文件名泄露漏洞检测 http://www.xxxx.com/*~1****/a.aspx http://www.xxxx.com/l1j1e*~1****/a.aspx If the first one return an HTTP 404 and the second one return ...
分类:
其他好文 时间:
2021-06-07 20:37:21
阅读次数:
0
cURL is one of most powerful tools for testing HTTP traffic. We typically use cURL to interact with HTTP APIs or test websites. Although cURL supports ...
分类:
Web程序 时间:
2021-06-07 20:18:30
阅读次数:
0
1 使用现成的图片制作 例如制作天气站可以显示的熊猫头表情包,先网上找图片,最好选择黑白对比分明的类型: 这里下载这张图片: 使用合适的工具将图片缩小到宽度250*高度122以内,我这里使用的时FastStone Capture: 若使用FastStone Capture,按下Ctrl+R缩放图片, ...
分类:
其他好文 时间:
2021-06-07 20:13:03
阅读次数:
0
# 将请求相关的数据environ封装到Request Context对象中# 再将对象封装到local中(每个线程或协程独立空间存储)# ctx.app --当前app到名称,即Flask对象# ctx.request --Request对象(封装请求相关的东西)# ctx.session --空 ...
分类:
其他好文 时间:
2021-06-06 19:30:20
阅读次数:
0
可见性 原子性 VolatileDemo代码演示可见性+原子性代码 有序性 volatile是java虚拟机提供的轻量级的同步机制 保证了可见性 不保证原子性 禁止指令重排 JMM你谈谈 静态代码块,构造快,构造方法的执行顺序 package com.model.jvm; class One{ pu ...
分类:
编程语言 时间:
2021-06-06 19:23:25
阅读次数:
0
接口测试:就是从数据库里取数据,插入数据。接口测试就是功能测试,比功能测试还简单。 步骤: 1、接口的请求url 2、请求参数 3、请求方式 get、post、put、delete get请求不需要借助任何工具,在浏览器发出请求就即可 url?param=abc url?param=abc¶ ...
分类:
其他好文 时间:
2021-06-06 18:56:40
阅读次数:
0
LSMW: 老是摸我 这工具该退休了 ,S4下新工具强大亮相,LTMC:老唐卖钞 周日花了一天配通了LTMC的配置,周一研究了一天,周二开始导入数据: 特征及值:ZH_Characteristic.xml 分类:ZH_Class.xml 可配置物料:ZH_Material.xml VC BOM:ZH ...
分类:
其他好文 时间:
2021-06-06 18:48:16
阅读次数:
0
Choi H. I. Lecture 4: Exponential family of distributions and generalized linear model (GLM). 定义 定义: 一个分布具有如下形式的密度函数: \[ f_{\theta}(x) = \frac{1}{Z(\t ...
分类:
其他好文 时间:
2021-06-05 18:38:14
阅读次数:
0
这个例子的完整源代码: import { Component, OnInit, Injectable, Injector } from '@angular/core'; @Injectable() class UsefulService { constructor(){ console.log("U ...
如下图所示,我直接将 SAP UI5 Label 和 Text 控件放在一起,最后的结果不令人满意: <Label text="Refresh Count:" labelFor="counter" /> <Text id="counter"/> Label 和 Text 并未在同一行显示: 使用 H ...
分类:
其他好文 时间:
2021-06-05 18:33:15
阅读次数:
0