自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (6)
  • 收藏
  • 关注

原创 读取excel文件‘utf-16-le‘ codec can‘t decode bytes in position 96-97:unexpected end of data 解决办法

UnicodeDecodeError: ‘utf-16-le’ codec can’t decode bytes in position 96-97:unexpected end of data 解决办法!!使用python的pandas库中的read_excel函数出现上述错误。下面是我出错的代码 。import pandas as pdimport numpy as npimport xlrd#这里打开的文件还是xls文件,后续步骤完成后请修改后缀raw_df=pd.DataFrame(

2021-04-24 01:58:33 4748 4

转载 module ‘tensorflow’ has no attribute ‘reset_default_graph’ 的解决方案

module ‘tensorflow’ has no attribute ‘reset_default_graph’ 的解决方案把原有的导入代码import tensorflow as tf2.改为以下两行import tensorflow.compat.v1 as tftf.disable_v2_behavior()亲测有效转载自 https://www.cnblogs.com/z-cm/p/12988004.html...

2021-03-28 13:37:22 916 1

原创 Windows Media Player改变视频播放背景颜色

小伙伴们应该会遇到要把黑色的播放背景改为别的颜色的时候吧~这里我们把黑色背景改为白色首先打开Windows Media Player(废话)然后点击右键->更多选项->性能->视频边框颜色->更改->白色ok!...

2020-03-21 02:19:11 1503

spring-beans-4.1.9.RELEASE.jar

跑Springboot的时候要注意jar包版本一致哈(之前上传的bean版本是3.x.x的,请大家看仔细哦)

2021-05-11

spring-core-4.1.9.RELEASE.jar

放心下载

2021-05-11

spring-expression-4.1.9.RELEASE.jar

噗 为了实现简单的一个依赖注入的例子,找了一下午jar包 孩子哭了

2021-05-11

spring-context-4.1.9.RELEASE.jar

放心下载呦(找了好久55555)

2021-05-11

spring-beans-3.0.4.RELEASE.jar

放心下载(找了好久5555)

2021-05-11

学生考勤管理系统.zip

语言:c++ 有注释,需要自己添加学生考勤名单文本,欢迎下载。

2020-04-01

空空如也

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

TA关注的人

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