会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
い哎哟喂〤
博客园
首页
新随笔
联系
订阅
管理
2025年2月9日
使用nvm管理node版本
摘要: 1、下载安装 NVM:https://github.com/coreybutler/nvm-windows 2、下载完成后,解压缩nvm-setup.zip文件到您想要安装 NVM 的目录,双击nvm-setup.exe进行安装 3、配置环境变量,将安装目录添加到path环境变量 PS C:\Use
阅读全文
posted @ 2025-02-09 14:26 o小兵o
阅读(1528)
评论(0)
推荐(0)
2024年11月24日
mysql8忘记密码如何重置
摘要: 1、win+R 打开services.msc 手动停止mysql服务 2、跳过权限验证:进入MySQL的bin目录,运行以下命令:mysqld --console --skip-grant-tables --shared-memory。这将跳过权限表的验证,允许你无需密码进入MySQL。 3、进入
阅读全文
posted @ 2024-11-24 22:20 o小兵o
阅读(1489)
评论(0)
推荐(0)
2024年1月17日
fiddler进行弱网2G/3G测试
摘要: 1.fiddler抓包配置参考 2.工具栏Rules>Performance>Simulate Modem Speeds勾选表示开启弱网 3.打开Fiddler,点击菜单栏中的【Rules】-【Customize Rules】,自定义调节代理服务器的网速 if (m_SimulateModem) {
阅读全文
posted @ 2024-01-17 16:22 o小兵o
阅读(283)
评论(0)
推荐(0)
2024年1月12日
Linux安装chrome浏览器
摘要: 1.下载安装包 [root@xiaobing chrome]# wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm --2024-01-12 15:25:47-- https://dl.goo
阅读全文
posted @ 2024-01-12 15:34 o小兵o
阅读(1592)
评论(0)
推荐(0)
2024年1月11日
axios发送get、post请求
摘要: 1.环境安装 //nodejs环境 //npm install axios 2.axios发送get请求 const axios = require('axios') const url = "xxx.xxx.xxx"; const headers = {} axios.get(url, {head
阅读全文
posted @ 2024-01-11 14:25 o小兵o
阅读(643)
评论(0)
推荐(0)
node 快速搭建http服务器
摘要: 1.新建目录demo然后在当前目录下打开cmd窗口执行npm init 一直回车,执行结束该目录下出现一个package.json 2.node环境自行安装,需要依赖如下 * npm add express * npm add nodemon * npm install -g axios --reg
阅读全文
posted @ 2024-01-11 11:40 o小兵o
阅读(125)
评论(0)
推荐(0)
2024年1月2日
docker 启动mysql实现数据卷挂载(四)
摘要: 1.上传到镜像压缩mysql.tar到服务器 2.加载镜像 [root@xiaobing xiaobing]# docker load -i mysql.tar [root@xiaobing xiaobing]# docker images REPOSITORY TAG IMAGE ID CREAT
阅读全文
posted @ 2024-01-02 16:47 o小兵o
阅读(157)
评论(0)
推荐(0)
docker 数据卷及目录挂载(三)
摘要: 1.数据卷(volume)是一个虚拟目录,指向宿主机文件系统中的某个目录 [root@VM-8-2-centos xiaobing]# docker volume --help Usage: docker volume COMMAND Manage volumes Commands: create
阅读全文
posted @ 2024-01-02 15:46 o小兵o
阅读(45)
评论(0)
推荐(0)
2023年12月20日
docker常用命令日志记录(二)
摘要: 1.拉取镜像 docker pull nginx 2.查看镜像 docker images [root@VM-8-2-centos ~]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE nginx latest 605c77e624dd 24
阅读全文
posted @ 2023-12-20 15:10 o小兵o
阅读(117)
评论(0)
推荐(0)
2023年12月18日
CentOS安装Docker(一)
摘要: 1.在Linux中,可以通过以下命令查看系统版本: cat /etc/os-release 2.在Linux中,可以通过以下命令查看版本(CentOS 要求内核版本不低于 3.10): uname -aLinux VM-8-2-centos 3.10.0-1160.99.1.el7.x86_64 3
阅读全文
posted @ 2023-12-18 11:40 o小兵o
阅读(217)
评论(0)
推荐(0)
下一页
公告