1. shell的特殊位置变量 特殊变量的作用及变量实践,dirname,basename功能 bash [root@zabbix scripts] cat n.sh !/bin/bash echo $0 若不带路径执行脚本,那么输出结果就是脚本的名字 [root@zabbix scripts] s ...
分类:
系统相关 时间:
2020-05-04 21:02:05
阅读次数:
80
[TOC] 获取备案域名 工业和信息化部ICP/IP地址/域名信息备案管理系统[最全] http://www.beian.miit.gov.cn/publish/query/indexFirst.action 天眼查[需翻页] https://www.tianyancha.com/ 5118[需翻页 ...
分类:
其他好文 时间:
2020-05-04 15:44:21
阅读次数:
315
1、Parallel.Invoke 主要用于任务的并行 这个函数的功能和Task有些相似,就是并发执行一系列任务,然后等待所有完成。和Task比起来,省略了Task.WaitAll这一步,自然也缺少了Task的相关管理功能。它有两种形式: Parallel.Invoke( params Action ...
搭建完discuz网站后 打开 faq.php?页面 执行命令 , http://192.168.50.100/discuz/faq.php? action=grouppermission&gids[99]='&gids[100][0]=) and (select 1 from (select co ...
分类:
Web程序 时间:
2020-05-03 20:08:52
阅读次数:
76
[root@centos7 zabbix-demo]# cat zabbix_base.py #! /usr/bin/python3 # -*- coding:utf-8 -*- import json import requests url = 'http://192.168.0.11/zabbi ...
httpclient技术可以调用api地址http://vod.cn-shanghai.aliyunes.com/Action=GetPlayInfo&VideoId=1223 API: 阿里云提供固定的地址,只需要调用这个固定的地址,向地址传递参数,实现功能。 SDK:sdk对api方式进行封装, ...
分类:
其他好文 时间:
2020-05-03 12:59:40
阅读次数:
400
<form id="uploadForm" action="Upload" method="post" enctype="multipart/form-data"> <input id="uploadFile" name="fileupload" multiple="multiple" type=" ...
分类:
Web程序 时间:
2020-05-03 01:11:50
阅读次数:
90
# -*- coding: utf-8 -*- """ requests.api ~~~~~~~~~~~~ This module implements the Requests API. :copyright: (c) 2012 by Kenneth Reitz. :license: Apache ...
分类:
其他好文 时间:
2020-05-02 21:03:57
阅读次数:
57
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace ...
分类:
编程语言 时间:
2020-05-02 18:51:05
阅读次数:
118
为什么选择 Prometheus 在前言中,简单介绍了我们选择 Prometheus 的理由,以及使用后给我们带来的好处。 在这里主要和其他监控方案对比,方便大家更好的了解 Prometheus。 Prometheus vs Zabbix Zabbix 使用的是 C 和 PHP, Prometheu ...
分类:
其他好文 时间:
2020-05-02 15:23:42
阅读次数:
71