上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 16 下一页
摘要: 1、安装 cmder官网下载安装包解压即可。 2、配置环境变量 右键我的电脑 -> 属性 -> 高级系统设置 -> 环境变量 -> 系统变量 -> Path编辑 -> 新建 -> 输入Cmder所在位置的文件夹确认即可 3、配置桌面右击快捷方式 管理员命令行输入 Cmder.exe /REGISTE 阅读全文
posted @ 2022-06-29 19:17 Code7Rain 阅读(1187) 评论(0) 推荐(0) 编辑
摘要: 1、问题 查看 git 日志时发现 Merge branch 'master' of xxx 2、场景 git merge 别的分支之后直接git push。 正常在自己的分支开发,开发完了之后直接 git add . ,git commit -m ,git push 也会产生这种错误。 3、原因 阅读全文
posted @ 2022-06-29 19:02 Code7Rain 阅读(566) 评论(0) 推荐(0) 编辑
摘要: 1、代码片段 # 查询参数为 id 的 xxxContainer 列表的个数 # ids 为 String 类型的数组 int count = (int) Arrays.stream(ids).map(id -> xxxContainerService.list(new QueryWrapper<x 阅读全文
posted @ 2022-06-29 18:57 Code7Rain 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 1、问题 Redis 连接异常: ERR Client sent AUTH, but no password is set 伴随报错 Could not get a resource from the pool; nested exception is io.lettuce.core.RedisCo 阅读全文
posted @ 2022-06-29 18:50 Code7Rain 阅读(660) 评论(0) 推荐(1) 编辑
摘要: 第一步:制作前期准备 16 GB 以上的U盘 微 PE 工具箱 exe 文件 系统镜像(官方渠道/MSDN) 微PE官网 如下图所示下载微 PE 工具箱 exe 文件本地 MSDN 镜像下载 建议采用哈希比对下载,直接下载到 U 盘里,防止文件下载等传输出错,下载完成后然后进行哈希比对。 第二步:制 阅读全文
posted @ 2022-06-29 18:12 Code7Rain 阅读(7004) 评论(0) 推荐(0) 编辑
摘要: mysql解压安装(windows) 下载安装包 下载链接:https://dev.mysql.com/downloads/mysql/ 不登陆注册直接下载。 想下载往期版本可以选择指定版本瞎下载:https://downloads.mysql.com/archives/community/ 下载后 阅读全文
posted @ 2022-06-29 18:10 Code7Rain 阅读(433) 评论(0) 推荐(0) 编辑
摘要: 1、下载 Nginx官网下载压缩包 2、安装部署 下载完成后,解压缩,运行cmd,使用命令进行操作,不要直接双击nginx.exe,一定要在dos窗口启动,下文会有如何优化。 不要直接双击nginx.exe,这样会导致修改配置后重启、停止nginx无效,需要手动关闭任务管理器内的所有nginx进程, 阅读全文
posted @ 2022-06-29 18:07 Code7Rain 阅读(1731) 评论(0) 推荐(0) 编辑
摘要: 1、问题 2022-06-22 16:23:14.482 - IO error: Process failed (exit code = 1). See error log. 2022-06-22 16:23:14.482 - java.io.IOException: Process failed 阅读全文
posted @ 2022-06-29 18:06 Code7Rain 阅读(9212) 评论(0) 推荐(1) 编辑
摘要: 1、问题 DBeaver MySQL8.0 Community版本备份导出时出现 Task execution failed 2、场景 使用 DBeaver 可视化工具将 MySQL 数据备份导出 DDL 时报错 Task execution failed 3、原因 右击数据 ==> 编辑连接,找到 阅读全文
posted @ 2022-06-29 18:05 Code7Rain 阅读(1222) 评论(0) 推荐(0) 编辑
摘要: 1、问题 Low memory The IDE is running low on memory and this might affect performance. Please consider increasing available heap. 2、场景 Idea2021_3版本同时打开两个 阅读全文
posted @ 2022-06-29 18:04 Code7Rain 阅读(1030) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 16 下一页