题目来源:leetcode33 搜索旋转排序数组 题目描述: 假设按照升序排序的数组在预先未知的某个点上进行了旋转。 ( 例如,数组 [0,1,2,4,5,6,7] 可能变为 [4,5,6,7,0,1,2] )。 搜索一个给定的目标值,如果数组中存在这个目标值,则返回它的索引,否则返回 -1 。 你 ...
分类:
编程语言 时间:
2020-07-16 21:36:36
阅读次数:
87
meta简单来说就是路由元信息 也就是每个路由身上携带的信息。这里简单的举两个例子:其次还有一个功能就是能够控制公共组件的显示或隐藏 原文链接:https://blog.csdn.net/Ares0412/article/details/98795576?utm_medium=distribute. ...
分类:
Web程序 时间:
2020-07-16 12:01:59
阅读次数:
124
题目来源:leetcode148 排序链表 题目描述: 在 O(n log n) 时间复杂度和常数级空间复杂度下,对链表进行排序。 示例 1: 输入: 4->2->1->3 输出: 1->2->3->4 示例 2: 输入: -1->5->3->4->0 输出: -1->0->3->4->5 解题思路 ...
分类:
编程语言 时间:
2020-07-16 00:16:55
阅读次数:
66
题目来源:leetcode227基本计算器II 题目描述: 实现一个基本的计算器来计算一个简单的字符串表达式的值。 字符串表达式仅包含非负整数,+, - ,*,/ 四种运算符和空格 。 整数除法仅保留整数部分。 示例 1: 输入: "3+2*2" 输出: 7 示例 2: 输入: " 3/2 " 输出 ...
分类:
其他好文 时间:
2020-07-15 23:40:20
阅读次数:
78
https://medium.com/terra-money/survey-of-automated-market-making-algorithms-951f91ce727a Automated market makers are routinely adopted in a number of ...
分类:
其他好文 时间:
2020-07-15 15:45:37
阅读次数:
60
设置密码: mysql> set password for root@localhost = password('test123'); 报错:ERROR 1819 (HY000): Your password does not satisfy the current policy requireme ...
分类:
数据库 时间:
2020-07-14 18:33:06
阅读次数:
79
原文: https://medium.com/@saschagrunert/demystifying-containers-part-i-kernel-space-2c53d6979504 This series of blog posts and corresponding talks aims ...
分类:
其他好文 时间:
2020-07-14 16:33:00
阅读次数:
54
https://blog.csdn.net/cdlwhm1217096231/article/details/95060636?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-13.no ...
分类:
其他好文 时间:
2020-07-13 18:50:08
阅读次数:
82
https://blog.csdn.net/heixiuheixiu666/article/details/105734283?utm_medium=distribute.pc_relevant.none-task-blog-OPENSEARCH-7.compare&depth_1-utm_sour ...
分类:
其他好文 时间:
2020-07-13 18:44:49
阅读次数:
112
转: windows版下载: RocketMQ在windows环境下的搭建安装 windows版安装: RocketMQ在windows环境下的安装 入门demo: RocketMQ入门教程 ...
分类:
其他好文 时间:
2020-07-13 12:06:31
阅读次数:
65