转自:https://zeebe.io/what-is-zeebe/ Zeebe is a workflow engine for microservices orchestration. This write-up will help you understand exactly what Zee ...
分类:
其他好文 时间:
2019-02-04 20:58:12
阅读次数:
214
Reverse a singly linked list. Example: Follow up: A linked list can be reversed either iteratively or recursively. Could you implement both? 解法一:遍历(我的 ...
分类:
其他好文 时间:
2019-02-02 20:36:53
阅读次数:
159
题解: 和正解方法不太一样 正解的大概意思就是先向下走可以走回来的 再走不能走回来的 能走回来的就是到这个儿子后最近的叶子可以返回的 然后这样可以O(n)计算 我自己做的时候以为这样不太能做。。 所以用的是哪些点可以返回当前点 途中可以利用其它叶子 可以发现如果可以利用其他叶子到达,那多个的时候也可 ...
分类:
其他好文 时间:
2019-02-02 17:30:59
阅读次数:
168
前缀和,维护两个前缀和,观察到如果i为奇数就可以在前面或后面插点 ...
分类:
其他好文 时间:
2019-02-02 13:00:38
阅读次数:
154
Find all possible combinations of k numbers that add up to a number n, given that only numbers from 1 to 9 can be used and each combination should be ...
分类:
其他好文 时间:
2019-02-01 23:27:38
阅读次数:
269
Reverse a singly linked list. Example: Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL Follow up: A linked list can be reversed either iterativ ...
分类:
其他好文 时间:
2019-02-01 14:11:00
阅读次数:
184
环境: Ubuntu18 vue+elementUI 实现文件的上传 报错信息: java.io.IOException: java.io.FileNotFoundException: /tmp/tomcat.2457258178644046891.8080/work/Tomcat/localhos ...
分类:
编程语言 时间:
2019-02-01 01:13:03
阅读次数:
1446
Use unify unit test framework CPPUnit 1.12.1/Visual stdio Unit is a class or a function Test per major component Test by developer Set up clean enviro ...
分类:
其他好文 时间:
2019-01-30 14:22:33
阅读次数:
122
Set up by Derek: 2019-1-25 登陆个人物理机: license 60天Free , 如果过期,就在 VMware ESXI 6.5.0的黑屏界面去reset. https://192.168.137.150/ui/#/login root/blank 创建VM Linux: ...
[TOC] 主要包含 CCEnum.js id generater.js js.js CCEnum.js Enum 作用是用来创建一个枚举类型.基本使用: 则 Dir.Up = 0, Dir.Down = 1, Dir.Left = 2, Dir.Right = 3; id generater.js ...
分类:
Web程序 时间:
2019-01-28 10:56:37
阅读次数:
122