上一页 1 2 3 4 5 6 7 8 9 10 ··· 27 下一页
摘要: 使用命令 # 查看路由器当前配置信息 dis cu display current-configuration # 查看路由表 dis ip routing-table dis ip routing-table 192.168.3.0 # 配置静态路由 ip route-static 192.168 阅读全文
posted @ 2022-04-30 17:29 xl4ng 阅读(352) 评论(0) 推荐(0) 编辑
摘要: package com.example.springboot.entity; import com.fasterxml.jackson.annotation.JsonFormat; import com.fasterxml.jackson.annotation.JsonIgnore; import 阅读全文
posted @ 2022-04-27 20:50 xl4ng 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 一、安装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 阅读全文
posted @ 2022-03-27 13:42 xl4ng 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 出现提示的时候按下 shift+F10 , 出现命令窗口依次输入以下代码: cd oobe msoobe 然后,安装节奏就会继续正常执行。 阅读全文
posted @ 2022-02-22 12:08 xl4ng 阅读(3602) 评论(0) 推荐(0) 编辑
摘要: ![image](https://img2022.cnblogs.com/blog/1981248/202202/1981248-20220220120822897-2048565517.png) 阅读全文
posted @ 2022-02-20 12:09 xl4ng 阅读(23) 评论(0) 推荐(0) 编辑
摘要: import org.junit.Test; import java.io.IOException; import java.net.InetSocketAddress; import java.net.SocketAddress; import java.nio.ByteBuffer; impor 阅读全文
posted @ 2022-02-20 11:57 xl4ng 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 1、服务端 import java.io.IOException; import java.net.InetSocketAddress; import java.nio.ByteBuffer; import java.nio.channels.ServerSocketChannel; import 阅读全文
posted @ 2022-02-20 11:55 xl4ng 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 1、读取数据 import java.io.IOException; import java.io.RandomAccessFile; import java.nio.ByteBuffer; import java.nio.channels.FileChannel; public class Fil 阅读全文
posted @ 2022-02-20 11:53 xl4ng 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2022-02-06 20:54 xl4ng 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 1、插入文本并设置对其方式 <svg id="svg" xmlns="http://www.w3.org/2000/svg" width="500px" height="500px" viewBox="0 0 500 500"> <g style="font-size:14pt;"> <path d 阅读全文
posted @ 2022-02-04 20:52 xl4ng 阅读(2308) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 27 下一页