最新 最热

聊聊springboot的LoggersEndpoint

springboot的actuator定义了LoggersEndpoint,它定义了loggers的read操作,返回levels、loggers、groups;定义了loggerLevels的read操作,它接受name,返回对应的GroupLoggerLevels或者SingleLoggerLevels;定义了co......

2023-11-03
0

Xilinx FPGA芯片内部时钟和复位信号使用

如果FPGA没有外部时钟源输入,可以通过调用STARTUP原语,来使用FPGA芯片内部的时钟和复位信号,Spartan-6系列内部时钟源是50MHz,Artix-7、Kintex-7等7系列FPGA是65MHz。...

2023-10-31
1

hadoop使用简介

hadoop源码地址:https://gitee.com/CHNnoodle/hadoop.git git clone错误:

2023-10-29
1

在 MSBuild 编译过程中操作文件和文件夹(检查存在/创建文件夹/读写文件/移动文件/复制文件/删除文件夹)

本文整理 MSBuild 在编译过程中对文件和文件夹处理的各种自带的编译任务(Task)。

2023-10-22
1

服务器使用 systemd 自动启动 wireguard

注:本作品采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可。

2023-10-21
1

springboot打war包

spring boot 在内置了 tomcat,但是会使用到外置 tomcat 的情况。在使用外置 tomcat 时需要让 spring boot 的打包方式打成 war 包。

2023-10-20
1

spring boot 添加自定义 fliter

自定义的 springboot 过滤器要注册到 spring boot中, 首先先添加一个过滤器,然后在spring boot 进行注册即可。

2023-10-20
1

阅读笔记|Mining policies from enterprise network configuration

info: T. Benson, A. Akella, and D. A. Maltz, “Mining policies from enterprise network configuration,” in Proceedings of the 9th ACM SIGCOMM conference on Intern...

2023-10-15
1

阅读笔记|The evolution of network configuration: a tale of two campuses

info: H. Kim, T. Benson, A. Akella, and N. Feamster, “The evolution of network configuration: a tale of two campuses,” in Proceedings of the 2011 ACM SIGCOMM co...

2023-10-15
1

阅读笔记|Demystifying configuration challenges and trade-offs in network-based ISP services

info: T. Benson, A. Akella, and A. Shaikh, “Demystifying configuration challenges and trade-offs in network-based ISP services,” in Proceedings of the ACM SIGCO...

2023-10-15
1