码迷,mamicode.com
首页 >  
搜索关键字:usb host    ( 20017个结果
elk7版本,收集nginx日志,grafana进行展示
elk7版本,收集nginx日志,grafana进行展示
分类:其他好文   时间:2020-06-25 10:07:04    阅读次数:237
centos7主机重命名
方法一、 hostnamectl set-hostname mysql 方法二、 vim /etc/hostname mysql ...
分类:其他好文   时间:2020-06-25 10:01:55    阅读次数:62
scp报错“WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!”解决方法
rm -rf ~/.ssh/known_hosts ...
分类:其他好文   时间:2020-06-24 20:05:54    阅读次数:91
Qt5.9.1结合CEF开发基于chorm的浏览器(二)
将libcef_dll_wrapper编译方式设置为MD 因为使用的Qt是动态链接的,而cef模式使用的是静态链接的方式,所以在使用前需要将cef编译方式改成Multi-thread DLL(/MD),修改路径在在C/C++->Code Generation下的Runtime Library。重新编 ...
分类:其他好文   时间:2020-06-24 19:50:26    阅读次数:58
git上传代码报错ssh: connect to host github.com port 22: Connection timed out解决办法
当在远程库上设置了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
二.2vueadmin-template反向代理/路由配置,idc增查删
一.反向代理: (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
x86上安装diskimage-builder(二)
安装好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
uniGUI学习之获取GET方式的参数 然后动态,显示页面(37)
获取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
SqlServer 查运行进程
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
Python 分布式缓存之Reids数据类型操作
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
20017条   上一页 1 ... 83 84 85 86 87 ... 2002 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!