随笔分类 -  从零开始

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