摘要: win10的自动更新可谓是非常顽固,很多用户在网上试了各种关闭win10自动更新的方法,刚开始看着好像是关闭更新了,可没过多久系统就又开始自动更新了。今天笔者就来教大家如何彻底关闭win10自动更新,该方法亲测有效。 win10彻底关闭自动更新方法步骤: 由于win10自动更新非常顽固,所以我们要从 阅读全文
posted @ 2023-02-17 16:07 PZHZC 阅读(413) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/Demondai999/article/details/120349098 首次 拉取/推送,设置用户信息: git config --global user.name "用户名"git config --global user.email "邮箱" 初始 阅读全文
posted @ 2022-08-22 10:29 PZHZC 阅读(353) 评论(0) 推荐(0)
摘要: SpringCloud Config 使用ssh连接github报错: java Caused by: com.jcraft.jsch.JSchException: Auth fail 在练习 SpringCloud Config 配置中心时,使用 ssh 连接 GitHub 读取配置文件,出现了 阅读全文
posted @ 2022-02-11 11:50 PZHZC 阅读(516) 评论(0) 推荐(0)
摘要: 一,用法在开发过程中,我们通常会用到org.springframework.beans.BeanUtils;这个类有时可以提高我们的开发效率, BeanUtils.copyProperties(request, news); 上边的reqeust和news都是同一个类的引用,意思就是将request 阅读全文
posted @ 2022-01-24 11:16 PZHZC 阅读(1136) 评论(0) 推荐(0)
摘要: 1、通过ModelAndView跳转 @RequestMapping("alipayforward") public ModelAndView alipayforward(HttpServletRequest req, HttpServletResponse resp) throws Excepti 阅读全文
posted @ 2022-01-05 17:15 PZHZC 阅读(385) 评论(0) 推荐(0)
摘要: 1、浏览器打开https://channels.weixin.qq.com/platform/login,出现二维码,把二维码解析获取链接,拿到扫码链接。 如 https://channels.weixin.qq.com/mobile/confirm.html?token=AQAAAFFDpkn_h 阅读全文
posted @ 2021-12-24 15:22 PZHZC 阅读(3035) 评论(0) 推荐(0)
摘要: 方法一# 一、确定 github 网站的 ip# 打开网址:http://github.com.ipaddress.com/ 192.30.253.112 github.com192.30.253.113 github.com 二、确定域名ip# 打开网址:http://github.global. 阅读全文
posted @ 2021-12-21 11:17 PZHZC 阅读(124) 评论(0) 推荐(0)
摘要: 开发文档:https://poster.prodapi.cn/docs/ 在线体验:https://poster.prodapi.cn/ docker安装 #下载docker-ce的yum源wget -O /etc/yum.repos.d/docker-ce.repo https://mirrors 阅读全文
posted @ 2021-09-11 14:55 PZHZC 阅读(541) 评论(0) 推荐(0)
摘要: MyBatisPlus之代码自动生成器 代码自动一键生成,功能强大,大大节省了开发时间主要介绍一下springboot玩家,先来看配置的依赖maven注意不要用最新版的依赖,很多东西新版以及移除了 <dependency> <groupId>com.baomidou</groupId> <artif 阅读全文
posted @ 2021-08-03 17:56 PZHZC 阅读(300) 评论(0) 推荐(0)
摘要: 执行命令 1.安装lame-3.99.5 http://downloads.sourceforge.net/lame/lame-3.99.5.tar.gz 下载链接 tar -zvxf lame-3.99.5.tar.gz //解压 cd lame-3.99.5 //进入解压后的文件 ./confi 阅读全文
posted @ 2021-07-28 17:36 PZHZC 阅读(759) 评论(0) 推荐(0)