logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

生成二维码,批量导出带格式的execl

1.导入pom<dependency><groupId>com.gitee.lwpwork</groupId><artifactId>excel</artifactId><version>0.0.2-RELEASE</version></dependency>2.对象实体类pac...

#java
2020 Python 3.8 操作 redis 实战

#!/usr/bin/python# -*- coding: UTF-8 -*-import redisclass RedisBase:def __new__(cls, *args, **kwargs):"""单例模式"""if not hasattr(cls, "instance"):cls.instance ...

#python
Python3.8 OpenCV 人脸识别入门级demo

#!/usr/bin/python# -*- coding: UTF-8 -*-import cv2#加载OpenCV 自带人脸特征模型defStr = r'D:\Program Files\Python\Python37-32\Lib\site-packages\cv2\data\haarcascade_frontalface_default.xml'#输入识别的图片地...

#人脸识别#python
暂无文章信息