自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 python + opencv 框选出图片中人脸

基本功能都是现成的包,安装后导入就可以用了暂时还没有深入去看, 以后有时间吧…怎么安装大家可以搜一搜挺多的, 好像 pip install opencv-contrib-python 就可以我记得我那会就是这么装的…忘记了直接代码吧import cv2# 图像路径 我用的相对路径filepath = 'test.jpg'# 读取文件faceImg = cv2.imread(filepath)# 转换灰色gray = cv2.cvtColor(faceImg,cv2.COLOR_BGR

2021-03-12 15:42:18 1417

原创 springboot+shiro简单token认证

前言最后调用过程参考了 :https://blog.csdn.net/long270022471/article/details/62423286最近可能要用到,所以看了看shiro.结合人人开源的管理后端代码以及其他大佬的写的有关shiro的博文,自己整理了一下避免以后忘记了.其中代码中我加了很多注释,是个人的通俗理解, 可能不正确, 也欢迎大家指出共同进步.Shiro的功能Authentication:身份认证,验证用户是否拥有某个身份。Authorization: 权限校验,验证某

2021-03-12 15:10:52 2803 2

原创 rabbitmq练习死信队列时报错Caused by: com.rabbitmq.client.ShutdownSignalException: channel error; protocol met

主要错误信息如下:Caused by: com.rabbitmq.client.ShutdownSignalException: channel error; protocol method: #method<channel.close>(reply-code=406, reply-text=PRECONDITION_FAILED - inequivalent arg 'x-dead-letter-exchange' for queue 'test_simple_queue' in vhos.

2021-03-05 15:39:14 1147

原创 VUE运行是报错These dependencies were not found: * @/components/upload/multiUpload in ./node_modules/

VUE运行是报错These dependencies were not found: * @/components/upload/multiUpload in ./node_modules/babel-loader/lib!..These dependencies were not found:首先这个我这边报错的信息:These dependencies were not found:* @/components/upload/multiUpload in ./node_modules/babel

2020-12-11 15:48:56 6437

原创 java导出excel表时,报错Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/math3/

java导出excel表时,报错Exception in thread “main” java.lang.NoClassDefFoundError: org/apache/commons/math3/问题情况刚接触java导出excel表,使用的是Jakarta POI。导入该包之后,用基础功能进行测试,发现在文档对象写入文件时报错Exception in thread “main” java...

2019-12-03 18:05:41 1790

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除