题目地址:https://pintia.cn/problem-sets/15/problems/726 计算链表长度,注意特判空链表的情况 int Length(List L) { if(!L) return 0;//特判空链表 int len = 1;cout<<L->Data<<endl; wh ...
分类:
其他好文 时间:
2019-09-02 22:16:49
阅读次数:
181
背景 MapDB官网:http://www.mapdb.org 官方翻译之后的话:MapDB基于堆外存储、磁盘存储提供了Java的Maps、Sets、Lists、Queues等功能。它混合了Java集合框架和数据库引擎。它是基于Apache许可的免费的、开源的。 个人觉得:MapDB是一个轻量级的本 ...
分类:
数据库 时间:
2019-08-31 12:40:22
阅读次数:
216
前言 本文主要记录在凸优化中几个比较基础的概念:凸集、仿射集、凸包、锥、锥包。 仿射集(affine sets) 回顾一下直线与线段的定义。 对于 $$x_1 \not = x_2 \in R^n, \theta \in R$$ 则直线可以表示为: $$y = \theta x_1 + (1 \th ...
分类:
其他好文 时间:
2019-08-26 21:10:19
阅读次数:
123
James H. Stock and Mark W. Watson, Introduction to Econometrics: data sets 詹姆斯·H·斯托克 马克·W·沃森. 计量经济学. 数据集 学生资源 https://wps.pearsoned.com/aw_stock_ie_3/ ...
分类:
其他好文 时间:
2019-08-25 10:23:10
阅读次数:
428
#redis 基本操作 进入redis ##redis五种数据类型、及操作 string 字符串 list 列表 hash 哈希 set 集合 sorted sets 有序集合 string set key value 设置给定 key 的值。如果 key 已经存储其他值, SET 就覆写旧值,且无 ...
分类:
数据库 时间:
2019-08-24 17:03:28
阅读次数:
164
worker_cpu_affinity auto;Binds worker processes to the sets of CPUs. worker_rlimit_nofile number;worker进程所能打开的最大文件描述符数量,一般与ulimit -n相同即可 error_log log ...
分类:
其他好文 时间:
2019-08-23 00:13:19
阅读次数:
112
Fragments are selection sets that can be used across multiple queries. They allow you to refactor redundant selection sets, and they are essential whe ...
分类:
其他好文 时间:
2019-08-20 18:45:59
阅读次数:
90
https://pintia.cn/problem-sets/994805342720868352/problems/994805425780670464 ...
分类:
其他好文 时间:
2019-08-18 11:38:05
阅读次数:
82
https://pintia.cn/problem-sets/994805342720868352/problems/994805460652113920 ...
分类:
其他好文 时间:
2019-08-18 09:32:39
阅读次数:
74
https://pintia.cn/problem-sets/994805342720868352/problems/994805419468242944 ...
分类:
其他好文 时间:
2019-08-18 09:27:26
阅读次数:
70