06 2025 档案

摘要:Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.SendKeys "python{ENTER}" WScript.Sleep 1000 WshShell.SendKeys "123456{ENTER}" WScript.Sl 阅读全文
posted @ 2025-06-17 22:51 我的腹肌不见了 阅读(14) 评论(0) 推荐(0)
摘要:1.windows cmd输入wsl,进入ubuntu无界面模式 windows如何开启wsl参考: https://www.cnblogs.com/pfeiliu/p/18879988 How To Install XRDP (Remote Desktop) on Ubuntu 20.04 – T 阅读全文
posted @ 2025-06-14 13:14 我的腹肌不见了 阅读(169) 评论(0) 推荐(0)
摘要:pywinpty · PyPI # High level usage using `spawn` from winpty import PtyProcess proc = PtyProcess.spawn('python') proc.write('print("hello, world!")\r\ 阅读全文
posted @ 2025-06-13 13:59 我的腹肌不见了 阅读(108) 评论(0) 推荐(0)
摘要:linux运行windows程序: wine #include<stdio.h> int main(){ printf("this is widows program"); getchar(); return 0; } windows编译为a.exe copy a.exe到linux,linux安装 阅读全文
posted @ 2025-06-06 17:54 我的腹肌不见了 阅读(29) 评论(0) 推荐(0)
摘要:https://github.com/msys2/msys2-installer/releases/download/2025-02-21/msys2-x86_64-20250221.exe pacman -Syu#更新核心包 pacman -Su#更新其余包 pacman -S mingw-w64 阅读全文
posted @ 2025-06-05 23:14 我的腹肌不见了 阅读(172) 评论(0) 推荐(0)