logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

gitbash中执行命令巨慢

本月初某天打开电脑后,发现gitbash打开后弹出提示符,或者执行命令后很久没响应,有时候很久打不开gitbash。此外vscode也表现出问题,如代码索引特别慢,vscode的代码补全,或者AI助手的tab代码补全都特别慢,或者没反应,vscode终端使用gitbash一样特别慢,有时候还没反应,终端powershell勉强可用。尝试了卸载AI助手等插件,比如trae(豆包), github-c

#vscode#windows
nginx: [emerg] “proxy_pass“ cannot have URI part in location given by regular expression, or inside

参考SO: nginx ‘proxy_pass’ cannot have URI part in location?使用下面的配置会出现上面的问题location ~ ^/web/(project1|project2|project3)/${proxy_pass https://example.com/h5/;}原因:nginx cannot process your desired URI pa

Error response from daemon: OCI runtime create failed

Refer to StackOverflow:docker: Error response from daemon: OCI runtime create failed: unable to retrieve OCI runtime errorTo check the issue by run docker in the debug mode.1:stop docker with systemct

auditd Unregistered Authentication Agent for unix-process

sudo systemctl restart auditd> Failed to restart auditd.service: Operation refused, unit> auditd.service may be requested by dependency only (it is configured> to refuse manual start/stop). S

使用pytorch时报错:AttributeError: module ‘torchvision.transforms‘ has no attribute ‘Scale‘

使用pytorch时报错:AttributeError: module ‘torchvision.transforms‘ has no attribute ‘Scale‘, 问题分析与应对方法。

文章图片
#pytorch#人工智能#python
windows如何将屏幕外的窗口如何移动到屏幕内

【代码】windows如何将屏幕外的窗口如何移动到屏幕内。

文章图片
#windows
auditd Unregistered Authentication Agent for unix-process

sudo systemctl restart auditd> Failed to restart auditd.service: Operation refused, unit> auditd.service may be requested by dependency only (it is configured> to refuse manual start/stop). S

auditd Unregistered Authentication Agent for unix-process

sudo systemctl restart auditd> Failed to restart auditd.service: Operation refused, unit> auditd.service may be requested by dependency only (it is configured> to refuse manual start/stop). S

ssh 尝试登陆时,没有响应

公司的网络起初使用的192.168 段的,某天因为网络设备的问题换位了10.1段的。最后又换回了192.168段的,莫名其妙MAC下的ssh 链接没反应, 如图所示:ping的话,可以通。 同时MAC上装的虚拟机ssh没问题。尝试移除.ssh/known_hosts, 没有效果。最后brew upgrade openssl,问题得到解决。...

到底了