Loading

07 2024 档案

摘要:问题 在日常使用Windows操作系统的过程中,我们可能会遇到一种较为特殊的情况——在系统待机后重新激活桌面时,资源管理器出现无响应现象。这一问题不仅影响用户体验,还可能导致剪切板功能异常,进而影响到Office文档中的复制粘贴操作。 原因 当Windows系统在待机状态下,为了节能,它会调整硬件的 阅读全文
posted @ 2024-07-14 00:49 Do1phln 阅读(508) 评论(0) 推荐(0)
摘要:启动服务 supervisord -c /etc/supervisord.conf 启动服务 supervisorctl start 关闭服务 supervisorctl stop 阅读全文
posted @ 2024-07-12 14:13 Do1phln 阅读(21) 评论(0) 推荐(0)
摘要:将下面内容保存为install.bash,直接用shell执行一把梭解决 #!/bin/bash ### steps #### # verify the system has a cuda-capable gpu # download and install the nvidia cuda tool 阅读全文
posted @ 2024-07-03 19:35 Do1phln 阅读(329) 评论(0) 推荐(0)