织梦DEDECMS cookies泄漏导致SQL漏洞修复方法,整理如下:打开文件member/inc/inc_archives_functions.php,搜索(大概在239行的样子) echo "<input type=\"hidden\" name=\"dede_fieldshash\" val ...
分类:
数据库 时间:
2020-06-11 13:21:45
阅读次数:
74
漏洞名称:DedeCMS v5.7 注册用户任意文件删除漏洞 危险等级:★★★★★(高危) 漏洞文件:/member/inc/archives_check_edit.php 披露时间:2017-03-20 漏洞描述:注册会员用户可利用此漏洞任意删除网站文件。 修复方法: 打开/member/inc/ ...
分类:
其他好文 时间:
2020-06-11 13:19:26
阅读次数:
73
安装MySQL:(RPM包安装) 系统环境: Linux version 2.6.32-642.el6.x86_64 mysql Ver 14.14 Distrib 5.6.40 mha-manager-0.56,mha-node-0.56 在CentOS6的yum源中没有mysql,在mysql的... ...
分类:
其他好文 时间:
2020-06-10 21:22:01
阅读次数:
104
题目:查询小尹老师底下所有的学生create database test;use test;create table stu( id bigint, classID bigint, name varchar(10) );create table class( id bigint, teacherID ...
分类:
其他好文 时间:
2020-06-10 17:28:17
阅读次数:
55
英文版:https://www.elastic.co/guide/index.html,内容较新 中文版:https://www.elastic.co/guide/cn/elasticsearch/guide/current/index.html 基于2.x,内容老旧 ...
分类:
其他好文 时间:
2020-06-09 22:03:52
阅读次数:
60
redis-cliredis-cli -h IP地址 -p端口号6379 解决Linux 连接mysql问题https://blog.csdn.net/ruziwang/article/details/80361700解决Linux 登录mysql密码问题https://blog.csdn.net/ ...
分类:
系统相关 时间:
2020-06-09 20:50:28
阅读次数:
129
相关接口文档: https://hbase.apache.org/book.html#arch.overview https://hbase.apache.org/apidocs/index.html http://hbase.apache.org/2.1/apidocs/index.html // ...
分类:
编程语言 时间:
2020-06-09 18:58:34
阅读次数:
66
Platform:rk3399 Os:android7.1 Kernel:4.4 1.1 在内核中添加USB串口驱动和USB网卡驱动 通过指令make ARCH=arm64 menuconfig,配置内核: 添加 USB 串口驱动: device drivers--> usb support--> ...
分类:
其他好文 时间:
2020-06-09 18:40:30
阅读次数:
177
20200609 部分引用https://www.jb51.net/article/163112.html ubuntu18.04安装3个python版本,系统已自带python3.6.9和2.7.15,再增加python3.6.8,默认python3.6.8 一、旧版本信息 root@zhigua ...
分类:
编程语言 时间:
2020-06-09 16:40:57
阅读次数:
122
原文:Kubernetes日志的6个最佳实践 本文转自Rancher Labs Kubernetes可以帮助管理部署在Pod中的上百个容器的生命周期。它是高度分布式的并且各个部分是动态的。一个已经实现的Kubernetes环境通常涉及带有集群和节点的几个系统,这些系统托管着几百个容器,而这些容器不断... ...
分类:
Web程序 时间:
2020-06-09 14:26:22
阅读次数:
65