自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 Webpack 搭建基础 react 项目环境

使用webpack搭建基础的react项目环境,此篇仅作为工作中的笔记

2022-11-06 02:57:28 1519 1

原创 Windows 搭建 React Native

一个简单的react native 在windows中环境搭建

2022-11-03 19:28:49 457

原创 js 闭包问题,不同浏览器中显示

本来数组的长度应该是五个,在火狐浏览器中展开,就变成了十个。火狐中显示<script> function arr(){ var arr1=[] addArr = function(){ for(var i=0;i<5;i++){ arr1.push((function(i){ var j =i

2022-03-17 15:38:27 173

原创 uiautomation 获取微信朋友圈信息

# coding:utf-8import uiautomation as autoimport timewechatWindow = auto.WindowControl(searchDepth=1,className='WeChatMainWndForPC',Name='微信')buttonFriend = wechatWindow.ButtonControl(Name="朋友圈")buttonFriend.Click()wechatWindow = auto.WindowControl(

2022-02-09 15:04:50 714

原创 使用 uiautomation 获取通讯录好友信息

# coding:utf-8import uiautomation as autoimport timeimport pandas as pdwechatWindow = auto.WindowControl(searchDepth=1,Name='微信',className='WeChatMainWndForPC')button = wechatWindow.ButtonControl(Name='通讯录')button.Click()wechatWindow.SetActive()co.

2022-02-09 14:58:27 815

原创 使用uiautomation 实现微信自动发送消息

import uiautomation as autoimport timewechatWindow = auto.WindowControl(searchDepth=1,className=‘WeChatMainWndForPC’,Name=‘微信’)button = wechatWindow.ButtonControl(Name=‘通讯录’)button.Click()search = wechatWindow.EditControl(Name=‘搜索’)search.Click()sea

2022-02-09 14:48:09 3630

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除