11 2021 档案

摘要:代码实现 from typing import Sized from docx import Document import time from docxtpl import DocxTemplate,InlineImage,RichText from docx.shared import Mm f 阅读全文
posted @ 2021-11-23 19:55 豆浆D 阅读(920) 评论(0) 推荐(0) 编辑
摘要:代码 import pyautogui,pyperclip,time width, height = pyautogui.size() x, y = pyautogui.position() pyautogui.PAUSE=1 # 维护区 name = 'me' # 发送人 text = 'test 阅读全文
posted @ 2021-11-23 11:09 豆浆D 阅读(187) 评论(0) 推荐(0) 编辑
摘要:可是区域截图 from selenium import webdriver driver = webdriver.Chrome() # Navigate to url driver.get("http://www.example.com") # Returns and base64 encoded 阅读全文
posted @ 2021-11-16 14:35 豆浆D 阅读(536) 评论(0) 推荐(0) 编辑
摘要:VIM操作: 1.跳到文本的最后一行:按“G”,即“shift+g” 2.跳到最后一行的最后一个字符 : 先重复1的操作即按“G”,之后按“$”键,即“shift+4”。 3.跳到第一行的第一个字符:先按两次“g”, 4.跳转到当前行的第一个字符:在当前行按“0”或者按“^”,即“shift+6”。 阅读全文
posted @ 2021-11-11 18:03 豆浆D 阅读(2520) 评论(0) 推荐(0) 编辑
摘要:shell中可能经常能看到:echo log > /dev/null 2>&1 命令的结果可以通过%>的形式来定义输出 /dev/null :代表空设备文件 > :代表重定向到哪里,例如:echo "123" > /home/123.txt 1 :表示stdout标准输出,系统默认值是1,所以">/ 阅读全文
posted @ 2021-11-02 16:42 豆浆D 阅读(552) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示