官方快速入门
- https://docs.camunda.org/get-started/quick-start/
中文版快速入门:
- https://zhuanlan.zhihu.com/p/375908620
- https://zhuanlan.zhihu.com/p/376904826
中文系列教程
鉴权
- [......]
官方快速入门
中文版快速入门:
中文系列教程
鉴权
根据Martin Fowler在《UML精粹》中的表述,UML中的重要图形可以解决80%的问题:
本文将介绍PlantUML中,如何绘制上述重要的UML图。
1 类图(class)
几个重点表示:
中文版:https://www.infoq.cn/article/C4-architecture-model
英文版:https://www.infoq.com/articles/C4-architecture-model
PlantUML插件1:https://github.com/plantuml-stdlib/C4-PlantUML
C4Builder:https://adrianvlupu.github.io/C4-Builder
在线工具:https://str[......]
1 安装
sudo apt-get install texlive-extra-utils
2 旋转
pdfjam --angle 180 1.pdf
[......]
1 git + socks5
# ~/.ssh/config
# 在需要的host下设定
ProxyCommand connect-proxy -5 -R remote -S ip:port %h %p
2 Maven + http
# ~/.m2/settings.xml
<proxies>
<proxy>
<id>nexus</id>
<activ[......]