1. https://www.joinquant.com/ https://zhuanlan.zhihu.com/p/24649311 ...
分类:
其他好文 时间:
2018-10-07 22:31:21
阅读次数:
227
#反向迭代一个listlist=[2,4,6,4,3,7,5,45,23,6,5,32,6,52,324,23,65,76,3,234,6,3,4,356,7,74,234,35,7,86]def funrev(list): list1=[] for i in range(len(list)): l... ...
分类:
其他好文 时间:
2018-10-07 17:55:41
阅读次数:
305
Given a string S, return the "reversed" string where all characters that are not a letter stay in the same place, and all letters reverse their positi ...
分类:
编程语言 时间:
2018-10-07 14:35:27
阅读次数:
222
在地址栏敲: about:flags ,打开设置界面:停用:Enable Print Preview Registration PromosChrome快捷方式增加:--kiosk-printing这样就可以静默,打印,直接使用默认打印机进行打印。另:如需是Chrome全屏+静默打印: 使用 --k ...
分类:
其他好文 时间:
2018-10-06 16:42:12
阅读次数:
557
Example The first line of Figure 14-7 (number 40) indicates the first time ACK 23801 is received The window update at time 0.853 is an ACK with a dupl ...
分类:
其他好文 时间:
2018-10-05 20:24:49
阅读次数:
414
题面 "bzoj上的强制在线版本" 思路 首先可以确定,这类联通块相关的询问问题,都可以$LCT$+可持久化记录解决 用LCT维护生成树作为算法基础 具体而言,从前往后按照边的编号顺序扫一遍边 如果这条边两端不在同一个$LCT$联通块中,则$link$ 否则$cut$掉当前连接两条边的路径上的编号最 ...
分类:
其他好文 时间:
2018-10-05 17:22:44
阅读次数:
175
题目描述 辉辉热衷于洞穴勘测。某天,他按照地图来到了一片被标记为JSZX的洞穴群地区。经过初步勘测,辉辉发现这片区域由n个洞穴(分别编号为1到n)以及若干通道组成,并且每条通道连接了恰好两个洞穴。假如两个洞穴可以通过一条或者多条通道按一定顺序连接起来,那么这两个洞穴就是连通的,按顺序连接在一起的这些 ...
分类:
其他好文 时间:
2018-10-05 15:05:06
阅读次数:
184
#if defined(UNICODE) && !defined(_UNICODE) #define _UNICODE #elif defined(_UNICODE) && !defined(UNICODE) #define UNICODE #endif #include #include /* D... ...
常用Linux命令: 文件和目录: # cd /home 进入 '/home' 目录# cd .. 返回上一级目录# cd ../.. 返回上两级目录# cd - 返回上次所在目录# cp file1 file2 将file1复制为file2# cp -a dir1 dir2 复制一个目录# cp ...
分类:
系统相关 时间:
2018-10-05 12:10:34
阅读次数:
209
"布尔索引" 简书大神SeanCheney的译作,我作了些格式调整和文章目录结构的变化,更适合自己阅读,以后翻阅是更加方便自己查找吧 设定最大列数和最大行数 1 布尔值统计信息 .dataframe tbody tr th:only of type { vertical align: middle; ...
分类:
其他好文 时间:
2018-10-04 19:29:43
阅读次数:
218