2022年6月1日

摘要: import datetime import time import requests import csv import json import datetime import time import socket class promethus(): """docstring for prome 阅读全文

posted @ 2022-06-01 23:00 呱嗒呱嗒 阅读(131) 评论(0) 推荐(0) 编辑

摘要: Current Windows Event ID Legacy Windows Event ID Potential Criticality Event Summary 4618 N/A High A monitored security event pattern has occurred. 46 阅读全文

posted @ 2022-06-01 22:56 呱嗒呱嗒 阅读(100) 评论(0) 推荐(0) 编辑

摘要: $wmi = Get-WmiObject win32_networkadapterconfiguration -filter "ipenabled = 'true'" $CIP = $wmi.IPAddress -notlike "*:*" write-host $CIP pause 获取当前主机I 阅读全文

posted @ 2022-06-01 22:53 呱嗒呱嗒 阅读(230) 评论(0) 推荐(0) 编辑

摘要: flink启动过程中发现: Flink unable to generate a JAAS configuration file Tmp目录没有新建,且需要赋予777权限 解决思路: 查看flink配置文件中关于tmp目录的定义,手动创建后,并赋予777权限。 阅读全文

posted @ 2022-06-01 22:44 呱嗒呱嗒 阅读(203) 评论(0) 推荐(0) 编辑