08 2021 档案

摘要:单点登录接口 中台单点登录接口登录成功之后,响应头返回set-cookies TGT,并重定向到中台鉴权页面 中台鉴权页面 中台鉴权页面携带TGT cookie后发起请求,后台鉴权成功之后重定向到业务域名中转页面 cookie 携带TGT 业务域名中转页面 跳转业务域名中转页面,在业务域名中转页面通 阅读全文
posted @ 2021-08-30 17:46 不忘初心dbsdxq 阅读(520) 评论(0) 推荐(0)
摘要:<% for(var css of htmlWebpackPlugin.options.cdn.css) { %> <% } %> <% if(process.env.VUE_APP_ENV == 'development') { %> <% } %> <% for(var js of htmlWe 阅读全文
posted @ 2021-08-24 11:33 不忘初心dbsdxq 阅读(547) 评论(0) 推荐(0)
摘要:// User-defined Variables: // Project Name def PROJECT_NAME = "h5-web" // Kubernetes Namespace def KUBE_NAMESPACE = "h5" // Git Repository def repoUrl 阅读全文
posted @ 2021-08-18 09:46 不忘初心dbsdxq 阅读(299) 评论(0) 推荐(0)
摘要:需求 查看哪些分支包含了对应文本内容。 1,当印象中只知道代码的部分内容,但是却找不到代码文件的时候(往往代码不在当前分支或者存在于历史记录中),此方法有效 根据内容查找git文件并显示commitid git grep "toQuestionList" $(git rev-list --all) 阅读全文
posted @ 2021-08-05 10:14 不忘初心dbsdxq 阅读(3560) 评论(0) 推荐(0)

TOP 文章底部