码迷,mamicode.com
首页 >  
搜索关键字:repos    ( 3557个结果
kubeadm安装Kubernetes1.15安装部署详解-Part 2
初始化群集并系统环境(所有节点上进行如下操作)注:在所有节点上进行如下操作1.设置主机名hostname,管理节点设置主机名为master。2.编辑/etc/hosts文件,添加域名解析。3.关闭防火墙、selinux和swap。4.配置内核参数,将桥接的IPv4流量传递到iptables的链5.配置国内yum源yuminstall-ywgetmkdir/etc/yum.repos.d/bak&a
分类:Web程序   时间:2019-06-27 09:22:41    阅读次数:356
CentOS 配置阿里云 yum 源
CentOS 1、备份 2、下载新的CentOS Base.repo 到/etc/yum.repos.d/ CentOS 5 或者 CentOS 6 或者 CentOS 7 或者 3、生成新的缓存 ...
分类:其他好文   时间:2019-06-27 00:25:54    阅读次数:118
Python 第一课 pyhon基础
1.1为什么学习python1.2python的安装1.3python的文件类型1.4python的变量1.2安装支持table补齐的ipyhon环境我们使用的命令解释器交互方式--pyhonshell--ipythonpip像yum一样可以安装插件,安装pip包需要先安装epel包。rpm-qpython-pip查看是否安装了pip包cd/etc/yum.repos.d/yuminstallpy
分类:编程语言   时间:2019-06-26 10:55:40    阅读次数:156
FTP文件上传下载
使用Apache Commons Net来实现FTP服务器文件的上传 与 下载 maven配置Jar FTP上传 FTP下载 ...
分类:Web程序   时间:2019-06-25 19:49:14    阅读次数:202
阿里ECS GPU机型如何安装驱动(系统:CentOS7.3 GPU:Nvidia P100)
ECS GPU驱动
分类:其他好文   时间:2019-06-24 09:17:29    阅读次数:118
使用Swagger自动生成文档
1、maven依赖 maven仓库(https://mvnrepository.com/)搜索springfox 2、springboot集成swagger2 1)创建一个springboot项目,pom.xml引入上面贴出的两个依赖jar; 2)在springboot启动类上加注解@EnableS ...
分类:其他好文   时间:2019-06-24 00:39:11    阅读次数:108
英语词性
noun 名词、verb 动词、adverb 副词、preposition 介词、adjective 形容词、conjunction 连接词、pronoun 代名词、transitive verb 及物动词、intransitive verb 不及物动词、auxiliary 助动词、article ...
分类:其他好文   时间:2019-06-23 17:41:03    阅读次数:120
在linux下编译opencv for android
cd /home/ahfu#选择opencv 3.4.6版本来编译wget https://github.com/opencv/opencv/archive/3.4.6.tar.gztar -zxvf opencv-3.4.6.tar.gzwget https://codeload.github.c ...
分类:移动开发   时间:2019-06-21 22:35:33    阅读次数:375
clickhouse 安装和java通过jdbc链接
官网给的是Ubuntu/Debian的安装方式:如下 centos的安装 参考:https://github.com/Altinity/clickhouse-rpm-install 通过java JDBC链接Clickhouse maven 依赖 java代码 JDBC Driver Class:  ...
分类:数据库   时间:2019-06-20 18:54:56    阅读次数:1578
CentOs Linux 对于 修改 yum源 为 阿里
修改yum源为阿里 备份本地yum源 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo_bak 2.获取阿里yum源配置文件 将 https://mirrors.tuna.tsinghua.edu.cn/he ...
分类:系统相关   时间:2019-06-20 09:23:32    阅读次数:131
3557条   上一页 1 ... 75 76 77 78 79 ... 356 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!