Skip to content

Commit bd5347c

Browse files
committed
Update main to output generated at 81f8b91
1 parent d0cdcb6 commit bd5347c

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

news/2025/news-2025-07/index.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1995,6 +1995,13 @@
19951995
一文带你彻底理解AIGC、Agent、MCP的概念和关系
19961996
</a>
19971997

1998+
</li>
1999+
2000+
<li class="md-nav__item">
2001+
<a href="#cursor" class="md-nav__link">
2002+
我的Cursor编程实践经验分享
2003+
</a>
2004+
19982005
</li>
19992006

20002007
</ul>
@@ -2514,6 +2521,13 @@
25142521
一文带你彻底理解AIGC、Agent、MCP的概念和关系
25152522
</a>
25162523

2524+
</li>
2525+
2526+
<li class="md-nav__item">
2527+
<a href="#cursor" class="md-nav__link">
2528+
我的Cursor编程实践经验分享
2529+
</a>
2530+
25172531
</li>
25182532

25192533
</ul>
@@ -2565,6 +2579,18 @@ <h3 id="aigcagentmcp"><a href="https://mp.weixin.qq.com/s/jTx_ktWeu5Ck8RDZ3b6iRw
25652579
<p><img alt="" src="https://hub.gitmirror.com/raw.githubusercontent.com/RicardoJiang/resource/refs/heads/main/2025/july/p6.webp" /></p>
25662580
<p><img alt="" src="https://hub.gitmirror.com/raw.githubusercontent.com/RicardoJiang/resource/refs/heads/main/2025/july/p7.webp" /></p>
25672581
<p><img alt="" src="https://hub.gitmirror.com/raw.githubusercontent.com/RicardoJiang/resource/refs/heads/main/2025/july/p8.webp" /></p>
2582+
<h3 id="cursor"><a href="https://mp.weixin.qq.com/s/UM3nBcX6JpYtnchSCdrxOA">我的Cursor编程实践经验分享</a></h3>
2583+
<p>Cursor的使用效果取决于有效的Rules、正确的开发流程和标准的Prompt。通过合理设置提示词,明确目标、上下文和任务要求,结合项目规范的Rules,能显著提升编程效率。MCP工具可进一步增强Cursor的功能,如直接搜索钉钉文档、任务分解等。但Cursor在大型需求和技术方案深度研究方面仍存在不足,需借助专业工具如DeepResearch或Claude 4.0完成复杂分析任务。未来方向是探索AI在更多研发流程中的提效可能。</p>
2584+
<p><strong>重要亮点</strong>
2585+
- <strong>Cursor使用要点</strong>
2586+
- <strong>标准的Prompt</strong>:对研发人员有一定门槛,但准确有效的提示词能提升Cursor效率。分享了针对不同任务(如项目理解、方案设计、生成代码、生成单测)的提示词结构与示例,需明确目标、提供上下文信息并提出具体要求。
2587+
- <strong>好用的CursorRules</strong>:v0.49版本支持自动生成Rules,可将个人习惯或项目开发规范以Rules形式落地。以golang项目开发规范为例,涵盖项目结构、编码、错误处理等多方面规范。同时介绍了项目梳理文档Rule和技术方案详细设计Rule等对Cursor输出内容的规范。
2588+
- <strong>合理的开发流程</strong>:按照有效的Rules、正确的开发流程和标准的Prompt进行日常需求开发,对编程提效接近预期。
2589+
- <strong>有帮助的MCP</strong>:MCP工具可增强Cursor功能,如直接搜索钉钉文档、任务分解等。
2590+
- <strong>Cursor的问题与局限</strong>:在服务端开发实践中发现,Cursor存在生成速度不如人工、生成内容不符合预期、对历史代码分析浅显、技术方案设计细节缺失、生成代码可用性欠佳等问题,尤其在大型需求和技术方案深度研究方面不足,需借助如DeepResearch或Claude 4.0等专业工具完成复杂分析任务。
2591+
- <strong>未来展望</strong>:基于研发流程分析,探索AI在更多研发流程中的提效可能性,进一步挖掘AI辅助开发的潜力。 </p>
2592+
<p><img alt="" src="https://hub.gitmirror.com/raw.githubusercontent.com/RicardoJiang/resource/refs/heads/main/2025/july/p9.webp" /></p>
2593+
<p><img alt="" src="https://hub.gitmirror.com/raw.githubusercontent.com/RicardoJiang/resource/refs/heads/main/2025/july/p10.webp" /></p>
25682594

25692595
<hr>
25702596
<div class="md-source-file">

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)