题目: Given an unsorted array of integers, find the length of longest increasing subsequence. Example: Note: There may be more than one LIS combination, ...
分类:
编程语言 时间:
2019-10-20 19:57:56
阅读次数:
102
https://www.cnblogs.com/zhaodafa/p/9667045.html?utm_campaign=haruki&utm_content=note&utm_medium=reader_share&utm_source=qq _label0_8 ...
分类:
其他好文 时间:
2019-10-20 16:20:18
阅读次数:
59
CMD命令: 开始->运行->键入cmd或command(在命令行里可以看到系统版本、文件系统版本) chcp 修改默认字符集chcp 936默认中文chcp 65001 1. appwiz.cpl:程序和功能 2. calc:启动计算器 5. chkdsk.exe:Chkdsk磁盘检查(管理员身份 ...
pip包管理器 pip install xx yy pip list pip search keyword 或者pypi pip help install pip 通用配置 ~/.pip/pip.conf [global] index-url = https://mirrors.aliyun.com ...
分类:
编程语言 时间:
2019-10-20 12:45:55
阅读次数:
95
操作系统系列 系统调用 Note: 功能角度 a. 一是关于进程管理和控制的 b. 二是关于外部设备输入/输出的 c. 三是关于磁盘文件管理的 d. 四是关于访问系统信息的 e. 五是关于存储申请与释放的 Note: 形式角度 操作系统提供的系统调用与一般的过程调用(子程序调用)相似,但它们有着明显 ...
分类:
其他好文 时间:
2019-10-20 11:05:35
阅读次数:
80
1. 敬业签 2. Microsoft To-Do(奇妙清单) 3. Evernote 4.one note 5.Google Keep 6.to-do-ist 7.365 日历 8.Any.Do 9. 嘀嗒清单 https://www.playpcesor.com/2017/03/20-todo- ...
分类:
移动开发 时间:
2019-10-20 00:38:57
阅读次数:
143
Ax_note. in parameter for show_n_char() is __formal parameter__ include include define NAME "ENOMOTHEM, INC." define ADDRESS "101 Beijing China" defin ...
分类:
其他好文 时间:
2019-10-19 18:59:50
阅读次数:
84
Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missing from the array. Example 1: Example 2: Note:Your ...
分类:
其他好文 时间:
2019-10-19 09:33:02
阅读次数:
63
完好格式见:https://www.zybuluo.com/Spancymath/note/1623555 什么是WebService? 基于web的服务,使用Web(HTTP)方式,接收和响应外部系统的某种请求,从而实现远程调用。 名词解释 1. XML: Extensible Markup La ...
分类:
Web程序 时间:
2019-10-18 23:55:17
阅读次数:
177
Note: The size of the BST will not exceed 50. The BST is always valid and each node's value is different. Note: The size of the BST will not exceed 50 ...
分类:
其他好文 时间:
2019-10-18 16:05:04
阅读次数:
97