上一页 1 2 3 4 5 6 7 ··· 31 下一页
摘要: 局域网搜索 pings 所有设备找到在线设备并登录网页 :: 作者:mao 时间:2024 11.30 @echo off chcp 65001 >nul :: 启用延迟环境变量扩展 setlocal enabledelayedexpansion :: 检查是否提供了必要的参数 if "%~1"== 阅读全文
posted @ 2024-12-29 01:22 supermao12 阅读(194) 评论(0) 推荐(1)
摘要: 为何写标 招标: A公司要买100台电脑 [需求] 投标: 电脑公司看到招标后,就会投标:自我介绍(公司,产品,售后) [自我介绍满足需求] 中标: A公司选择XX公司 [选择] 保密价格内容 不能透明会恶性竞争 多级序号 多级编号和标题样式 多级编号:1.2 有多层 样式:预先设置的格式(字体,段 阅读全文
posted @ 2024-12-07 14:42 supermao12 阅读(48) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2024-11-14 14:33 supermao12 阅读(0) 评论(0) 推荐(0)
摘要: 购买云主机 开放所有tcp端口 配置云主机 https://mirrors.tuna.tsinghua.edu.cn/elrepo/kernel/el8/x86_64/ 选择清华镜像源 [root@iZbp141m9g3iwgwsmh7pvzZ yum.repos.d]# cat >> /etc/y 阅读全文
posted @ 2024-10-12 16:06 supermao12 阅读(370) 评论(0) 推荐(0)
摘要: [root@192 ~]# yum -y install tcpdump socat [root@192 ~]# socat -u UDP-LISTEN:9999,fork - 开放一个udp的服务端,持续监听 [root@192 ~]# echo "Hello, UDP Server" | soc 阅读全文
posted @ 2024-09-21 23:19 supermao12 阅读(28) 评论(0) 推荐(0)
摘要: nginx的负载均衡 Nginx 是一个广泛使用的反向代理服务器,能够高效地实现负载均衡。负载均衡的核心作用是将来自客户端的请求分发到多个后端服务器上,从而平衡每台服务器的压力。通过Nginx,我们可以实现多种负载均衡算法,如轮询、IP哈希等。 vi /etc/nginx/nginx.conf 插入 阅读全文
posted @ 2024-09-21 22:24 supermao12 阅读(474) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2024-09-11 22:59 supermao12 阅读(1) 评论(0) 推荐(0)
摘要: 通义千问 大模型安装 相关地址 git clone https://github.com/QwenLM/Qwen2-Audio.git https://github.com/QwenLM/Qwen2-Audio/blob/main/README_CN.md PS C:\Users\supermao> 阅读全文
posted @ 2024-08-18 22:07 supermao12 阅读(137) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2024-08-17 21:54 supermao12 阅读(0) 评论(0) 推荐(0)
摘要: 相关github地址 https://github.com/dorisoy/Dorisoy.Pan?tab=readme-ov-file mysql8 sudo rpm -ivh mysql80-community-release-el7-5.noarch.rpm wget https://dev. 阅读全文
posted @ 2024-08-17 19:34 supermao12 阅读(267) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 31 下一页