OBDSTAR Odomaster is a new odometer correction tool. With the latest cluster calibration technology from OBDSTAR, it’s very easy to use, and supports ...
分类:
其他好文 时间:
2020-07-10 13:00:22
阅读次数:
79
problem 1010. Pairs of Songs With Total Durations Divisible by 60 参考 1. leetcode_1010. Pairs of Songs With Total Durations Divisible by 60; 完 ...
分类:
其他好文 时间:
2020-07-09 22:47:52
阅读次数:
73
problem 1122. Relative Sort Array solution1: code 哈希表 solution2: code: 思路 解题思路: 首先解读题意。arr2的元素都是独一无二的,并且都所属于arr1。arr1中可能包含重复元素。目标是将arr1中的元素重新排序,排序规则是1 ...
分类:
其他好文 时间:
2020-07-09 22:34:40
阅读次数:
72
problem 1013. Partition Array Into Three Parts With Equal Sum 不明白的点: 有可能很多个part,前N个part之和满足sum的1/3或者2/3,然后前N+k个part也能够满足sum的1/3或者2/3,也就是说可能不止一种组合; 而本题 ...
分类:
其他好文 时间:
2020-07-09 22:15:32
阅读次数:
66
一、modify easy-mock-->/api/gathering/search/{page}/{size} { "flag": true, "code": 20000, "message": "@string", "data": { "total": "@integer(60, 100)", ...
分类:
其他好文 时间:
2020-07-09 22:05:02
阅读次数:
61
Concept http://spark.apache.org/streaming/ Spark Streaming makes it easy to build scalable fault-tolerant streaming applications. Ease of Use Build ap ...
分类:
其他好文 时间:
2020-07-08 13:26:09
阅读次数:
59
2020宁波市第三届网络安全大赛,比赛分行业组和院校组进行团体赛。感觉这次比赛还是很不错的~ 值得参加。 Easy_SSRF <?php show_source(__FILE__); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $_GET["ur ...
分类:
Web程序 时间:
2020-07-07 21:04:32
阅读次数:
428
不同版本更新方法竟然是成千生上万种(夸张手法),说不定自己什么时候能用到,记录一下! 首先说明一下指定版本更新方法就是xxxxxxxxx --xxxxxx pip=20.1.1 (假设指定的版本是20.1.1) easy_install -U pip (试过成功)python -m pip inst ...
分类:
其他好文 时间:
2020-07-07 20:42:28
阅读次数:
75
安装此插件:Easy Compile "easycompile.compile": { "less": true }, "easycompile.less": { "sourceMap": true }, ...
分类:
其他好文 时间:
2020-07-07 17:31:06
阅读次数:
52
题目来源:leetcode104 二叉树的最大深度 题目描述: 给定一个二叉树,找出其最大深度。 二叉树的深度为根节点到最远叶子节点的最长路径上的节点数。 说明: 叶子节点是指没有子节点的节点。 示例: 给定二叉树 [3,9,20,null,null,15,7] 返回它的最大深度 3 。 解题思路: ...
分类:
其他好文 时间:
2020-07-07 10:18:52
阅读次数:
80