03 2021 档案

摘要:axios: // 允许跨域 axios.defaults.withCredentials=true // 允许携带cookie axios.defaults.crossDomain=true express: const cors = require("cors"); // 导入cors 中间件, 阅读全文
posted @ 2021-03-17 21:04 竹林取剑 阅读(707) 评论(0) 推荐(0)
摘要:1.Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.2 阅读全文
posted @ 2021-03-10 13:00 竹林取剑 阅读(78) 评论(0) 推荐(0)
摘要:curl -sSL https://get.daocloud.io/docker | sh 阅读全文
posted @ 2021-03-10 12:57 竹林取剑 阅读(58) 评论(0) 推荐(0)
摘要:remote-ssh配置 https://www.cnblogs.com/liyufeia/p/11405779.html 配置ssh免密登录 https://blog.csdn.net/sixdaycoder/article/details/89850064 注意:如果remote-ssh中设置的 阅读全文
posted @ 2021-03-06 17:02 竹林取剑 阅读(225) 评论(0) 推荐(0)
摘要:sudo passwd root 阅读全文
posted @ 2021-03-06 15:45 竹林取剑 阅读(53) 评论(0) 推荐(0)