解决Windows Docker容器端口映射问- Ports are not available: exposing port bind: An attempt was made to access 解决Windows Docker容器端口映射问题 (HTTP code 500) server error - Ports are not available: exposing port TCP 0.0.0.0:3000 -> 0.0.0.0:0: listen tcp 0.0.0.0:3000: 2025-07-20 0 0 Windows Docker NAT
Mongo7.0.16(docker desktop安装) 一、拉取mongo镜像 docker pull mongo:7.0.16 二、创建挂载路径 创建两个路径 /data 和 conf 三、创建 mongod.conf 配置文件 systemLog: destination: file path: "/var/log/mongodb/mo 2025-07-20 0 0 Windows Mongo Docker
MySQL8.0(docker desktop安装)教程 一、获取MySQL8.0镜像 docker pull mysql:8.0 二、查看是否下载 docker images 三、挂载宿主机配置 创建日志文件夹路径:D:\night\docker\mysql8.0\logs 创建数据文件夹路径:D:\night\docker\mysql8.0\dat 2025-07-20 1 0 Windows Docker MySQL
MySQL篇之解决启动时报错:Warning: World-writable config file ‘/etc/my.cnf’ is ignored 一、前言 当我们搭建好了MySQL服务后,有时候想要改变一些Mysql对应的配置文件等,比如改变端口、socket文件的生成位置等。 而MySQL对应的配置文件默认为/etc/my.cnf,所以需要更改一些信息,得修改/etc/my.cnf 解决启动时报错 Warning: World-writab 2025-07-20 1 0 Windows MySQL
MYSQL命令行输入密码警告问题"mysql: [Warning]"解决 一、问题 [root@localhost ~]# mysql -uroot -p1234567 mysql: [Warning] Using a password on the command line interface can be insecure. 二、解决方法 1. 方法一 将密码写入到 2025-07-20 0 0 Windows MySQL
Redis7.4(docker desktop安装) docker run --name redis7.4 -p 6379:6379 -v D:\docker\redis7.4\data:/data -d redis:7.4 redis-server --appendonly yes --requirepass night 2025-07-20 0 0 Windows Docker Redis
bat运行时不展示黑框 用vbs来调用bat,然后让windows定时任务来执行这个vbs 案例如下: call.vbs 文件内容: set ws=WScript.CreateObject("WScript.Shell") ws.Run "e:\dba_tools\copy_file.bat",0 其他方法: 第一种解决 2025-07-20 1 0 Windows bat vbs
TranslucentTB Failed to initialize XAML Diagnostics 问题解决 问题 打开TranslucentTB时显示遇到致命错误,找不到元素: TranslucentTB has encountered a fatal error and cannot continue executing. Failed to initialize XAML Diagnostics. 2025-07-20 5 0 TranslucentTB Windows
windows微软商店下载的应用创建快捷方式 我们在微软商店下载应用之后,它不会直接在桌面创建快捷方式。因此我们需要手动创建快捷方式,不然每次都要在开始菜单打开程序运行 方法一 1 打开开始菜单,点击所有应用 2 在应用列表中找到下载的软件(不要直接搜索!!),鼠标按住拖到桌面即可 方法二 1 同样打开开始菜单,直接搜索下载的程序,右键选择"固 2025-07-20 1 0 Microsoft Store Windows
Windows添加或删除开机启动项 介绍 主要解决问题 添加或者删除开机启动项(在不借助流氓软件的情况下通过自己的设置完成) 在开机启动项中添加在用户自定义的启动文件(开机启动项选项中没有存在的) 方案一 win + R,窗口中输入 msconfig ,这个是打开 系统设置窗 的意思。 在启动中进行配置,点击打开 任务管理器,进入 启 2025-07-20 0 0 Windows