
Python
rolling_ball
ball rolling to sky
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【无标题】
Python鼠标操作模块初学原创 2022-11-01 16:59:01 · 212 阅读 · 1 评论 -
Excel表格Python命令
Excel表格Python命令Excel表格Python命令Excel表格Python命令前置模块1、加载模块2、表格打开3、命令打印Excel表中的所有表获取活动表打印其中一个单元格前置模块1、加载模块import sys import osimport openpyxl2、表格打开path = r"/home/aistudio/work"os.chdir(path) # 修改工作路径workbook = openpyxl.load_workbook(‘1.xlsx’)原创 2022-05-26 10:47:06 · 315 阅读 · 0 评论 -
selenium手册
selenium手册Commands (命令)1. Element Locators (元素定位器)idnameidentifierdom2. String Matching Patterns (字符串匹配模式)glob:patthernregexp:regexpexact:string3. Select Option Specifiers (Select选项指定器)labelActionsclickopentypeselectgoBack,closepausefireEventwaitForConditi转载 2020-05-14 12:38:17 · 665 阅读 · 0 评论 -
Anaconda 镜像源配置
Anaconda 镜像源配置打开文件 。channels:https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/noarch/https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/win-64/https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/noarch/https://mirrors.tuna.tsinghua.e原创 2020-05-12 15:31:08 · 683 阅读 · 0 评论