2018年11月29日

【Java】Java JDK 安装及环境配置

摘要: 安装包下载: Java Platform (JDK) 11 https://www.oracle.com/technetwork/java/javase/downloads/index.html 安装: 位置:C:\Program Files\Java\jdk-11.0.1 设置环境变量: 计算机 阅读全文

posted @ 2018-11-29 16:23 A_Muu 阅读(183) 评论(0) 推荐(0)

2018年9月28日

【Python-遇到的Error】AttributeError: 'str' object has no attribute 'input_text'

摘要: 学习类的实例化的时候遇到了AttributeError: 'str' object has no attribute 'input_text', 以下是报错的代码及修改正确的代码。 输出结果: 请输入一个数字:1Traceback (most recent call last): File "D:/ 阅读全文

posted @ 2018-09-28 21:39 A_Muu 阅读(6390) 评论(0) 推荐(0)

2018年9月12日

【Selenium-Python】Selenium-Firefox 环境配置 win64

摘要: Python 已安装完毕 Selenium 安装: Windows > cmd pip install selenium 注:未加selenium版本号时默认安装最新版本。 查询当前Selenium版本:(可跳过) Python 下运行: Firefox浏览器: Firefox_60.0_win64 阅读全文

posted @ 2018-09-12 23:01 A_Muu 阅读(507) 评论(0) 推荐(0)

导航