当前位置:首页 > 分享 > 经验 > 正文内容

rainmeter 插件小调版

Watrt4年前 (2022-10-12)经验22100

QQ截图20221012151403.jpg

超详细系统信息.zip


打赏 支付宝打赏 微信打赏

相关文章

配置 Grbl

配置 Grbl

Grbl has a system ‘$’-command to tweak the settings and trigger runtime commands. Connect to Grbl using the serial terminal of your choice (baud rate 9600 unless you changed that in config.h) as 8-N-1 (8-bits, no parity, and 1-stop bit.) Once connect...

lcr-t4 晶体管测试仪更新固件

lcr-t4 晶体管测试仪更新固件

固件和手册transistortester1.21k.zipavrdudeprog33.zip通过创建具有以下功能的.bat文件(并指定适当的COM端口),也可以轻松地直接从Windows中的命令行进行编程:REM Writing Flash + EEPROM + Fuses (L=F7, H=D9, E=FC) avrdude -c avrisp -p m328p...

包管理换国内源

包管理换国内源

Pip提供方源及使用方式豆瓣https://pypi.doubanio.com/simple/pip install -i https://pypi.doubanio.com/simple/清华大学https://pypi.tuna.tsinghua.edu.cn/simplepip install -i https://pypi.tuna.tsinghua.edu.cn/simple阿里云https://mirrors.aliyun....

配置 Go 模块代理(推荐)

配置 Go 模块代理(推荐)

为了提高模块下载速度,建议配置 Go 模块代理:# 启用 Go Modules go env -w GO111MODULE=on # 配置模块代理 go env -w GOPROXY=https://goproxy.cn,direct # 配置私有模块跳过代理 go env -w GOPRIVATE=*.corp.example.com...

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。