Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

explore.exe是文件资源管理器的进程,所以得通过命令行来重命名 先关掉文件资源管理器,然后通过git bash用mv重命名(不推荐powershell的ren等,貌似有问题,总提示找不到)

https://stackoverflow.com/questions/9393409/ssh-could-not-resolve-hostname-github-com-name-or-service-not-known-fatal-th ssh: Could not resolve hostname github.com: Name or service not known fata...

计算机重新启动后,Windows 10 上新安装的 Ubuntu 子系统向我展示了Access is denied.Press any key to continue… 解决有关解决方案,请参阅 github 问题答案。https://github.com/microsoft/WSL/issues/4920#issuecomment-658808564 当 WSL 自动关闭并且您需要使用管...

https://blog.csdn.net/qq_29007291/article/details/84953671

解决方法:https://zhuanlan.zhihu.com/p/116654088事后还原:勾选 TLS 1.0,取消勾选TLS 1.2

本例中,下载源码到$HOME/built/目录下,安装到$HOME/local/gcc-9.4.0目录下 1. 获取源码在预计放源码的目录下,比如$HOME/built/ wget -c http://ftp.gnu.org/gnu/gcc/gcc-9.4.0/gcc-9.4.0.tar.gz tar -zxvf gcc-9.4.0.tar.gz cd gcc-9.4.0 2. 下载依赖g...

1. 获取源码wget -c --no-check-certificate http://sourceforge.net/projects/boost/files/boost/1.56.0/boost_1_56_0.tar.gz #下载源码 tar -xzvf boost_1_56_0.tar.gz #解压源码 cd boost_1_56_0 #进入源码目录 2. 修改bootstrap....

设置环境变量先学习下如何设置环境变量 To make the variable settings effect for each bash shell, put the exporting command to your ~/.bashrc, the individual per-interactive-shell startup file. bash中用于设置环境变量的语法如下 expor...

宕机恢复后如何重启服务服务器上重启博客后台服务: 检查是否有进程的comm是“java” ps -eo pid,comm | grep "java" 若无则运行halo jar包 nohup java -jar halo-1.5.4.jar & 检查是否有进程的comm是“nginx”,若无则重启nginx服务 nginx -s reload #可能由于一...

vscode阅读linux源码方法一 一站式配置vscode目前存在的问题:仍然有一些红线报错,但是不影响跳转定义 vscode 安装插件 Remote-SSH:本机安装 C/C++ 插件:remote安装(在remote安装插件的方法:先Remote-SSH连接上remote) 编译内核源码[编译内核(简单版)](# 编译内核(简单版)) 获取.vscode和生成compile...