码迷,mamicode.com
首页 >  
搜索关键字:you are the one    ( 52546个结果
【Kubernetes】kubeadm 安装集群(二)
环境 virtual box 6.1 centos 7.8 docker 19.03 kubernetes 1.20.2 安装必备软件 添加 Kubernetes 仓库 cat <<EOF > /etc/yum.repos.d/kubernetes.repo [kubernetes] name=Ku ...
分类:Web程序   时间:2021-01-22 12:21:59    阅读次数:0
django-restframework-jwt多方式登录、自定义user表及签发token、book表单增删查改等相关内容-90
1 jwt:重点(跟语言,框架无关) -json web token -cookie:客户端浏览器上的键值对,数据不安全 -session:服务端的键值对(内存,数据库,redis,文件),安全,对服务端压力大 -token:三段:头.荷载.签名 -header(公司信息,加密方式。。。) -pay ...
分类:其他好文   时间:2021-01-22 12:13:35    阅读次数:0
IELTS口语预测-2020年9-12月
Part 1: 住处 Do you live in a house or a flat? Which is your favourite room in your house / flat? What do you like about the area that you live in? Is t ...
分类:其他好文   时间:2021-01-22 12:11:42    阅读次数:0
centos7 最小安装配置网络
使用ip addr 查看哪个网卡没有分配 IP ip addr 我这里是 eth0 没有分配 IP 地址,使用 vi 来修改 ifcfg-xxx 配置文件 xxx 是通过ip addr 查询到的名字 [root@localhost ~]# vi /etc/sysconfig/network-scri ...
分类:其他好文   时间:2021-01-22 11:51:41    阅读次数:0
JS数组去重
// 演示代码 function unique(arr) { /* your code */ } let strings = ["Hare", "Krishna", "Hare", "Krishna", "Krishna", "Krishna", "Hare", "Hare", ":-O" ]; a ...
分类:编程语言   时间:2021-01-22 11:50:53    阅读次数:0
面向对象
一、类和对象 类即类别、种类,是面向对象设计最重要的概念,对象是特征与技能的结合体,而类则是一系列对象相似的特征与技能的结合体。 在现实世界中:先有对象,再有类; 在程序中:务必保证先定义类,后产生对象; class Student: school='oldboy' def __init__(sel ...
分类:其他好文   时间:2021-01-21 10:47:33    阅读次数:0
AWS docs notes
DynamoDB supports two types of primary keys: Partition key: A simple primary key, composed of one attribute known as the partition key. Attributes in ...
分类:其他好文   时间:2021-01-19 12:30:09    阅读次数:0
Hanover Square 追忆似水年华
Hanover Square 追忆似水年华 Can it really be sixty-two years ago that I first saw you?我们初次相遇,难道真的是六十二年前吗? It is truly a lifetime, I know. But as I gaze into ...
分类:其他好文   时间:2021-01-19 12:01:22    阅读次数:0
git生成ssh公钥和本地配置
ssh公钥生成 ssh-keygen 设置邮箱账号 git config --global user.email "you@example.com" 设置码云昵称 git config --global user.name "Your Name" ...
分类:其他好文   时间:2021-01-19 11:59:24    阅读次数:0
grafana邮件告警功能
1、配置 /etc/grafana/grafana.ini,配置信息如下: [smtp] enabled = true host = smtp.163.com:25 user = frankpico@163.com # If the password contains # or ; you have ...
分类:其他好文   时间:2021-01-18 11:24:48    阅读次数:0
52546条   上一页 1 ... 50 51 52 53 54 ... 5255 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!