随笔分类 - 从零开始
摘要:这套Cursor规则经过100多轮优化,能让你用最少改动,高效产出高质量代码。 原版提示词如下: Title: Senior Engineer Task Execution Rule Applies to: All Tasks Rule: You are a senior engineer with
阅读全文
摘要:1. 全局修改 maven 源为阿里云 <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=
阅读全文
摘要:Java并发编程中在使用到ThreadPoolExecutor时,对它的三个关闭方法(shutdown()、shutdownNow()、awaitTermination())的异同点如下: shutdown() 将线程池状态置为SHUTDOWN,并不会立即停止: 1. 停止接收外部submit的任务
阅读全文
摘要:Logback is intended as a successor to the popular log4j project, "picking up where log4j leaves off" . Logback's architecture is sufficiently generic
阅读全文
摘要:一. 什么是 Spring Boot Takes an opinionated view of building production ready Spring applications. Spring Boot favors convention over configuration and is
阅读全文