文章分类 -  开发工具

摘要:切换tab command + 1/2/3 ctrl + tab / ctrl + shift + tab command + shift + [/] 回退 command + 左/右箭头 阅读全文
posted @ 2021-01-17 02:00 正义的五毛 阅读(57) 评论(0) 推荐(0)
摘要:基本使用 -H 设置header -d 后接responseBody,并且以post形式发送 curl -H 'Content-Type: application/json' -d '{"xx": 1}' http://localhost:xxx 阅读全文
posted @ 2021-01-16 04:03 正义的五毛 阅读(127) 评论(0) 推荐(0)
摘要:command + u 清屏 ctrl + u 清行 ctrl + a 光标到开头 阅读全文
posted @ 2021-01-16 02:44 正义的五毛 阅读(52) 评论(0) 推荐(0)
摘要:注解定义 @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.METHOD}) public @interface PrintLog { } 切面实现 @Aspect @Component @Slf4j public class Prin 阅读全文
posted @ 2021-01-16 02:42 正义的五毛 阅读(123) 评论(0) 推荐(0)