Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Markdown writes out high-end sequence diagrams.

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

The previous article shared how to use Markdown to write flowcharts, continue to mine the unambiguous features of MDs, and share a timing diagram in md format.

Syntax diagram

Sequence diagram 4 elements title: title participant: define participating members, as definition alias flow arrow->: solid boldface arrow, synchronous invocation-- >: dotted boldface arrow, return result-> >: solid line empty arrow, asynchronous message-- > >: dotted empty arrow, return result comment note over: comment, suspended on member note left of: comment, member left note right of: comment Example on the right side of the member title: Web service cache update sequence chart participant data Chinese as apiparticipant cache as cacheparticipant message queue as mqparticipant data service as srvapi- > cache: read cache cache-- > api: return cache Note over api: if the cache is not read, call the data service api- > > mq: request to update cache mq- > > srv: trigger update cache srv-- > cache: update cache display effect

Md online Editor: https://www.mdeditor.com/

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report