摘要: # 安装依赖yum -y install gcc automake autoconf libtool makeyum install gcc gcc-c++yum -y install automake pcre pcre-devel zlib zlib-devel openssl-devel# 上 阅读全文
posted @ 2022-06-07 21:35 wuzhp 阅读(19) 评论(0) 推荐(0)
摘要: this.$forceUpdate() 阅读全文
posted @ 2022-05-23 16:57 wuzhp 阅读(63) 评论(0) 推荐(0)
摘要: 安装 yum install openconnect 登录 openconnect -b -u 用户名 vpn的IP 检查 ps -ef|grep open 阅读全文
posted @ 2022-05-17 15:10 wuzhp 阅读(1) 评论(0) 推荐(0)
摘要: 下载 官网地址 镜像地址 windows 安装 exe, 无脑下一步 基本概念 工作区:就是你在电脑里能看到的目录。 暂存区:英文叫 stage 或 index。一般存放在 .git 目录下的 index 文件(.git/index)中,所以我们把暂存区有时也叫作索引(index)。 版本库:工作区 阅读全文
posted @ 2022-05-01 21:35 wuzhp 阅读(593) 评论(0) 推荐(0)
摘要: mariadb: 依赖: <dependency> <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</artifactId> <version>3.0.4</version> </dependency> 数据库连 阅读全文
posted @ 2022-04-10 16:08 wuzhp 阅读(231) 评论(0) 推荐(0)
摘要: <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mi 阅读全文
posted @ 2022-04-01 20:44 wuzhp 阅读(719) 评论(0) 推荐(0)
摘要: 安装nodejs cnpm 淘宝镜像 npm install -g cnpm --registry=https://registry.npmmirror.com 全局安装 vue_cli cnpm install -g @vue/cli 创建项目 vue create 项目名 启动 npm run 阅读全文
posted @ 2022-03-30 20:49 wuzhp 阅读(31) 评论(0) 推荐(0)
摘要: vscode.cdn.azure.cn 官方下载链接替换为此镜像 阅读全文
posted @ 2022-03-26 17:03 wuzhp 阅读(20) 评论(0) 推荐(0)
摘要: 安装 tar -zxvf apache-tomcat-9.0.60.tar.gz cd apache-tomcat-9.0.60/bin/ ./startup.sh ps -ef|grep tomcat http://localhost:8080/ 阅读全文
posted @ 2022-03-25 20:37 wuzhp 阅读(31) 评论(0) 推荐(0)
摘要: free -h -s 3Mem 行(第二行)是内存的使用情况。Swap 行(第三行)是交换空间的使用情况。total 列显示系统总的可用物理内存和交换空间大小。used 列显示已经被使用的物理内存和交换空间。free 列显示还有多少物理内存和交换空间可用使用。shared 列显示被共享使用的物理内存 阅读全文
posted @ 2022-03-24 23:11 wuzhp 阅读(234) 评论(0) 推荐(0)