码迷,mamicode.com
首页 >  
搜索关键字:win wget    ( 25008个结果
JSP无%%号命令执行一句话
###JSP无%%号命令执行一句话 利用场景:WAF 禁止用户上传可执行文件,进行了文件内容判断。 后续自己回来做点其他的版本。 example:http://127.0.0.1/shell.jsp?cmd=whoami win: <jsp:scriptlet> if(\u0072\u0065\u0 ...
分类:Web程序   时间:2020-06-20 14:01:02    阅读次数:83
apache安装与启动
1.配置好正确的yum源仓库,推荐使用阿里云的wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repowget -O /etc/yum.repos.d/epel.repo http: ...
分类:Web程序   时间:2020-06-20 13:26:02    阅读次数:81
CentOS 7安装Mysql
安装 更新系统 sudo yum update 下载mysql 8.0的repo sudo wget https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm 预处理刚下载的repo sudo rpm -Uvh mysq ...
分类:数据库   时间:2020-06-20 13:22:52    阅读次数:58
Flutter
https://www.bilibili.com/video/BV1S4411E7LY?p=2 2/46 P101 Dart介绍 Win Mac上面分别搭建Dart环境 开发工具配置 以及运行Dart P202 Dart 入口方法介绍 Dart打印 Dart注释 Dart变量 常量申明 变量命名规则 ...
分类:其他好文   时间:2020-06-20 10:55:06    阅读次数:92
unittest模块在linux报错: AttributeError: module 'unittest' has no attribute 'TestRunner'
一开始在windows下运行没有问题,但是在linux下运行却报如下错误: ? AttributeError: module 'unittest' has no attribute 'TestRunner', 在网上找了好多资料看了一下都提示存在与unittest模块同名的.py文件 但是我查了一点 ...
分类:系统相关   时间:2020-06-20 10:43:27    阅读次数:68
Linux 编辑器
#vim 这是所有linux操作系统都会自带的编辑器,就像Windows的记事本一样。 #运行模式 编辑模式:等待编辑命令输入 插入模式:编辑模式下,输入 i 进入插入模式,插入文本信息 命令模式:在编辑模式下,输入 : 进行命令模式 #命令 :q 直接退出vi :wq 保存后退出vi ,并可以新建 ...
分类:系统相关   时间:2020-06-20 10:30:52    阅读次数:66
Sampler:Shell命令执行可视化和告警工具
Sampler是一个用于shell命令执行,可视化和告警的工具。其配置使用的是一个简单的YAML文件。 Linux sudo wget https://github.com/sqshq/sampler/releases/download/v1.0.3/sampler-1.0.3-linux-amd6 ...
分类:系统相关   时间:2020-06-20 00:42:22    阅读次数:79
ubuntu16.04采用apt-get安装指定版本es(elasticsearch)
1、安装open-jdk sudo apt-get install openjdk-8-jdk 2、官网查找需要的es版本 es官网:https://www.elastic.co/cn/downloads/elasticsearch 点击如下图【apt-get】 查找自己想要的版本,点击使用deb方 ...
分类:系统相关   时间:2020-06-19 23:13:14    阅读次数:174
python+requests接口自动化测试实战
python+request+unittest+HTMLTestRunner 首先介绍一下python的requests模块: requests的使用介绍:requests快速入门 环境说明:1.WIN 7, 64位2.Python3.4.3 (pip-8.1.2)3.Requests —>pip ...
分类:编程语言   时间:2020-06-19 22:41:07    阅读次数:148
mac安装配置jmeter
https://www.cnblogs.com/duhuo/articles/4774205.html https://blog.csdn.net/chjj0904/article/details/80894257 之前都是在Windows安装JMeter,新公司配置mac办公,所以需要在mac安装 ...
分类:系统相关   时间:2020-06-19 21:18:06    阅读次数:57
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!