webpack 部分相关配置 const path = require('path'); const VueLoaderPlugin = require('vue-loader/lib/plugin'); const HtmlWebpackPlugin = require('html-webpack ...
分类:
其他好文 时间:
2020-07-12 00:54:40
阅读次数:
93
参考链接: 倒排索引:https://www.cnblogs.com/meibaorui/p/reverse_index.html bool检索:https://www.cnblogs.com/meibaorui/p/boolean_search.html ...
分类:
其他好文 时间:
2020-07-11 23:16:15
阅读次数:
96
#简介 科普,宇宙,记录 #第一集 https://www.bilibili.com/bangumi/play/ep249407 #第二集 https://www.bilibili.com/bangumi/play/ep249408 #第三集 https://www.bilibili.com/ban ...
分类:
其他好文 时间:
2020-07-11 22:50:46
阅读次数:
87
在Linux里面,进程可以分成两种:一种为实时进程,需要尽快执行返回结果;另一种是普通进程。 在task_struct中,有一个成员变量叫调度策略。优先级配合调度策略,优先级就是一个数值,对于实时进程,优先级的范围是0~99;对于普通进程,优先级的范围是100~139。数值越小,优先级越高。 对于实 ...
分类:
编程语言 时间:
2020-07-11 18:54:44
阅读次数:
78
[1010. 总持续时间可被 60 整除的歌曲](1010. 总持续时间可被 60 整除的歌曲) 有这样一个性质: \((a+b)\%c=0-->(a\%c+b\%c)\%c=0\) 我们可以用map将每个数对应的取模结果还有个数存起来,这样i从[1,30) , \(map[i]*map[60-i] ...
分类:
其他好文 时间:
2020-07-11 16:45:42
阅读次数:
49
1.IE的兼容性问题 <!-- ie6的兼容性问题 --> <!-- ie6双边距问题 :给浮动的元素加display:inline ie6默认高度问题:font-size:0 或者overflow:hidden --> 2.移动端一像素问题 <!-- 移动端一像素的边框问题:解析时会显示成2像素, ...
分类:
Web程序 时间:
2020-07-11 13:13:49
阅读次数:
71
问题: 给定一个数组,表示了每一个chip的所在位置。 有以下的移动规则: 1.每向左or向右移动2个单位,消耗为0 2.没向左or向右移动1个单位,消耗为1 求将所有chip都移动到同一个位置,消耗最小是多少? Example 1: Input: chips = [1,2,3] Output: 1 ...
分类:
其他好文 时间:
2020-07-11 13:01:30
阅读次数:
47
Hi everyone! My name is Yuwei, and I'm a senior major in computer science. I enjoy meditation and jogging, and I feel like my soul is in a state of pe ...
分类:
其他好文 时间:
2020-07-11 10:08:34
阅读次数:
97
(1) INTRODUCTION We start our study of "World History" with the earliest human migration, almost 2 million years ago! Studies show that Africa is the ...
分类:
其他好文 时间:
2020-07-11 09:45:45
阅读次数:
46
前文传送门: 「Python 图像处理 OpenCV (1):入门」 「Python 图像处理 OpenCV (2):像素处理与 Numpy 操作以及 Matplotlib 显示图像」 「Python 图像处理 OpenCV (3):图像属性、图像感兴趣 ROI 区域及通道处理」 「Python 图 ...
分类:
编程语言 时间:
2020-07-11 09:33:27
阅读次数:
56