仅罗列了一些常用基础配置,更多配置请到官网查看 https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html elasticsearch.yml配置文件 # Cluster #es集群名称,es会自动发现在同一网 ...
分类:
其他好文 时间:
2020-07-18 22:02:02
阅读次数:
73
mysql密码修改 使用xampp的小伙伴,修改密码后肯定不能登录localhost了,所以要打开config.inc.php 这个文件并找到如下部分: /* Authentication type and info */ $cfg['Servers'][$i]['auth_type'] = 'co ...
分类:
数据库 时间:
2020-07-18 19:56:59
阅读次数:
79
编写python脚本,调试的时候需要打印json格式报文,直接打印看不出层次,可以使用json.dumps格式化打印 import json import requests def test_json(): r=requests.get('https://home.testing-studio.co ...
分类:
编程语言 时间:
2020-07-18 19:50:51
阅读次数:
71
root@co:~# nova show f429b357-5372-4649-b4c3-522af5473c3a + + + | Property | Value | + + + | OS-DCF:diskConfig | AUTO | | OS-EXT-AZ:availability_zone ...
分类:
其他好文 时间:
2020-07-16 20:59:34
阅读次数:
55
前言 DVWA靶场都不陌生,最新学习xss,从新又搞了一遍xss部分,从源码方面康康xss的原因,参考了很多大佬的博客表示感谢 更多web安全知识欢迎访问:https://lmg66.github.io/ 环境配置 官网:http://www.dvwa.co.uk/ 下载地址:https://git ...
分类:
其他好文 时间:
2020-07-15 23:28:25
阅读次数:
103
1、下载更新源 地址;https://www.zabbix.com/cn/download?zabbix=4.0&os_distribution=centos&os_version=7&db=postgresql&ws=apache 例:rpm -Uvh https://repo.zabbix.co ...
分类:
其他好文 时间:
2020-07-15 16:00:25
阅读次数:
90
registry.cn-shenzhen.aliyuncs.com/rancher_cn/tiller v2.6.1registry.cn-shenzhen.aliyuncs.com/rancher_cn/pause-amd64 3.0registry.cn-shenzhen.aliyuncs.co ...
分类:
其他好文 时间:
2020-07-15 15:43:29
阅读次数:
87
题目描述 给定一组非负整数,重新排列它们的顺序使之组成一个最大的整数。 示例: 输入: [10,2] 输出: 210 输入: [3,30,34,5,9] 输出: 9534330 说明: 输出结果可能非常大,所以你需要返回一个字符串而不是整数。 题目链接: https://leetcode-cn.co ...
分类:
编程语言 时间:
2020-07-14 21:51:01
阅读次数:
79
img: code: <template> <view> <view> <input class="uni-input" auto-focus placeholder="输入框" placeholder-style="color:red" /> <input class="uni-input" co ...
分类:
其他好文 时间:
2020-07-14 18:35:56
阅读次数:
57
class Person(): def __init__(self, name): self.name = name def setName(self, name): self.name = name class Satter(Person): def __init__(self, name, co ...
分类:
编程语言 时间:
2020-07-13 21:25:58
阅读次数:
78