1 2 3 4 5 ··· 29 下一页

2025年8月15日

摘要: 注:centos7.9只支持到nodejs16 # 安装 NVM curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash # 重新加载环境变量 source ~/.bashrc # 安装 Node 阅读全文

posted @ 2025-08-15 11:27 zkx4213 阅读(28) 评论(0) 推荐(0)


2025年3月30日

摘要: docker官网镜像无法下载问题解决 - 饭饭12 - 博客园 阅读全文

posted @ 2025-03-30 19:02 zkx4213 阅读(14) 评论(0) 推荐(0)


2024年3月25日

摘要: /etc/resolv.conf加上以下配置即可 [root@CentOS7 ~]# vi /etc/resolv.conf # Generated by NetworkManager search localdomain nameserver 8.8.8.8 nameserver 8.8.4.4 阅读全文

posted @ 2024-03-25 15:18 zkx4213 阅读(110) 评论(0) 推荐(0)


2024年3月13日

摘要: VMware虚拟机安装CentOS7 Linux教程一篇笔记搞定(超详细)_vmware安装centos7教程-CSDN博客 阅读全文

posted @ 2024-03-13 16:23 zkx4213 阅读(20) 评论(0) 推荐(0)


2024年1月25日

摘要: 错误提示内容:ERROR: Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables --wait -t nat -I DOCKER -i br-238d6b8838cd -j RET 阅读全文

posted @ 2024-01-25 10:14 zkx4213 阅读(788) 评论(0) 推荐(0)


2023年2月24日

摘要: 把本地仓库的jar 包目录删除掉,使用mvn install 命令,手动install 进仓库 mvn install:install-file -Dfile=xxx.jar -DgroupId=aaa -DartifactId=bbb -Dversion=1.0.0 -Dpackaging=jar 阅读全文

posted @ 2023-02-24 17:52 zkx4213 阅读(1108) 评论(0) 推荐(0)


2022年9月9日

摘要: 参考mysql 函数赋权 mysql赋予全部权限_mob6454cc75107c的技术博客_51CTO博客-- 创建testDb数据库create schema testDb default character set utf8 collate utf8_general_ci;-- 创建testUs 阅读全文

posted @ 2022-09-09 10:43 zkx4213 阅读(66) 评论(0) 推荐(0)


2022年8月9日

摘要: 修改 npm 配置的形式npm config get registry https://registry.npm.taobao.org/检查是否修改成功npm config get registry恢复为默认的 npm 下载方式npm config set registry https://regi 阅读全文

posted @ 2022-08-09 11:04 zkx4213 阅读(36) 评论(0) 推荐(0)


2022年8月1日

摘要: @echo offrem SVNLOOK 为 svnlook.exe 在 VisualSVN Server 安装目录\bin 中的路径set SVNLOOK="D:\software\VisualSVN\bin\svnlook.exe"setlocalset REPOS=%1set TXN=%2re 阅读全文

posted @ 2022-08-01 16:26 zkx4213 阅读(63) 评论(0) 推荐(0)


2022年7月15日

摘要: cat /etc/redhat-release 阅读全文

posted @ 2022-07-15 11:50 zkx4213 阅读(46) 评论(0) 推荐(0)


1 2 3 4 5 ··· 29 下一页

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3