码迷,mamicode.com
首页 >  
搜索关键字:insecure    ( 369个结果
Collections之OrderedDict()
def str_to_dic(headerStr, stripIsNotvalid=None): dict = collections.OrderedDict() #对字典对象中元素的排序。 if headerStr.strip(): for headItem in headerStr.split( ...
分类:其他好文   时间:2021-05-24 00:24:16    阅读次数:0
zabbix
zabbix服务端安装 环境: 主机|ip|应用 | | 服务端|192.168.23.140|基于lamp架构下部署zabbix server, zabbix agent 准备工作 //安装依赖包 [root@localhost ~]# yum -y install net-snmp-devel ...
分类:其他好文   时间:2021-04-08 13:51:27    阅读次数:0
K8S集群搭建(环境准备)
二进制安装部署方式 集群规划 准备5台2C/2g/50g虚拟机,网络10.4.7.0/24预装centos7.4。 主机名 分配ip 用途 hdss7-11.host.com 10.4.7.11 proxy1 hdss7-12.host.com 10.4.7.12 proxy2 hdss7-21.h ...
分类:其他好文   时间:2021-03-29 12:10:40    阅读次数:0
服务器--Tomcat启动了不安全的HTTP方法解决办法
一、问题描述 平时我们项目中基本上用的都是GET/POST请求方法,其他的方法是很少用到的,如PUT/DELETE/HEAD/OPTIONS/TRACE,不关闭这些HTTP请求方法,是常见的web漏洞之一。 二、解决办法 把他们关闭即可!!! 添加以下节点代码到web.xml配置文件当中。可以在项目 ...
分类:Web程序   时间:2021-01-20 12:15:41    阅读次数:0
Loadrunner与kylinPET的能力对比测试--web动态请求
概述 在《性能测试工具选择策略--仿真度对比测评分析报告》一文详细分析了使用相同的web页面,分别使用LoadRunner,Jmeter,kylinTOP工具进行录制脚本并执行得出在静态请求页面下,Loadrunner12与kylinTOP的仿真能力都非常的高,接近真实场景。这次我们进一步分析,对于 ...
分类:Web程序   时间:2021-01-19 11:38:49    阅读次数:0
mysql多实例部署
mysql多实例部署 下载源码包 [root@localhost ~]# wget https://downloads.mysql.com/archives/get/p/23/file/mysql-5.7.31-linux-glibc2.12-x86_64.tar.gz [root@localhos ...
分类:数据库   时间:2021-01-04 10:40:58    阅读次数:0
maven下载依赖jar包,Could not transfer artifact xxxxx
在配置正确,网络正常的情况下下载依赖jar包仍然出现Could not transfer artifact xxxxx,无法从远程获取jar包 在设置中,vm输入命令“-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowa ...
分类:编程语言   时间:2021-01-01 12:39:32    阅读次数:0
seeyou 致远OA 任意文件上传
访问:http://xxxx/seeyon/htmlofficeservlet,看到 POC: POST /seeyon/htmlofficeservlet HTTP/1.1 Host: x.x.x.x Cache-Control: max-age=0 Upgrade-Insecure-Reques ...
分类:Web程序   时间:2020-12-25 11:46:31    阅读次数:0
消除MySQL连接时的Warning:Using a password on the command line interface can be insecure.
MySQL5.6之后的版本在通过客户端连接或者备份时时都会有出现如下的一个警告: Warning: Using a password on the command line interface can be insecure. 在一些脚本操作中可能会造成一些干扰,这里介绍下两种方式来避免这个输出: ...
分类:数据库   时间:2020-11-23 12:08:06    阅读次数:13
一键部署----shell脚本安装MySQL5.7
一键部署----shell脚本安装MySQL5.7#/bin/bashyum-yinstallncursesbisoncmakegccgcc-c++ncurses-develuseraddmysql-s/sbin/nologinread-p"输入你存放压缩包的绝对路径:"abccd$abctarzxvfboost_1_59_0.tar.gztarzxvfmysql-5.7.17.tar.gzmvb
分类:数据库   时间:2020-11-08 17:51:50    阅读次数:43
369条   1 2 3 4 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!