Reverse a singly linked list. Example: Follow up: A linked list can be reversed either iteratively or recursively. Could you implement both? 思路: 重塑链表, ...
分类:
其他好文 时间:
2019-08-29 16:13:39
阅读次数:
92
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-08-29 15:27:24
阅读次数:
81
"2019 Multi University Training Contest 3" 补题链接: "2019 Multi University Training Contest 3" 1002 Blow up the city "(HDU 6604)" 题意 给定 $n$ 个点和 $m$ 条边的有向 ...
分类:
其他好文 时间:
2019-08-29 12:10:19
阅读次数:
114
docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES5753236c11fc puckel/docker-airflow:1.10.1 "/entrypoint.sh sc..." 20 hours ago Up 20 hou ...
分类:
其他好文 时间:
2019-08-29 11:27:10
阅读次数:
75
主要基于jmetet工具 有任何疑问直接留言,可以相互讨论,有大佬愿意帮小弟补充一下也欢迎,求个测试大佬师傅带 线程组菜单: 线程数:并发数量Rame-Up时间(秒):多久跑完线程数,比如线程是10,Rame-Up时间是10秒,就是10秒内跑完10个线程,1秒一个循环次数:让上面的线程数和Ramp- ...
分类:
其他好文 时间:
2019-08-28 17:05:22
阅读次数:
108
1、注释: a) 单行注释:[ctrl+k,ctrl+c] 或 ctrl+/ b) 取消单行注释:[ctrl+k,ctrl+u] (按下ctrl不放,再按k + u) c) 多行注释:[alt+shift+A] d) 多行注释:/** 2、移动行:alt+up/down 3、显示/隐藏左侧目录栏 c... ...
分类:
其他好文 时间:
2019-08-28 15:53:57
阅读次数:
112
Two Sum Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would ...
分类:
其他好文 时间:
2019-08-28 01:16:26
阅读次数:
80
Easy There is a robot starting at position (0, 0), the origin, on a 2D plane. Given a sequence of its moves, judge if this robot ends up at (0, 0) aft ...
分类:
其他好文 时间:
2019-08-27 23:26:05
阅读次数:
127
###################### # - Conky settings - # ###################### update_interval 1 total_run_times 0 net_avg_samples 1 cpu_avg_samples 1 if_up_str... ...
分类:
其他好文 时间:
2019-08-27 19:36:02
阅读次数:
132
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:
其他好文 时间:
2019-08-27 19:34:02
阅读次数:
112