Stella981 Stella981
3年前
CentOS “Destination Host Unreachable”问题解决办法
挑战极速安装CentOS时遇到局域网主机不能通信的情况:root@zjdnetworkscriptsping8.8.8.8PING8.8.8.8(8.8.8.8)56(84)bytesofdata.64bytesfrom8.8.8.8:icmp_seq1ttl40time28.0m
Stella981 Stella981
3年前
Nginx 提示host not found in upstream 错误解决方法
NginxDNSresolver配置实例,本文讲解在proxy\_pass和upstreamserver通信的时候需要手动指定resolver,本文就给出了配置实例.nginx通过proxy\_pass和upstreamserver通信的时候需要手动指定resolver。某些时候DNS解析失败就会出现这个错
Stella981 Stella981
3年前
Python基础学习六 操作Redis
1importredis2rredis.Redis(host'211.149.xxx.xx',port6379,password'123456',db1)3setgetdeletesetex都是针对string类型的kv4r.set('louis_session','20
Stella981 Stella981
3年前
Linux上ssh免秘钥互登
两台机器分别为:master:192.168.1.10sever1:192.168.1.201、检查机器名和连通性a.查看/etc/hostnameroot@mastermastermore/etc/hostnamemastermaster@sever1~$more/etc/host
Stella981 Stella981
3年前
Mycat防火墙配置:IP白名单和 SQL黑名单说明
server.xml文件    firewall标签用来定义防火墙;firewall下whitehost标签用来定义IP白名单,blacklist用来定义SQL黑名单。<firewall<whitehost<hostuser"mycat"host"127.0.0.1"</
Wesley13 Wesley13
3年前
mysql新建用户host使用%但使用localhost无法连接
今天新建了一个用户,权限也给了,host设置的为%但是使用该用户连接时出现如下错误!(https://img2018.cnblogs.com/blog/798214/201908/798214201908291827021401018499021.png)查看用户mysqlselecthost,user,passwordfro
小万哥 小万哥
1年前
Python MySQL 数据库查询:选择数据、使用筛选条件、防止 SQL 注入
从表格中选择数据要从MySQL中的表格中选择数据,请使用"SELECT"语句:示例选择"customers"表格中的所有记录,并显示结果:pythonimportmysql.connectormydbmysql.connector.connect(host
小万哥 小万哥
1年前
如何在 Python 中执行 MySQL 结果限制和分页查询
PythonMySQL限制结果限制结果数量示例1:获取您自己的Python服务器选择"customers"表中的前5条记录:Pythonimportmysql.connectormydbmysql.connector.connect(host"localh
小万哥 小万哥
1年前
如何在 Python 中执行 MySQL 结果限制和分页查询
PythonMySQL限制结果限制结果数量示例1:获取您自己的Python服务器选择"customers"表中的前5条记录:pythonimportmysql.connectormydbmysql.connector.connect(host"localh