1. 动态规划 1. 三要素:定义状态,分解子问题(找到迭代公式),设置边界条件 2. 三种解题思路: 1. Brutal Force Search 2. Top Down(回溯+剪枝) 3. Bottom Up(memorization) 2. 解题模板 2.1 题目定义 1. $v[i]$ 第i ...
分类:
其他好文 时间:
2020-05-20 14:01:20
阅读次数:
69
Path类是做什么的? 对包含文件或目录路径信息的 String 实例执行操作。 方法 运行结果: ...
分类:
其他好文 时间:
2020-05-19 18:47:14
阅读次数:
42
You are given an undirected graph without self-loops or multiple edges which consists of nn vertices and mm edges. Also you are given three integers n ...
分类:
其他好文 时间:
2020-05-19 00:53:03
阅读次数:
67
点击新闻弹出新闻内容,并且新闻内容根据鼠标移动 ...
分类:
移动开发 时间:
2020-05-16 00:47:33
阅读次数:
79
错误信息:[Err] 1140 - In aggregated query without GROUP BY, expression #6 of SELECT list contains nonaggregated column 'bladex_account.a.dept_id'; this is ...
分类:
数据库 时间:
2020-05-13 11:56:12
阅读次数:
70
leetcode 3.[无重复字符的最长子串] [无重复字符的最长子串]: https://leetcode cn.com/problems/longest substring without repeating characters/ leetcode 14.[最长公共前缀] [最长公共前缀]: ...
分类:
其他好文 时间:
2020-05-10 19:02:55
阅读次数:
55
var SIMPLE_NORMALIZE = 1; var ALWAYS_NORMALIZE = 2; // wrapper function for providing a more flexible interface // without getting yelled at by flow c ...
分类:
其他好文 时间:
2020-05-10 13:18:06
阅读次数:
100
介绍 使用 普通委托详解 Action委托详解 ...
微软的 Mouse without Borders 可以一套键鼠控制4台电脑,还能够直接把文件拖拽到不同屏幕上实现复制粘贴,简直太好用。 唯一缺点是其他电脑会有点延迟,免费软件还要啥自行车。 再一次,巨硬牛逼!!! 居然没有早发现这个软件 -_-! https://www.microsoft.com ...
分类:
其他好文 时间:
2020-05-09 17:19:10
阅读次数:
63
idea新导入的工程maven install打包报错误:The forked VM terminated without saying properly goodbye. VM crash or System.exit called Failed to execute goal org.apach ...
分类:
数据库 时间:
2020-05-08 19:55:13
阅读次数:
119