Given a m * n matrix mat and an integer K, return a matrix answer where each answer[i][j] is the sum of all elements mat[r][c] for i - K <= r <= i + K ...
分类:
其他好文 时间:
2020-06-04 23:16:41
阅读次数:
110
####一、RAID简介: 1.RAID介绍 RAID是磁盘冗余阵列(redundant array of independent disks)简称磁盘阵列。 RAID是一种把多块独立的物理磁盘按不同的raid级别组合起形成一个磁盘组,在逻辑上看是一块大的磁盘,可以提供比单个物理磁盘更大的存储容量或 ...
分类:
系统相关 时间:
2020-06-03 15:50:32
阅读次数:
75
https://github.com/mdn/dom-examples/blob/master/web-crypto/import-key/spki.js How to convert ArrayBuffer to and from String | Web https://developers.g ...
分类:
其他好文 时间:
2020-06-01 20:24:25
阅读次数:
63
转自:https://medium.com/@samuel_vdc/data-liberation-pattern-using-debezium-engine-4fd32b92d826 Data liberation tries to answer; “How do you get data out ...
分类:
其他好文 时间:
2020-05-29 09:28:25
阅读次数:
92
技能要求 来源 https://www.zhihu.com/question/27840814/answer/617070140 如题,应届生除了要良好地掌握算法和数据结构以外,以下一些技能点列表希望对大家有帮助,有兴趣的朋友可以参考这个针对性地补缺补差。文章列出的技能点有的要求熟悉,有的了解即可, ...
分类:
其他好文 时间:
2020-05-27 12:05:59
阅读次数:
77
https://adworld.xctf.org.cn/task/answer?type=pwn&number=2&grade=0&id=5057&page=1 这个题,感觉和前面比,难度反倒低了一点,这里面用了两个知识 1:linux 系统随机数获取 2:srand 伪随机数生成 只要记住一点,就 ...
分类:
其他好文 时间:
2020-05-26 21:57:50
阅读次数:
82
https://adworld.xctf.org.cn/task/answer?type=pwn&number=2&grade=0&id=5051&page=1 呃,这题是xctf 上的练习题 我第一次搞这个,所以还不太懂界面上的都是什么,浪费了太多时间。 界面是这样的,乱七八糟一堆信息,但是实际上 ...
分类:
其他好文 时间:
2020-05-26 09:13:55
阅读次数:
109
matplotlib更漂亮一点,matlab比较方便 imagesc(x,y,data); colormap(jet) https://www.zhihu.com/question/268877581/answer/795004684 1 MATLAB 一维数据 二维数据 可以使用Renderer来 ...
分类:
其他好文 时间:
2020-05-24 19:34:11
阅读次数:
206
http://www.tohuo.com/t/1225 https://www.zhihu.com/question/19911209/answer/876481176 大数定律具体是个什么概念? (切比雪夫大数定律、伯努利大树定律、辛钦大数定律)and中心极限定理又是个什么概念?(列维—林德伯格定 ...
分类:
其他好文 时间:
2020-05-24 13:49:51
阅读次数:
230
1、翻译自StackOverflow的推论 原文:https://stackoverflow.com/questions/35229143/what-exactly-do-sockets-shutdown-disconnect-close-and-dispose-do This answer mad ...