官网 [root@ceph1 ~]# cat a.repo [epel] name=Extra Packages for Enterprise Linux 7 - $basearch #baseurl=http://download.fedoraproject.org/pub/epel/7/$bas ...
分类:
其他好文 时间:
2020-09-18 01:09:51
阅读次数:
28
为什么要升级内核呢?因为在某些特定场景,低版本的内核有可能会引起某些应用的bug,例如k8s对centos7的3.x内核支持就不够好,有的时候会引起网络中断等莫名其妙的问题,此时会通过升级内核到4.x来解决这个问题。 在公司我们用centos发行版的linux服务器居多,而目前主流的centos7的 ...
分类:
其他好文 时间:
2020-09-17 23:27:04
阅读次数:
37
1、编译 --with-http_dav_module ex: --prefix=/usr/local/nginx-1.8 --with-http_stub_status_module --with-pcre=/home/judy/install/nginx/pcre-8.44 --with-htt ...
分类:
其他好文 时间:
2020-09-17 22:18:07
阅读次数:
41
I joined SAP China seven years ago after graduation and knew nothing about SAP or ABAP at that time. Now I am working as a development expert in SAP. ...
分类:
其他好文 时间:
2020-09-17 19:37:39
阅读次数:
29
Jenkins入门 前言: 本套教程均全部使用容器来部署,传统部署请自行搜索。 运行环境: CentOS Linux release 7.6.1810 (Core) Docker Version: 18.09.9 可正常访问互联网 关闭防火墙和selinux Jenkins 容器部署 我们下载LTS ...
分类:
其他好文 时间:
2020-09-17 19:23:06
阅读次数:
25
看以往的教材中R.java都是在项目的\app\build\generated\source\r\debug\包名下的 通常AS会自动在项目的R.java中创建代表项目中资源的资源ID,大致格式如下 public final class R { public static final class l ...
分类:
移动开发 时间:
2020-09-17 18:45:39
阅读次数:
46
环境准备: win10 jdk:jdk1.8.0_121 tomcat:apache-tomcat-8.5.23 zookeeper:zookeeper-3.4.14 idea-2017版 框架:springboot-2.1.8.RELEASE (如果有需要可以联系zhangpba@qq.com) ...
分类:
编程语言 时间:
2020-09-17 17:52:50
阅读次数:
28
with_items遍历列表中每个元素,包括嵌套列表with_list将嵌套列表作为整体元素遍历with_together将多个列表中的子列表元素,一起输出,不成对则null补位示例:hosts:jack6_1remote_user:rootgather_facts:notasks:debug:msg:"{{item}}"with_items:[1,2,3][a,b]debug
分类:
其他好文 时间:
2020-09-17 17:19:57
阅读次数:
31
with_indexed_items示例:hosts:jack6_1remote_user:rootgather_facts:notasks:debug:msg:"{{item}}"with_indexed_items:[t1,t2][t3,[t4,t5]][t6]输出结果如下:[root@jack7-1work]#ansible-playbook--syntax-checki
分类:
其他好文 时间:
2020-09-17 17:19:41
阅读次数:
32
with_indexed_items示例:hosts:jack6_1remote_user:rootgather_facts:notasks:debug:msg:"{{item}}"with_indexed_items:[t1,t2][t3,[t4,t5]][t6]输出结果如下:[root@jack7-1work]#ansible-playbook--syntax-checki
分类:
其他好文 时间:
2020-09-17 17:19:20
阅读次数:
33