码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
git在linux安装步骤详解!!
linux上安装,以centos 7.x为例 yum命令安装 yum install gityum install 安装的git不是最新版本,如需最新版本需要自行编译 到下面的网站下载合适的版本 https://mirrors.edge.kernel.org/pub/software/scm/git ...
分类:系统相关   时间:2021-07-05 17:05:30    阅读次数:0
http.js 的封装
import axios from 'axios'; import iView from 'iview'; const baseApiObj = { production: 'https://imzt.bndxqc.com/api', experience: 'https://imztty.bndx ...
分类:Web程序   时间:2021-07-05 16:58:57    阅读次数:0
PerMon监控
![](https://img2020.cnblogs.com/blog/2110730/202107/2110730-20210702171127365-1950785821.png) ![](https://img2020.cnblogs.com/blog/2110730/202107/2110... ...
分类:其他好文   时间:2021-07-05 16:47:52    阅读次数:0
windows下QEMU安装树莓派
1、去树莓派官网下载镜像 https://www.raspberrypi.org/software/operating-systems/#raspberry-pi-os-32-bit 2、去github上下载 https://github.com/dhruvvyas90/qemu-rpi-kerne ...
分类:Windows程序   时间:2021-07-05 16:43:23    阅读次数:0
CNI calico插件使用注意事项
官网配置详解 1.从官网下载最新版本的calico部署文件 # 下载的etcd版本 curl https://docs.projectcalico.org/manifests/calico-etcd.yaml -o calico.yaml 2.配置外置etcd,这里使用的和master同一个etcd ...
分类:其他好文   时间:2021-07-05 16:43:09    阅读次数:0
/tmp满了可能是磁盘满了
网站提示报错 文件无法上传,好像是/tmp满了 实际是数据盘满了 于是先扩容 https://www.cnblogs.com/toumingbai/p/10216142.html 再新加一块磁盘,格式化成ext4 挂载 mkfs.ext4 /dev/vdc mount /dev/vdc /data/ ...
分类:其他好文   时间:2021-07-02 16:36:40    阅读次数:0
redis实现分布式锁天然的缺陷
https://www.cnblogs.com/mushishi/p/14959933.html ...
分类:其他好文   时间:2021-07-02 16:33:37    阅读次数:0
Linux 从头学 01:CPU 是如何执行一条指令的?
https://www.cnblogs.com/sewain/p/14961678.html ...
分类:系统相关   时间:2021-07-02 16:32:52    阅读次数:0
centos 8 安装 SonarQube遇到的启动问题及解决方案
#查看当前centos操作系统的版本 cat /etc/redhat-release ##执行结果: ##第一步安装openjdk,版本可以根据自己安装sonarqube的版本而定; 安装过程可参见我的另一篇博客: 链接地址:https://www.cnblogs.com/cndevops/p/14 ...
分类:其他好文   时间:2021-07-02 16:32:35    阅读次数:0
概率论——切比雪夫、中心极限定理
![](https://img2020.cnblogs.com/blog/1942163/202107/1942163-20210702123122600-1181171829.png) ![](https://img2020.cnblogs.com/blog/1942163/202107/1942... ...
分类:其他好文   时间:2021-07-02 16:26:39    阅读次数:0
132426条   上一页 1 ... 10 11 12 13 14 ... 13243 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!