本文分类:news发布日期:2025/1/7 23:11:15
相关文章
spring boot通过文件配置yaml里面的属性
yaml文件
fsg:
batch-approval:# 批量审批batch-approval:pool:core-size: 2max-size: 10queue-capacity: 100keep-alive: 60name-prefix: ApprovalThread-shutdown:await-termination: trueawait-termination-period: 60ConfigurationProperties配置 import lombok.Data;
imp…
建站知识
2025/1/7 22:54:57
UDP接收和断线重连代码注入案例
问题:下方函数启动了一个UDP监听,在接收到某udp信息时会发生报错
SocketException: Connection reset by peerat System.Net.Sockets.Socket.ReceiveFrom (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFl…
建站知识
2025/1/7 21:57:13
如何使用SparkSql
一、SparkSql的前世今生
Hive->Shark->Spark SQL
二、SparkSql依赖
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.11</artifactId>
<version>2.1.2</version>
</dependency>
三、…
建站知识
2025/1/8 5:11:35
计算机网络--应用层--HTTP
计算机网络(第8版)谢希仁编著 P276笔记
超文本传输协议HTTP
定义了浏览器向万维网服务器请求资源的方式:(1)插入URL;(2)点击超链接
特点:(1)无…
建站知识
2025/1/7 21:57:15
记录一次电脑被入侵用来挖矿的过程(Trojan、Miner、Hack、turminoob)
文章目录 0、总结1、背景2、端倪3、有个微软的系统更新,就想着更新看看(能否冲掉问题)4、更新没成功,自动重启电脑5、风险文件(好家伙命名还挺规范,一看名字就知道出问题了)6、开机有一些注册表…
建站知识
2025/1/7 21:54:34
【SpringBoot3】Spring Boot 3.0 集成 Mybatis Plus
在Spring Boot 3.0中,你可以使用MyBatis Plus来简化数据库操作。以下是一个基本的集成示例:
1.添加依赖到你的pom.xml:
<dependencies> <!-- Spring Boot Starter --> <dependency> <groupId>org.springframework.…
建站知识
2025/1/7 22:52:18
Github - unexpected disconnect while reading sideband packet
Open git global config:
git config --global -eLet’s try to resolve the issue by increasing buffer:
git config --global http.postBuffer 52428800Try to clone again.
If that doesn’t work! >
You can try the partial fetch method and disabling compressi…
建站知识
2025/1/7 21:56:08