摘要: 水滴石穿,靠的不是蛮力,而是持之以恒。 阅读全文
posted @ 2022-02-27 17:09 韩立987 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 火狐快捷键 https://support.mozilla.org/zh-CN/kb/%E9%94%AE%E7%9B%98%E5%BF%AB%E6%8D%B7%E9%94%AE 阅读全文
posted @ 2023-04-02 20:52 韩立987 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 商用笔记本根据机器型号的不同,分两种情况: 直接使用快捷键来开启和关闭 FN 功能 注意: 能实现这样功能的笔记本,FN 键上一般都会有指示灯 系统下先按住【FN】,然后同时再按【Shift 键】,这时 FN 键上的指示灯会亮起,这样就需要使用 FN+F1-F12 来实现相应的调节亮度、调节音量的功 阅读全文
posted @ 2023-04-02 16:00 韩立987 阅读(2026) 评论(0) 推荐(0) 编辑
摘要: 重装系统 环境配置 登录自动执行 vim ~/.bashrc 写入以下 ps1=\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033 阅读全文
posted @ 2023-03-29 13:41 韩立987 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 清除DNS缓存 手动的方法就是进入命令行提示符,输入 ipconfig /flushdns C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs灰色-莫兰迪色. 148 165 141 #94A58D 阅读全文
posted @ 2023-03-29 13:37 韩立987 阅读(160) 评论(0) 推荐(0) 编辑
摘要: IntelliJ IDEA编译项目报错 "xxx包不存在" 或 "找不到符号" 1.maven设置 首先查看maven设置,不要使用默认的maven版本:3.8.5 2.Maven-Reimport 3.UTF-8 编码选择设置为UTF-8,不要使用默认配置: 4.Invalidate Caches 阅读全文
posted @ 2023-03-29 13:30 韩立987 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 公共模块 Unable to find main class 解决方法在公共模块中的pom文件加入如下配置 <build> <plugins> <plugin> <!-- 公共模块 Unable to find main class--> <groupId>org.springframework.b 阅读全文
posted @ 2023-03-29 13:28 韩立987 阅读(101) 评论(0) 推荐(0) 编辑
摘要: nodejs 10.14.4下载地址 https://nodejs.org/en/download/releases 阅读全文
posted @ 2023-03-28 19:38 韩立987 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 导入aliyun-sdk-vod-upload(1.4.11)依赖 在网上看到了很多的方法,尝试之后一直都是失败的情况,都是照猫画虎,将错误的帖子复制到自己的博客中.导致我们错误的方向去修改错误. 通过maven依赖导入aliyun-java-vod-upload aliyun-sdk-vod-up 阅读全文
posted @ 2023-03-28 12:34 韩立987 阅读(161) 评论(0) 推荐(1) 编辑
摘要: 全局异常处理配置 @ControllerAdvice //aop public class GlobalExceptionHandler { @ExceptionHandler(Exception.class) @ResponseBody public Result error(Exception 阅读全文
posted @ 2023-03-15 14:16 韩立987 阅读(23) 评论(0) 推荐(0) 编辑
摘要: swagger-ui.html 配置模板 @Configuration @EnableSwagger2 public class Swagger2Config { @Bean public Docket webApiConfig() { return new Docket(Documentation 阅读全文
posted @ 2023-03-15 14:14 韩立987 阅读(110) 评论(0) 推荐(0) 编辑