Skip to content

Commit

Permalink
feat(post): 完善文章
Browse files Browse the repository at this point in the history
  • Loading branch information
李济芝 committed Jul 20, 2024
1 parent 247110f commit f75db27
Show file tree
Hide file tree
Showing 26 changed files with 355 additions and 355 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
---
title: "如何做好程序设计功能"
title: "简要概述如何做好程序设计"
date: 2022-08-02
draft: false
tags: ["Java", "设计","编程指南"]
slug: "java-design"
---

## 功能设计流程图
与外部系统交互、本系统模块之间流程,比较好用的画圈软件draw .io或在线的process on

## 数据库设计
从DDD角度界限上下文、ER图、评审表结构设计是否合理,表的关联关系是否合理、是否创建索引、是否大数据量表考虑放到分片库以及分片字段设计
Expand Down
6 changes: 3 additions & 3 deletions blog-site/public/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -629,14 +629,14 @@
<link>http://localhost:1313/iblog/posts/javaprogramguide/clean-code/</link>
<pubDate>Thu, 01 Sep 2022 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/iblog/posts/javaprogramguide/clean-code/</guid>
<description>为什么要写整洁的代码 为什么要写整洁的代码,回答这个问题之前,也许应该想想写糟糕的代码的原因 是想快点完成吗?还是要赶时间吗?有可能.或许你觉得自己要干好所需要的时</description>
<description>为什么要写整洁的代码 为什么我们需要写整洁的代码?在回答这个问题之前,也许我们应该先思考一下为什么代码会变得糟糕。 是因为想要快速完成任务吗?还是时间不够?可能是你</description>
</item>
<item>
<title>如何做好程序设计功能</title>
<title>简要概述如何做好程序设计</title>
<link>http://localhost:1313/iblog/posts/javaprogramguide/java-design/</link>
<pubDate>Tue, 02 Aug 2022 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/iblog/posts/javaprogramguide/java-design/</guid>
<description>功能设计流程图 与外部系统交互、本系统模块之间流程,比较好用的画圈软件draw .io或在线的process on 数据库设计 从DDD角度界限上下文、ER图、评审表结构设</description>
<description>数据库设计 从DDD角度界限上下文、ER图、评审表结构设计是否合理,表的关联关系是否合理、是否创建索引、是否大数据量表考虑放到分片库以及分片字段设计 缓存设计 缓存结</description>
</item>
<item>
<title>Java20220422简历</title>
Expand Down
6 changes: 3 additions & 3 deletions blog-site/public/page/6/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ <h2><a href='/iblog/posts/javaprogramguide/clean-code/'>如何写出整洁的代

<div class="list">
<div class="post_content markdown">
<p>为什么要写整洁的代码 为什么要写整洁的代码,回答这个问题之前,也许应该想想写糟糕的代码的原因 是想快点完成吗?还是要赶时间吗?有可能.或许你觉得自己要干好所需要的时......</p>
<p>为什么要写整洁的代码 为什么我们需要写整洁的代码?在回答这个问题之前,也许我们应该先思考一下为什么代码会变得糟糕。 是因为想要快速完成任务吗?还是时间不够?可能是你......</p>
</div>
</div>

Expand Down Expand Up @@ -608,12 +608,12 @@ <h2><a href='/iblog/posts/javaprogramguide/clean-code/'>如何写出整洁的代

<div class="post animated fadeInDown">
<div class="post_title">
<h2><a href='/iblog/posts/javaprogramguide/java-design/'>如何做好程序设计功能</a></h2>
<h2><a href='/iblog/posts/javaprogramguide/java-design/'>简要概述如何做好程序设计</a></h2>
</div>

<div class="list">
<div class="post_content markdown">
<p>功能设计流程图 与外部系统交互、本系统模块之间流程,比较好用的画圈软件draw .io或在线的process on 数据库设计 从DDD角度界限上下文、ER图、评审表结构设......</p>
<p>数据库设计 从DDD角度界限上下文、ER图、评审表结构设计是否合理,表的关联关系是否合理、是否创建索引、是否大数据量表考虑放到分片库以及分片字段设计 缓存设计 缓存结......</p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion blog-site/public/posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ <h1>

<div class="listing_item">
<div class="listing_post">
<a href="/iblog/posts/javaprogramguide/java-design/">如何做好程序设计功能</a>
<a href="/iblog/posts/javaprogramguide/java-design/">简要概述如何做好程序设计</a>
<div class="post_time"><span class="date">08-02</span></div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions blog-site/public/posts/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -629,14 +629,14 @@
<link>http://localhost:1313/iblog/posts/javaprogramguide/clean-code/</link>
<pubDate>Thu, 01 Sep 2022 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/iblog/posts/javaprogramguide/clean-code/</guid>
<description>为什么要写整洁的代码 为什么要写整洁的代码,回答这个问题之前,也许应该想想写糟糕的代码的原因 是想快点完成吗?还是要赶时间吗?有可能.或许你觉得自己要干好所需要的时</description>
<description>为什么要写整洁的代码 为什么我们需要写整洁的代码?在回答这个问题之前,也许我们应该先思考一下为什么代码会变得糟糕。 是因为想要快速完成任务吗?还是时间不够?可能是你</description>
</item>
<item>
<title>如何做好程序设计功能</title>
<title>简要概述如何做好程序设计</title>
<link>http://localhost:1313/iblog/posts/javaprogramguide/java-design/</link>
<pubDate>Tue, 02 Aug 2022 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/iblog/posts/javaprogramguide/java-design/</guid>
<description>功能设计流程图 与外部系统交互、本系统模块之间流程,比较好用的画圈软件draw .io或在线的process on 数据库设计 从DDD角度界限上下文、ER图、评审表结构设</description>
<description>数据库设计 从DDD角度界限上下文、ER图、评审表结构设计是否合理,表的关联关系是否合理、是否创建索引、是否大数据量表考虑放到分片库以及分片字段设计 缓存设计 缓存结</description>
</item>
<item>
<title>Java20220422简历</title>
Expand Down
Loading

0 comments on commit f75db27

Please sign in to comment.