2.图像方面Numpy数组相关操作 In [1]: import cv2 as cv import numpy as np #图片颜色反转 def access_pixels(img): print(img.shape) height=img.shape[0] width=img.shape[1] ...
分类:
编程语言 时间:
2020-07-26 01:42:23
阅读次数:
88
字典, 又称符号表(symbol table)、关联数组(associative array)或者映射(map), 是一种用于保存键值对(key-value pair)的抽象数据结构。 字典在 Redis 中的应用相当广泛, 比如 Redis 的数据库就是使用字典来作为底层实现的, 对数据库的增、删 ...
分类:
其他好文 时间:
2020-07-24 21:21:21
阅读次数:
75
1、使用composer安装 composer require phpoffice/phpspreadsheet 2、写入Excel common(应用公共文件,app/common.php),方便调用: use PhpOffice\PhpSpreadsheet\IOFactory; use Php ...
分类:
Web程序 时间:
2020-07-23 15:52:30
阅读次数:
110
Record the process of Leetcode by issue Weekly Contest Date Weekly Contest 162 11/10/2019 BiWeekly Contest 13 11/16/2019 Weekly Contest 163 11/17/2019 ...
分类:
其他好文 时间:
2020-07-21 14:05:16
阅读次数:
84
空间一记录结构主要为以下几个字段: .矢量记录参数字段VRID(Vector Record Identifier field) .矢量一记录属性字段ATTV(Vector Record Attribute field) .矢量记录指针控制字段VRPC ( Vector Record Pointer ...
分类:
其他好文 时间:
2020-07-20 10:18:42
阅读次数:
66
This section describes lock types used by InnoDB. 翻译:本节描述了InnoDB使用的锁类型。 Shared and Exclusive Locks(共享锁和排他锁) Intention Locks(意向锁) Record Locks(记录锁) Gap ...
分类:
数据库 时间:
2020-07-18 22:25:46
阅读次数:
107
Content ZJU-ICPC Summer 2020 Contest 4 by Group A Problem F. Magical String ZJU-ICPC Summer 2020 Contest 4 by Group A Problem F. Magical String 给定一个一个 ...
分类:
其他好文 时间:
2020-07-17 19:24:42
阅读次数:
54
Content ZJU-ICPC Summer 2020 Contest 4 by Group A Problem F. Magical String ZJU-ICPC Summer 2020 Contest 4 by Group A Problem F. Magical String 给定一个一个 ...
分类:
其他好文 时间:
2020-07-17 16:23:39
阅读次数:
72
play_record表设计 DROP TABLE IF EXISTS `play_record`; CREATE TABLE `play_record` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) DEFAULT NULL, ...
分类:
其他好文 时间:
2020-07-17 16:06:01
阅读次数:
74
转载网址:https://blog.yupaits.com/blog/record/linux-confluence.html#%E5%AE%89%E8%A3%85%E6%AD%A5%E9%AA%A4 Confluence简介 Confluence是一个专业的企业知识管理与协同软件,也可以用于构建企 ...
分类:
系统相关 时间:
2020-07-16 18:31:50
阅读次数:
91