上一页 1 2 3 4 5 6 7 8 ··· 24 下一页
摘要: 搜索页面采集,数据在控制台哦!!! 搜索页面采集,数据在控制台哦!!! 搜索页面采集,数据在控制台哦!!! 既然能打到控制台,当然也能传到系统!!! 既然能打到控制台,当然也能传到系统!!! 既然能打到控制台,当然也能传到系统!!! 阅读全文
posted @ 2022-11-15 18:11 wujf 阅读(64) 评论(0) 推荐(0)
摘要: 安装 yum install supervisor 设置开机启动 systemctl enable supervisord 启动supervisord systemctl start supervisord 配置java进程 目录/etc/supervisord.conf [program:moni 阅读全文
posted @ 2022-11-14 15:34 wujf 阅读(399) 评论(0) 推荐(0)
摘要: 1、引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> <dependency> <grou 阅读全文
posted @ 2022-09-21 11:11 wujf 阅读(54) 评论(0) 推荐(0)
摘要: package com.xf; public class WaitNotify { // 等待标记 private int flag; // 循环次数 private final int loopNumber; public WaitNotify(int flag, int loopNumber) 阅读全文
posted @ 2022-08-31 15:21 wujf 阅读(29) 评论(0) 推荐(0)
摘要: import traceback try: a=1/0 except: print(traceback.format_exc()) 阅读全文
posted @ 2022-07-26 11:56 wujf 阅读(352) 评论(0) 推荐(0)
摘要: <dependency> <groupId>net.logstash.logback</groupId> <artifactId>logstash-logback-encoder</artifactId> <version>6.6</version> </dependency> <appender 阅读全文
posted @ 2022-07-14 15:51 wujf 阅读(365) 评论(0) 推荐(0)
摘要: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <executions> <execution> <id>copy</id> <phase>in 阅读全文
posted @ 2022-06-27 14:04 wujf 阅读(65) 评论(0) 推荐(0)
摘要: 1、继承UnsynchronizedAppenderBase package com.xf.config; import java.util.Map; import org.springframework.data.mongodb.core.MongoTemplate; import org.spr 阅读全文
posted @ 2022-06-25 12:15 wujf 阅读(478) 评论(0) 推荐(0)
摘要: 1、引入日志依赖 <dependency> <groupId>com.cwbase</groupId> <artifactId>logback-redis-appender</artifactId> <version>1.1.5</version> <!-- <exclusions> <exclus 阅读全文
posted @ 2022-06-22 16:46 wujf 阅读(136) 评论(0) 推荐(0)
摘要: import sys import time import os import paramiko from pygments.lexers import shell baseconfig = { "ip": ", "port": , "username": "", "password": "“, " 阅读全文
posted @ 2022-06-13 16:50 wujf 阅读(52) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 24 下一页