elk7版本,收集nginx日志,grafana进行展示
分类:
其他好文 时间:
2020-06-25 10:07:04
阅读次数:
237
方法一、 hostnamectl set-hostname mysql 方法二、 vim /etc/hostname mysql ...
分类:
其他好文 时间:
2020-06-25 10:01:55
阅读次数:
62
rm -rf ~/.ssh/known_hosts ...
分类:
其他好文 时间:
2020-06-24 20:05:54
阅读次数:
91
将libcef_dll_wrapper编译方式设置为MD 因为使用的Qt是动态链接的,而cef模式使用的是静态链接的方式,所以在使用前需要将cef编译方式改成Multi-thread DLL(/MD),修改路径在在C/C++->Code Generation下的Runtime Library。重新编 ...
分类:
其他好文 时间:
2020-06-24 19:50:26
阅读次数:
58
当在远程库上设置了SSH 之后还是报错连接超时,问题如下 $ git push origin master 报错: ssh: connect to host github.com port 22: Connection timed out fatal: Could not read from rem ...
分类:
Web程序 时间:
2020-06-24 18:13:09
阅读次数:
123
一.反向代理: (1)F:\devops\data\web\vueAdmin-template\config\index.js 让别人也能访问我的vue前端 host: '0.0.0.0', (2)F:\devops\data\web\vueAdmin-template\config\index.j ...
分类:
其他好文 时间:
2020-06-24 18:12:06
阅读次数:
114
安装好python2.7 [root@host-10-10-18-131 ~]# ln -s /usr/bin/python2.7 /usr/bin/python [root@host-10-10-18-131 ~]# ln -s /usr/bin/pip2.7 /usr/bin/pip [root ...
分类:
其他好文 时间:
2020-06-24 16:30:53
阅读次数:
78
获取GET方式的参数 然后动态,显示页面? 区分登陆页面<1.系统账号WEB:http://localhost:8888/?LoginType=0 2.开发账号WEB:http://localhost:8888/?LoginType=1 3.框架账号WEB:http://localhost:8888 ...
分类:
其他好文 时间:
2020-06-24 16:07:29
阅读次数:
69
SELECT SPID = er.session_id ,Status = ses.status ,[Login] = ses.login_name ,Host = ses.host_name ,BlkBy = er.blocking_session_id ,DBName = DB_Name(er. ...
分类:
数据库 时间:
2020-06-24 13:52:05
阅读次数:
85
1、Redis API 1.安装redis模块 $ pip3.8 install redis 2.使用redis模块 import redis # 连接redis的ip地址/主机名,port,password=None r = redis.Redis(host="127.0.0.1",port=63 ...
分类:
编程语言 时间:
2020-06-24 12:13:30
阅读次数:
52