Avatar
WTPersonal
一只正在寻找目标, 但是想做程序猿兼硬件攻城狮的乌龟

最近文章

纪录一些可能有用的,不经常使用的windows命令。 Contents 定时关机 定时关机 shutdown -s -t [second] 比如: # 1个小时后关机 shutdown -s -t 3600 取消定时关机 shutdown -a
2021-12-17
1分钟阅读时长
Homeassitant docker 安装 docker-compose.yml version: "3" services: homeassitant: container_name: homeassistant image: homeassistant/home-assistant restart: unless-stopped network_mode: host privileged: true # environment: # - https_proxy=http://172.16.8.168:8123 volumes: - /root/homeassistant/config:/config - /etc/localtime:/etc/localtime:ro 创建并运行 docker docker-compose up -d HACS 安装 (Integrations of the community store/社区插件) 如果 hacs 没有安装, 可以手动安装 # 进入do
2021-11-24
2分钟阅读时长
2021-11-10
0分钟阅读时长
-- 介绍
2021-11-03
1分钟阅读时长
编程 命令行中格式化显示文字 (X) 还在寻找方法. ‘\t’ 并不能很好的对齐. 考虑尝试 ‘imgui’ abc 1.1 网络
2021-11-03
1分钟阅读时长