首先在一台agent安装zabbix-agent rpm -Uvh https://repo.zabbix.com/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm yum clean all yum -y install za ...
分类:
其他好文 时间:
2021-05-24 10:48:30
阅读次数:
0
title: ①解决字符串的翻转 ②堆和栈的区别? >>> class Stack: def __init__(self): self.item = [] def isEmpty(self): return len(self.item)==0 def push(self,item): self.it ...
分类:
编程语言 时间:
2021-05-24 09:57:27
阅读次数:
0
表单 input标签中都要写上name养成习惯 表单form中必须要写的是action和method action:是表单提交的位置,可以是网站或者是一个请求处理地址 method:只有post和get两种提交方式 表单的元素:文本框、单选框、多选框、下拉框(列表框)、文本域、文件域、搜索框、简单验 ...
分类:
Web程序 时间:
2021-05-24 09:46:29
阅读次数:
0
什么是token? token是一个用户自定义的任意字符串,目前开发中,token都是在服务端生成并且token的值会保存到服务器后台。只有服务器和客户端知道这个字符串,于是,这个token就成了两者之间的秘钥,它可以让服务器确认请求是来自客户端还是恶意的第三方。 为什么使用token? 简单地说, ...
分类:
移动开发 时间:
2021-05-24 09:16:02
阅读次数:
0
如果有图片就展示图片,没有图片展示默认图片 <td rowspan="6" style="width:70%"> <img v-if="!item.imgs" src="../../../../assets/index/default.png" /> <j-image v-else :imageSr ...
分类:
其他好文 时间:
2021-05-24 09:13:11
阅读次数:
0
在官网下载二进制包:这里直接使用wget wget https://cdn.zabbix.com/zabbix/binaries/stable/4.0/4.0.30/zabbix_agent-4.0.30-linux-3.0-amd64-static.tar.gz 之后进行解压 [root@zabb ...
分类:
其他好文 时间:
2021-05-24 08:48:26
阅读次数:
0
方法一: <input type="text" autocomplete="off" name="test" /> 方法二: 在 input 所在的form标签中添加 <form action="#" autocomplete="off"> <input type="text" autocomple ...
分类:
Web程序 时间:
2021-05-24 08:42:55
阅读次数:
0
Spring Security 入门(基本使用) 这几天看了下b站关于 spring security 的学习视频,不得不说 spring security 有点复杂,脑袋有点懵懵的,在此整理下学习内容。 1、入门 1.1、什么是 spring security spring security 是一 ...
分类:
编程语言 时间:
2021-05-24 08:31:15
阅读次数:
0
<html> <embed height="200" type="application/x-shockwave-flash" width="200" src="http://www.blogclock.cn/swf/S1000746cf11489-9.swf" wmode="transparent ...
分类:
其他好文 时间:
2021-05-24 08:27:38
阅读次数:
0
<nz-descriptions-item nzTitle="头像" nzSpan="24"> <nz-upload class="avatar-uploader" nzAction="/baseupload" nzListType="picture-card" [nzShowUploadList] ...
分类:
其他好文 时间:
2021-05-24 08:08:28
阅读次数:
0