上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页
摘要: 1.JDK检查与安装 cmd输入命令:java -version -- 检查主机是否安装了JDK JDK下载官网:https://www.oracle.com/technetwork/java/javase/downloads/index.html 安装JDK与环境变量配置教程:http://jin 阅读全文
posted @ 2019-08-07 20:01 方缘 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://www.cnblogs.com/popfisher/p/7992036.html 阅读全文
posted @ 2019-08-07 18:48 方缘 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://www.cnblogs.com/baoziluo/p/7907964.html 阅读全文
posted @ 2019-08-07 16:16 方缘 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 1.Cannot create PoolableConnectionFactory (Client does not support authentication protocol requested by server; consider upgrading MySQL client) 原因:ja 阅读全文
posted @ 2019-08-06 20:14 方缘 阅读(3178) 评论(0) 推荐(0) 编辑
摘要: 方法一: 在普通用户下,输入重启sshd服务的命令:service sshd restart 这时会提示:管理系统服务或单元需要身份验证。解决的方法:先要切换为root用户,接着重启sshd服务:service sshd restart。 方法二: 修改文件:vi /etc/ssh/sshd_con 阅读全文
posted @ 2019-08-03 21:07 方缘 阅读(3736) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/UncleYong/p/10612694.html 阅读全文
posted @ 2019-08-02 15:59 方缘 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 1、网络分类 局域网LAN(local area network):范围较小,几公里左右,一栋楼房或一个单位 广域网WAN(wide area network):范围通常为几十到几千公里,也称为远程网 城域网MAN(metropolitan area network):范围在广域网和局域网之间,例如 阅读全文
posted @ 2019-07-29 10:44 方缘 阅读(197) 评论(0) 推荐(0) 编辑
摘要: driver.quit()与driver.close()的不同:driver.quit(): Quit this driver, closing every associated windows;driver.close(): Close the current window, quiting th 阅读全文
posted @ 2019-07-27 11:08 方缘 阅读(3142) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2019/7/16 14:21 # @Author : 大坏男孩 # @File : day2_窗口句柄切换.py # @Software: PyCharm # @license : Copyright(C), 未来集团有限公司 # @Contact : 110@163.... 阅读全文
posted @ 2019-07-16 19:51 方缘 阅读(213) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2019/7/11 14:14 # @Author : 大坏男孩 # @File : day6_异常捕捉.py # @Software: PyCharm # @license : Copyright(C), 未来集团有限公司 # @Contact : 110@163.co... 阅读全文
posted @ 2019-07-14 20:47 方缘 阅读(166) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页