会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wzhpblogs
博客园
首页
新随笔
联系
订阅
管理
2022年6月7日
centos-nginx安装
摘要: # 安装依赖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)
2022年5月23日
vue3-v-for数据绑定失败
摘要: this.$forceUpdate()
阅读全文
posted @ 2022-05-23 16:57 wuzhp
阅读(63)
评论(0)
推荐(0)
2022年5月17日
centos vpn 连接公司内网
摘要: 安装 yum install openconnect 登录 openconnect -b -u 用户名 vpn的IP 检查 ps -ef|grep open
阅读全文
posted @ 2022-05-17 15:10 wuzhp
阅读(1)
评论(0)
推荐(0)
2022年5月1日
Git-gitee-安装及使用
摘要: 下载 官网地址 镜像地址 windows 安装 exe, 无脑下一步 基本概念 工作区:就是你在电脑里能看到的目录。 暂存区:英文叫 stage 或 index。一般存放在 .git 目录下的 index 文件(.git/index)中,所以我们把暂存区有时也叫作索引(index)。 版本库:工作区
阅读全文
posted @ 2022-05-01 21:35 wuzhp
阅读(593)
评论(0)
推荐(0)
2022年4月10日
maven-spring-数据库连接配置
摘要: 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)
2022年4月1日
maven-阿里云镜像
摘要: <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)
2022年3月30日
Vue-安装
摘要: 安装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)
2022年3月26日
VSCode-下载速度解决
摘要: vscode.cdn.azure.cn 官方下载链接替换为此镜像
阅读全文
posted @ 2022-03-26 17:03 wuzhp
阅读(20)
评论(0)
推荐(0)
2022年3月25日
centos7-tomcat
摘要: 安装 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)
2022年3月24日
centos7-命令-运行状态(free)
摘要: free -h -s 3Mem 行(第二行)是内存的使用情况。Swap 行(第三行)是交换空间的使用情况。total 列显示系统总的可用物理内存和交换空间大小。used 列显示已经被使用的物理内存和交换空间。free 列显示还有多少物理内存和交换空间可用使用。shared 列显示被共享使用的物理内存
阅读全文
posted @ 2022-03-24 23:11 wuzhp
阅读(234)
评论(0)
推荐(0)
公告