摘要: 无类域间路由 阅读全文
posted @ 2017-12-30 23:50 jack-toy 阅读(100) 评论(0) 推荐(0) 编辑
摘要: mysql权限速查 https://www.cnblogs.com/Richardzhu/p/3318595.html 更新权限 flush privileges ; 更新密码use mysql; update user set password=password('新密码') where user 阅读全文
posted @ 2017-12-30 23:49 jack-toy 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 开启ftp 服务器 添加用户 ftp设置权限级别 阅读全文
posted @ 2017-12-29 15:48 jack-toy 阅读(103) 评论(0) 推荐(0) 编辑
摘要: enabled 默认开启 enabled=1 阅读全文
posted @ 2017-12-27 19:01 jack-toy 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 传输介质 MAC(物理地址) 阅读全文
posted @ 2017-12-26 19:26 jack-toy 阅读(236) 评论(0) 推荐(0) 编辑
摘要: The authenticity of host 'node3 (192.168.96.155)' can't be established.RSA key fingerprint is 5e:0a:d5:26:d5:ac:71:b1:84:09:2b:1b:28:ea:10:b7.Are you 阅读全文
posted @ 2017-12-11 15:16 jack-toy 阅读(108) 评论(0) 推荐(0) 编辑
摘要: arp 表 OSI模型把网络分七层,彼此不关联 只通过接口 阅读全文
posted @ 2017-12-10 23:01 jack-toy 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 负载均衡调度算法 轮训(Round Robin) 加权轮询(Weighted Round Robin) 最少连接(Least Connections) 加权最少连接(Weighted least Connection) 基于局部性的最少链接(Locality-Based Least Connecti 阅读全文
posted @ 2017-12-09 21:11 jack-toy 阅读(134) 评论(0) 推荐(0) 编辑
摘要: #coding:utf-8import MySQLdbimport xlwtimport xlrdbook = xlrd.open_workbook('D:\sd.xlsx')sheet = book.sheets()[0]#本机数据库连接dataconn = MySQLdb.connect(hos 阅读全文
posted @ 2017-12-02 21:01 jack-toy 阅读(321) 评论(0) 推荐(0) 编辑
摘要: #coding:utf8''' mysql到处数据到excel脚本'''import xlwtimport MySQLdbimport datetimeconn = MySQLdb.connect(host = '192.168.96.150',port = 3306,user = 'root',p 阅读全文
posted @ 2017-11-30 19:36 jack-toy 阅读(151) 评论(0) 推荐(0) 编辑