本文分类:news发布日期:2025/5/20 7:35:58
相关文章
我创建了MariaDb数据库,但其他电脑访问不到?
今天上班有个有趣的事情,我在windowsserver创建了数据库,但有趣的是我安装完,服务器外的电脑无法访问。 我在windows server 服务器 搭建了mariadb 172.18.0.192 3306端口 账号密码为 root 123456.但是我在外部电脑中访问不了,就…
建站知识
2025/5/20 5:22:49
【Linux笔记】——线程互斥与互斥锁的封装
🔥个人主页🔥:孤寂大仙V 🌈收录专栏🌈:Linux 🌹往期回顾🌹:【Linux笔记】——Linux线程封装 🔖流水不争,争的是滔滔不息 一、线程互斥的概念二、互…
建站知识
2025/5/18 11:11:48
stack和queue简单模拟实现
stackreverse_iteratorqueuepriority_queue仿函数具体代码 stack Stacks are a type of container adaptor, specifically designed to operate in a LIFO context (last-in first-out), where elements are inserted and extracted only from one end of the container. 上述描…
建站知识
2025/5/18 11:08:44
yum安装-此系统没有注册
错误消息
[roottest-1 ~]# yum install openssl11
已加载插件:fastestmirror, product-id, search-disabled-repos, subscription-managerThis system is not registered with an entitlement server. You can use subscription-manager to register.Loading mirro…
建站知识
2025/5/18 11:04:39
mysql数据库-3(备份和恢复)
1. 冷备份和还原的实现
简介:冷备份定义是 读、写操作均不可进行,数据库停止服务 (超级简单) 冷备份 需求 对 10.0.0.13 主机实现冷备操作 关闭 10.0.0.13 主机的服务(ubuntu系统为例) 10.0.0.12为远程主机 systemctl stop mysql.service 备份数据 mkdir /data/…
建站知识
2025/5/18 10:59:32
DeepSeek 大模型部署全指南:常见问题、优化策略与实战解决方案
DeepSeek 作为当前最热门的开源大模型之一,其强大的语义理解和生成能力吸引了大量开发者和企业关注。然而在实际部署过程中,无论是本地运行还是云端服务,用户往往会遇到各种技术挑战。本文将全面剖析 DeepSeek 部署中的常见问题,提…
建站知识
2025/5/18 10:57:30