logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

[Docker]Error response from daemon: Address already in use

Error invoking remote method 'docker-start-container': Error: (HTTP code 403) unexpected - Address already in use

[WSL]wsl.exe : 无法将“wsl.exe”项识别为 cmdlet、函数、脚本文件或可运行程序的名称

问题:powershell执行wsl.exe -l -v报错解决办法:启用“适用于Linux的Windows子系统”注意:1、重启电脑后才会生效2、电脑屏幕会显示“正在配置功能 已完成xx% 请不要关闭计算机”,此过程耗时较久,属于正常现象出现如下截图,则说明已启用成功...

文章图片
[Git]查看两个版本之间修改了哪些文件

用法:git diff md5_1 md5_2 --stat例如:git diff a637dd147c3ae84f16c750cbc29f0ed60e0d0650 6c8ae254f059a612777546113c86e4eb95ea8a6b --stat

[Python]实现发邮件

#!/usr/bin/python# -*- coding: UTF-8 -*- import smtplibfrom email.mime.text import MIMETextfrom email.header import Header # 第三方 SMTP 服务mail_host="smtp.163.com"  #设置服务器mail_user="admin@

#python
[Gitlab]422 the change you requested was rejected

Gitlab输入账号密码登录出现报错Gitlab 422 the change you requested was rejected首先怀疑域名被用过,清除cookie仍然报错,查看浏览器的console无任何报错信息查阅资料:422 :The change you requested was rejected. · Issue #453 · sameersbn/docker-gitlab · G

#gitlab
[HTML]Failed to load resource: the server responded with a status of 403

1、跨站请求解决方法:加一句<meta name="referrer" content="no-referrer" />

[HTML]Failed to load resource: the server responded with a status of 403

1、跨站请求解决方法:加一句<meta name="referrer" content="no-referrer" />

[Ubuntu]ssh配置密码登录

1、解决The authenticity of host '172.17.0.9 (172.17.0.9)' can't be established.vim /etc/ssh/ssh_config在最后加上两行StrictHostKeyChecking noUserKnownHostsFile /dev/null2、配置/etc/ssh/sshd_configRSAAuthentication

#ubuntu#ssh#linux +1
到底了