Redis字符串的实现 Redis虽然是用C语言写的,但却没有直接用C语言的字符串,而是自己实现了一套字符串。目的就是为了提升速度,提升性能,可以看出Redis为了高性能也是煞费苦心。 Redis构建了一个叫做简单动态字符串(Simple Dynamic String),简称SDS 1.SDS 代码 ...
分类:
其他好文 时间:
2020-07-27 13:49:13
阅读次数:
72
第一步:开启表格的高亮显示配置属性。highlight-current-row 第二步:全局引入css /* 用来设置当前页面element全局table 选中某行时的背景色*/ .container .el-table__body tr.current-row>td{ background-col ...
分类:
其他好文 时间:
2020-07-27 13:46:55
阅读次数:
167
安装wxpython 及其他依赖 #1 安装wxFormBuolder https://sourceforge.net/projects/wxformbuilder/ #2 安装wxpython pip install wxPython -i https://pypi.douban.com/simp ...
分类:
编程语言 时间:
2020-07-27 09:35:55
阅读次数:
69
安装模块: pip install 模块名 利用豆瓣源指定路径安装: pip install -i http://pypi.douban.com/simple/ paramiko --trusted-host pypi.douban.com --target=E:\pythondir\venv\Li ...
分类:
编程语言 时间:
2020-07-26 15:37:42
阅读次数:
80
题目描述 The task is really simple: given N exits on a highway which forms a simple cycle, you are supposed to tell the shortest distance between any pair ...
分类:
其他好文 时间:
2020-07-26 15:22:02
阅读次数:
59
https://www.cnblogs.com/sfencs-hcy/p/10989298.html 1.安装:pip install pympler 或 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pympler 2.配置: DE ...
分类:
其他好文 时间:
2020-07-26 15:18:02
阅读次数:
61
基本的表格 table表示HTML文档的表格;tr表示表格中的行;td表示表格中的单元格 表头单元格 th元素表示表头单元格,用来区分数据和对数据的说明。可以在一行中混合使用td和th元素,也可以让一行包含清一色的th元素 表头和表格主体 tbody元素表示构成表格主体的全体行 thead元素用来标 ...
分类:
其他好文 时间:
2020-07-26 01:12:15
阅读次数:
104
实现思路首先监听复选框,使用obj.tr返回当前行jquery节点对象,此行下有该节点的下标属性;判断复选框全选和多选:当复选框多选,将点击后的复选框的jquery的节点对象push进array数组,反选则获取反选复选框代表的节点对象,取到该节点对象下标属性值,此时再与array中数组的每一项复选框 ...
分类:
其他好文 时间:
2020-07-26 00:58:53
阅读次数:
166
# python安装reportlab pip install reportlab -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com参考https://blog.csdn.net/zhezhebie/article/de ...
分类:
编程语言 时间:
2020-07-25 23:28:34
阅读次数:
72
ffplay是ffmpeg源码中一个自带的开源播放器实例,同时支持本地视频文件的播放以及在线流媒体播放,功能非常强大。 FFplay: FFplay is a very simple and portable media player using the FFmpeg libraries and t ...
分类:
其他好文 时间:
2020-07-25 09:54:41
阅读次数:
80