摘要:
1. 打开记事本 2. 粘贴如下代码 CreateObject("InternetExplorer.Application").Visible=true 3. 另存为 .vbs 文件 4. 双击运行 阅读全文
摘要:
cmd运行以下命令 reg add "HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client" /v "AuthenticationLevelOverride" /t "REG_DWORD" /d 0 /f 恢复的方法 win+r运行: 阅读全文
摘要:
安装好虚拟机之后,有机打开虚拟机目录 找到 (.vmx)文件,右键记事本打开,粘贴如下代码 cpuid.1.edx= 00010111100010111111101111111111 cpuid.80000000.0.ebx="0111:0101:0110:1110:0110:0101:0100:0 阅读全文
摘要:
一、电路连接 二、烧录测试程序 #include <Wire.h> #include <BH1750.h> BH1750 lightMeter; void setup(){ Serial.begin(9600); // Initialize the I2C bus (BH1750 library d 阅读全文
摘要:
loop{ if WinExist("ahk_class VoipTrayWnd"){ send, {space} send, {enter} loop{ If !WinExist("ahk_class VoipTrayWnd"){ Break } } } sleep, 500 } 阅读全文
摘要:
首先是硬件连接 ESP32-WROOM-32的串口有三个(serial,serial1,serial2),这里连的是serial Arduino Leonardo的串口有两个,这里连的是serial1 ESP32-WROOM-32的LED的pin脚是 2Arduino Leonardo的LED的pi 阅读全文
摘要:
一、获取ip和tooken 转载链接: https://github.com/PiotrMachowski/Xiaomi-cloud-tokens-extractor 二、基础通信 转载链接: https://github.com/rytilahti/python-miio/issues/901 以 阅读全文
摘要:
标准测试程序 #include <Arduino.h> #include <U8g2lib.h> U8G2_SSD1306_128X64_NONAME_F_SW_I2C u8g2(U8G2_R0, /* clock=*/ 26, /* data=*/ 25, /* reset=*/ U8X8_PIN 阅读全文
摘要:
!s:: Send {LShift}+{LWin down}+{S}+{LWin up} Sleep 5000 Gdip_CaptureClipboard(A_Desktop "/" A_MM "-" A_DD " " A_Hour "-" A_Min ".jpg", 100) ;剪贴板图片保存 G 阅读全文
摘要:
单线程: import subprocess import time rack1_pdu_ip = ["192.168.244.138", "192.168.244.138", "192.168.244.138"] rack2_pdu_ip = ["192.168.244.158", "192.16 阅读全文