码迷,mamicode.com
首页 >  
搜索关键字:up    ( 7825个结果
What is Zeebe?
转自: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
leetcode 206. Reverse Linked List
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
CF1065F Up and Down the Tree
题解: 和正解方法不太一样 正解的大概意思就是先向下走可以走回来的 再走不能走回来的 能走回来的就是到这个儿子后最近的叶子可以返回的 然后这样可以O(n)计算 我自己做的时候以为这样不太能做。。 所以用的是哪些点可以返回当前点 途中可以利用其它叶子 可以发现如果可以利用其他叶子到达,那多个的时候也可 ...
分类:其他好文   时间:2019-02-02 17:30:59    阅读次数:168
B. Light It Up
前缀和,维护两个前缀和,观察到如果i为奇数就可以在前面或后面插点 ...
分类:其他好文   时间:2019-02-02 13:00:38    阅读次数:154
216. Combination Sum III
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
206. Reverse Linked List
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
java.io.IOException: java.io.FileNotFoundException: /tmp/tomcat.2457258178644046891.8080/work/Tomcat/localhost/innovate-admin/C:/up/154884318438733213952/sys-error.log (没有那个文件或目录)
环境: Ubuntu18 vue+elementUI 实现文件的上传 报错信息: java.io.IOException: java.io.FileNotFoundException: /tmp/tomcat.2457258178644046891.8080/work/Tomcat/localhos ...
分类:编程语言   时间:2019-02-01 01:13:03    阅读次数:1446
about unit test
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
Self Centos + Windows server 2016
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: ...
分类:Windows程序   时间:2019-01-29 00:36:29    阅读次数:249
platform下的js分析_1
[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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!