Secret 存在意义Secret 解决了密码、token、密钥等敏感数据的配置问题,而不需要把这些敏感数据暴露到镜像或者 Pod Spec中。Secret 可以以 Volume 或者环境变量的方式使用Secret 有三种类型: Service Account :用来访问 Kubernetes AP ...
分类:
其他好文 时间:
2019-12-26 17:43:22
阅读次数:
197
1、首先通过https://account.daocloud.io/signin注册一个账号,并登陆。 2、点击右上角加速器生成配置参数 3.复制配置参数直接运行 [root@iZ2zeddpan0zmbyn4shevdZ ~]# curl -sSL https://get.daocloud.io/ ...
分类:
其他好文 时间:
2019-12-25 15:52:29
阅读次数:
81
1. url: https://store.steampowered.com/login/?redir=&redir_ssl=1 2. target: 登录 3. 分析 3.1 老样子,抓包,找js。 随便输入一个帐号密码,点击登录,看看发送了哪些请求。 一次登录,发送了两次请求,第一次的请求结果是 ...
分类:
Web程序 时间:
2019-12-25 13:24:08
阅读次数:
176
在公司限制使用代理上网的情况下,采用https代理,如下成功安装webpack: npm配置的用户配置如下: 文件路径:C:\Users\xxx\.npmrc cert是公司的https证书(PEM格式);严格认证改为false;日志: 查看npm-global路径(node-v12.14.0-wi ...
分类:
Web程序 时间:
2019-12-23 18:36:09
阅读次数:
237
POST请求 methods: { isclick() { if (this.account == "" || this.pwd == "") { this.$message.warning("请输入账号或密码"); } else if (this.account && this.pwd) { le ...
分类:
移动开发 时间:
2019-12-23 09:14:02
阅读次数:
135
用于监控linux系统使用情况的shell 参考:https://www.cnblogs.com/yepei/p/7216945.html #!/bin/bash #统一写下接收监控邮件的邮箱 mail_account="xx@xx.com" #监控系统负载与CPU、内存、硬盘、登录用户数,超出警戒 ...
分类:
系统相关 时间:
2019-12-19 13:19:22
阅读次数:
100
如何让你的网站以域账号登录 Select your website in IIS Manager, open Authentication, enable Windows Authentication and Basic Authentication, disable Anonymous Authe ...
分类:
Web程序 时间:
2019-12-17 10:41:46
阅读次数:
108
#_author:Ltx#date:2019/12/16import timeimport randomclass account: ''' 1.存款功能 2.取款功能 3.打印交易详情 3.1--每次交易的时间 3.2--存款或者取款的金额 3.3每次交易后的金额 ''' def __init__ ...
分类:
其他好文 时间:
2019-12-16 15:05:06
阅读次数:
116
1.首先准备jar包 <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.8</version></dependency>2.前台页面访问 导出excel的接口 通过window ...
分类:
其他好文 时间:
2019-12-16 10:18:01
阅读次数:
118
MUI和MUIT UI 这里使用了连个UI "mui" 和 "mit ui" mit ui是基于vue.js的,而mui是一个高性能前端框架(H5+提供的),类似于bootstrap,所以在引入时区别还是很大的 main.js中导入,app.vue中使用 main.js app.vue ...
分类:
其他好文 时间:
2019-12-15 10:47:27
阅读次数:
143