02 2021 档案

摘要:Flutter plugin not installed 最诡异,命名AS上安装过了。是因为flutter配置中 并不知道AS的根目录路径,需要加上AS的路径(bin路径,如图) 终端输入: flutter config --android-studio-dir=“C:\Program Files\ 阅读全文
posted @ 2021-02-19 15:16 CrossPython 阅读(85) 评论(0) 推荐(0)
摘要:import pyautoguifrom pynput.keyboard import Listenerimport logging# 反复执行:win + r和esc 20次# i = 0# while i<20:# pyautogui.hotkey('win', 'r')# pyautogui. 阅读全文
posted @ 2021-02-06 16:00 CrossPython 阅读(499) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*-import win32com.clientimport os#剪切板import win32clipboard as wcimport win32conexcel = win32com.client.Dispatch('Excel.Applicatio 阅读全文
posted @ 2021-02-06 15:04 CrossPython 阅读(202) 评论(0) 推荐(0)