码迷,mamicode.com
首页 >  
搜索关键字:bec    ( 647个结果
(Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
###重装系统,安装python3.7.5之后,使用pip3 install ipython时出现了报错信息: Can't connect to HTTPS URL because the SSL module is not available 1、cd 到Python-3.7.5目录下,重新编译安 ...
分类:Web程序   时间:2021-04-20 15:43:58    阅读次数:0
等待事件enq:HW–contention说明及解决方法
一、今天在查看awr报告中,发现Top 5 Timed Foreground Events发现enq: HW - contention的等待事件; 二、enq: HW - contention的官方说明: The HW enqueue is used to serialize the allocat ...
分类:其他好文   时间:2021-04-14 12:39:09    阅读次数:0
12 JUC的ReentrantReadWriteLock的使用以及简单的应用
1)ReentrantReadWriteLock的使用 2)应用ReentrantReadWriteLock解决缓存一致性问题。 ...
分类:其他好文   时间:2021-04-10 13:10:54    阅读次数:0
华为交换机堆叠配置
华为交换机配置堆叠,请大家参考。 S5720s-12TP-LI-AC Istack 堆叠配置Leaf1 实施 先关闭物理接口[Leaf1]int g 0/0/11[Leaf1-GigabitEthernet0/0/11]shutdown[Leaf1]int g 0/0/12[Leaf1-Gigabi ...
分类:其他好文   时间:2021-03-17 14:24:45    阅读次数:0
Kubernetes-集群升级
集群版本V1.18.2 root@k8s:~# kubectl get nodes NAME STATUS ROLES AGE VERSION k8s Ready master 20d v1.18.2 node1 Ready worker 20d v1.18.2 node2 Ready worker ...
分类:Web程序   时间:2021-03-17 14:01:11    阅读次数:0
k8s 证书相关
本文介绍的是k8s证书介绍以及通过kubeadm 安装的集群的证书更新方式。 证书默认的安装位置 /etc/kubernetes/pki 涉及到的证书 各个证书介绍 Kubernetes 集群根证书 其他证书都是由此根证书签发的 /etc/kubernetes/pki/ca.crt /etc/kub ...
分类:其他好文   时间:2021-03-16 13:23:16    阅读次数:0
python asyncio协程
1. 基础的协程 以 async def 开始声明一个函数 创建事件循环,并添加协程对象(Corountine)来执行 async def test(): # 声明一个协程函数 test asyncio.ensure_future(obj) # 将协程对象转变成 future asyncio.gat ...
分类:编程语言   时间:2021-03-02 11:44:41    阅读次数:0
01 - 为SQL Server高可用集群配置域控制器
In this series for SQL Server Always On Availability Groups, we are covering end to end configurations for SQL Server 2019 on Windows Server 2016. In ...
分类:数据库   时间:2021-02-27 13:31:13    阅读次数:0
BNC Part-of-speech codes
Extracted from the BNC Manual AJ0adjective (general or positive) e.g. good, oldAJCcomparative adjective e.g. better, olderAJSsuperlative adjective, e. ...
分类:其他好文   时间:2021-02-18 13:21:16    阅读次数:0
k8s&grpc-知识点
安装 k3s https://docs.rancher.cn/docs/k3s/quick-start/_index/ istio https://www.jianshu.com/p/db7c7f241716 使用 安装删除资源 kubectl delete -f aspnetcore-virtua ...
分类:其他好文   时间:2021-02-18 12:57:33    阅读次数:0
647条   上一页 1 2 3 4 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!