代码改变世界

在线生成时序图工具

2012-11-23 09:43  Paddle Zhou  阅读(11676)  评论(0编辑  收藏  举报

 

网站 http://www.websequencediagrams.com/ 支持在线生成时序图,的确很方便,很funny

 

直接编写如下代码就能生成 

title 移动客户端流程

Mobile->Server: 验证
note right of Server: 用SpringSecurity验证

Server->Mobile: 返回验证通过信息
Mobile->Server: Ajax Request
Server->Mobile: json back