主服务器是zabbix 192.168.174.131 zabbix-agent 192.168.174.132 zabbix-agent我们先上传一下yum源才可以安装 这个是yum源的内容 [zabbix]name=Zabbix Official Repository - $basearchba ...
分类:
其他好文 时间:
2020-03-20 20:25:58
阅读次数:
73
A. Bad Ugly Numbers time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You are given a integ ...
分类:
其他好文 时间:
2020-03-20 12:47:21
阅读次数:
68
首先登录S/4HANA系统,在Custom Business object tile里找到自定义的BO: 点击Edit draft: 将Service Generation的勾打上,点击publish生成OData服务: 打开Custom communication Scenarios: A com ...
分类:
Web程序 时间:
2020-03-20 10:58:17
阅读次数:
96
``` html ``` ``` css .close { position: relative; width: 40px; height: 40px; } .close::before, .close::after { position: absolute; content: ' '; backg... ...
分类:
Web程序 时间:
2020-03-19 21:38:35
阅读次数:
1433
一.下载 1.可以理解为服务器向数据库发送字节数据 2.可以将文件变成一个字节数组,通过response,getOutputStream()响应给客户端 二.下载的要求 1.两个头一个流 * 两个头: Content-type:表示文件的MINE类型 Content-dispositon:默认inl ...
分类:
编程语言 时间:
2020-03-19 21:37:51
阅读次数:
77
页面中经常会遇到弹出层的部件,当弹出层激活时覆盖整个页面,且背景部分不能滚动。实现起来有以下要点: 弹出层position设置为fixed,四个定位锚点均设为0; 激活弹出层时给html和body设置overflow: hidden;; 以下是实践: codepen 为了让彻底禁止滚动,还可以在mo ...
分类:
其他好文 时间:
2020-03-19 17:49:05
阅读次数:
68
基础部分1.1.语言一、C和C++的特点与区别?二、阐述C++的多态三、阐释c++虚函数的实现四、C和C++内存分配问题C/C++面试题库:这些问题你回答得出来吗高级部分2.1.网络五、画出三次握手和四次挥手流程图六、请阐释https建立连接过程七、画出OSI和TCP/IP协议栈的对应关系八、请阐释ARQ协议的原理和过程九、请阐释滑动窗口协议原理和过程2.2.操作系统十、进程通信方式有哪些?哪种效
分类:
编程语言 时间:
2020-03-18 23:27:17
阅读次数:
65
https://blog.csdn.net/u010565545/article/details/100066824 https://www.cnblogs.com/pycrab/p/10528173.html ...
分类:
其他好文 时间:
2020-03-18 15:48:33
阅读次数:
47
Account: package com.aff.ex; public class Account { private int id;// 账号 private double balance;// 余额 private double annualInterestRate;// 年利率 public ...
分类:
其他好文 时间:
2020-03-18 09:32:16
阅读次数:
58
结构是这样的 <div class="box"> <div class="content">something</div> <div class="inner"></div> </div> 样式是这样的 .box { position: relative; width: 160px; height: ...
分类:
移动开发 时间:
2020-03-17 19:48:07
阅读次数:
178