摘要:
使用命令 # 查看路由器当前配置信息 dis cu display current-configuration # 查看路由表 dis ip routing-table dis ip routing-table 192.168.3.0 # 配置静态路由 ip route-static 192.168 阅读全文
摘要:
package com.example.springboot.entity; import com.fasterxml.jackson.annotation.JsonFormat; import com.fasterxml.jackson.annotation.JsonIgnore; import 阅读全文
摘要:
一、安装MinIO服务 1、Linux安装 wget https://dl.min.io/server/minio/release/linux-amd64/minio chmod +x minio export MINIO_ROOT_USER=admin export MINIO_ROOT_PASS 阅读全文
摘要:
出现提示的时候按下 shift+F10 , 出现命令窗口依次输入以下代码: cd oobe msoobe 然后,安装节奏就会继续正常执行。 阅读全文
摘要:
![image](https://img2022.cnblogs.com/blog/1981248/202202/1981248-20220220120822897-2048565517.png) 阅读全文
摘要:
import org.junit.Test; import java.io.IOException; import java.net.InetSocketAddress; import java.net.SocketAddress; import java.nio.ByteBuffer; impor 阅读全文
摘要:
1、服务端 import java.io.IOException; import java.net.InetSocketAddress; import java.nio.ByteBuffer; import java.nio.channels.ServerSocketChannel; import 阅读全文
摘要:
1、读取数据 import java.io.IOException; import java.io.RandomAccessFile; import java.nio.ByteBuffer; import java.nio.channels.FileChannel; public class Fil 阅读全文
摘要:
1、脚本控制 <svg width="350px" height="200px" viewBox="0 0 350 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>A 阅读全文