工作流图形设计器参考资料
使用html5画图:
https://gridwizard.wordpress.com/2015/03/25/simple-c-library-to-render-graph-to-flowchart/
https://github.com/gridwizard/SimpleFlowDiagram
http://flowdesign.leipi.org/flowdesign/index/flow_id/673.html
wpf画图:
http://www.codeproject.com/Articles/23871/WPF-Diagram-Designer-Part
http://www.codeproject.com/Articles/22952/WPF-Diagram-Designer-Part-1
http://www.codeproject.com/Articles/23265/WPF-Diagram-Designer-Part
http://www.codeproject.com/Articles/484616/MVVM-Diagram-Designer
winform类似visio:
https://github.com/dalssoft/diagramnet
https://github.com/search?utf8=%E2%9C%93&q=nshape
http://mindfusion.eu/demos/flowchartnet/start.htm
https://github.com/Microsoft/automatic-graph-layout
https://files.cnblogs.com/files/yy3b2007com/UI.rar
flowchart
https://github.com/pradeepkodical?tab=repositories
very goods demo flowpad
http://flowpad.codeplex.com/
xsd diagram
http://regis.cosnier.free.fr/?page=XSDDiagram
https://github.com/dgis/xsddiagram
Diagram.NET
https://github.com/sethjuarez/Diagram.NET
基础才是编程人员应该深入研究的问题,比如:
1)List/Set/Map内部组成原理|区别
2)mysql索引存储结构&如何调优/b-tree特点、计算复杂度及影响复杂度的因素。。。
3)JVM运行组成与原理及调优
4)Java类加载器运行原理
5)Java中GC过程原理|使用的回收算法原理
6)Redis中hash一致性实现及与hash其他区别
7)Java多线程、线程池开发、管理Lock与Synchroined区别
8)Spring IOC/AOP 原理;加载过程的。。。
【+加关注】。