摘要:
解决virtualbox在共享文件夹中执行Rust代码时会提示`Text busy`的错误。 阅读全文
摘要:
国内环境越来越严峻,大部分国内镜像站都g了,因此记录一下Docker成功配置代理的步骤。 运行以下命令,需要修改proxy.example.com:8080为你实际的代理地址 sudo mkdir -p /etc/systemd/system/docker.service.d sudo tee /e 阅读全文
摘要:
如何在Express中使用Swagger 阅读全文
摘要:
在Windows下写C语言默认是GB2312,放到Linux上就会乱码,因为Linux和MacOS默认是UTF-8,因此写了个Python小脚本对指定路径下的文件进行转换。 阅读全文
摘要:
北京外国语大学镜像站 Anaconda 镜像使用帮助,怕帮助页面再崩了,记录一下 阅读全文
摘要:
红宝书词汇导出到成欧路词典单词库和生词本的Python脚本 阅读全文
摘要:
Visual Studio Code 中的 Emmet 阅读全文
摘要:
Maven初始的配置文件,以及收集的国内的Maven镜像站 阅读全文
摘要:
通过docker部署的nginx容器的nginx默认配置文件在/etc/nginx/conf.d/default.conf server { #监听端口 listen 80; #服务器名称 server_name localhost; #access_log /var/log/nginx/host. 阅读全文
摘要:
众所周知的原因,国外服务器很多被dns污染了。 收集的一些加速镜像 阿里云: https://developer.aliyun.com/mirror/goproxy 七牛云: https://goproxy.cn/ 微软: https://goproxy.io/zh/ 阅读全文
摘要:
早上闲来无事,打开Xshell,连上ECS,sudo yum update -y,然后exit,然后又ssh连了一下Docker Ubuntu 实例,结果ssh: connect to host xxxxx port 233: Connection timed out ???还有这种事?赶紧打开Na 阅读全文
摘要:
Ubuntu上利用Docker部署Hadoop 阅读全文
摘要:
Linux cat命令常用操作 阅读全文
摘要:
北京外国语大学 Anaconda 镜像使用帮助 阅读全文
摘要:
最近经常用到Node.js,特此记录一下在Linux上的安装方法。 阅读全文
摘要:
解决vscode下载速度慢的办法 及Linux下载vscode最新版的国内镜像加速地址 阅读全文
摘要:
LeetCode 1470. 重新排列数组 阅读全文
摘要:
LeetCode 1678. 设计 Goal 解析器 阅读全文
摘要:
记录一下常用的docker配置 阅读全文