获得徽章 16
nginx 后台能获取到IP的条件 proxy_set_header X-Forwarded-For $remote_addr;
评论
nput length = 1 修改idea编码
评论
新QQ为啥没有邮件提醒呢。
1
火狐屏蔽 ALT ui.key.menuAccessKeyFocuses
评论
Unable to negotiate with xxx.xxx.xxx.xxx port XX: no matching host key type found. Their offer: ssh-rsa,ssh-dss fatal: Could not read from remote repository.


在Git的安装目录下 Git > etc > ssh 文件夹下找到 ssh_config 文件 。
在文件末尾添加一下代码。

# 注意这里的 xxx.com 是没有 https:// 的
# 如 github.com, 填写 github.com 即可(最后的斜杆也不能要)。
Host xxx.com
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa
展开
1
IDEA无法再打开项目,只能停留在弹出框中选择项目解决办法

将IDEA使用的Maven的Setting文件头改成将 <?xml version="1.0" encoding="windows-1252"?>
评论
Linux系统不允许非root用户使用小于1024的端口
2
在Springboot 配置SSL证书时
server.ssl.key-password 此项配置会影响tomcat启动 注意区分
注意区分
server.ssl.key-store-password 与
server.ssl.key-password
评论
下一页
个人成就
文章被点赞 49
文章被阅读 15,627
掘力值 445
收藏集
3
关注标签
35
加入于