码迷,mamicode.com
首页 >  
搜索关键字:sts    ( 4911个结果
文件内容检测绕过
参考教程:《Upload Attack Framework V1.0》 1、文件上传检测客户端javascript 检测(通常为检测文件扩展名)服务端MIME 类型检测(检测Content-Type 内容)服务端目录路径检测(检测跟path 参数相关的内容)、服务端文件扩展名检测(检测跟文件exte ...
分类:其他好文   时间:2021-07-22 17:35:31    阅读次数:0
gist.github.com 无法访问解决办法,亲测永远有效!
1.打开https://www.ipaddress.com/,输入gist.github.com获取IP地址 2.ping 此ip地址,可以访问 3.将IP地址写入Hosts文件,140.82.113.3 gist.github.com MAC: /etc/hosts Windows: c/Wind ...
分类:其他好文   时间:2021-07-13 17:44:20    阅读次数:0
QFile解释
QFile是一个类。 展示一下官方文档 QFile是一个类,文件的位置再构造函数时作为参数传递,使用setFileName可以更改文件位置,而路径表示只支持'/'用'\'会报错,可以用exists检测文件是否存在,也可以用remove来删除文件。 用open来打开文件,close关掉文件,flush ...
分类:其他好文   时间:2021-07-05 16:45:51    阅读次数:0
filebeat收集多个目录日志配置
因业务需要,我们现有得服务器上一个节点上装了多个服务,前后端都有涉及,因此就需要用 filebeat 将这些日志收集起来生成不一样得索引,配置如下(仅供参考): input: filebeat.inputs: # Each - is an input. Most options can be set ...
分类:其他好文   时间:2021-07-05 16:37:41    阅读次数:0
判断命令是否在PATH环境变量中
1 public static bool IsInPath(string command) 2 { 3 bool isInPath = false; 4 // 判断PATH中是否存在 命令 5 foreach (string test in (Environment.GetEnvironmentVa ...
分类:其他好文   时间:2021-07-02 15:52:09    阅读次数:0
lua脚本相关命令
SCRIPT 命令 Redis 提供了以下几个 SCRIPT 命令,用于对脚本子系统(scripting subsystem)进行控制: SCRIPT FLUSH :清除所有脚本缓存 SCRIPT EXISTS sha1 [sha1 …] :根据给定的脚本校验和,检查指定的脚本是否存在于脚本缓存 S ...
分类:其他好文   时间:2021-07-02 15:33:20    阅读次数:0
Ubuntu18.04安装ROS
这里只记录一些重点,会有不完整请参考其他文章 注意 Ubuntu16.04安装kinetic Ubuntu18.04安装melodic 建议使用Ubuntu18.04 参考官网 http://wiki.ros.org/melodic/Installation/Ubuntu 如果秘钥失效 设置一个最新 ...
分类:系统相关   时间:2021-06-30 17:54:02    阅读次数:0
1054 The Dominant Color (20 分)
Behind the scenes in the computer's memory, color is always talked about as a series of 24 bits of information for each pixel. In an image, the color ...
分类:其他好文   时间:2021-06-28 19:08:20    阅读次数:0
requests与Unittest的结合形成自动化测试
requests与Unittest的结合形成自动化测试 py文件1 import json import unittest,requests,parameterized def yun_login(username,password): url = "http://yun.zenm.vip/iot/ ...
分类:其他好文   时间:2021-06-25 16:50:40    阅读次数:0
文件上传与下载
文件上传和下载 一、创建SpringMVC项目 略 二、导入支持的包 <!-- https://mvnrepository.com/artifact/commons-fileupload/commons-fileupload --> <dependency> <groupId>commons-fil ...
分类:Web程序   时间:2021-06-24 17:45:29    阅读次数:0
4911条   1 2 3 4 ... 492 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!