03 2021 档案

摘要:#实习生最被看重的两大重点: ##1.具有强烈的想要成功的欲望 ##2.潜力 ###(1):聚焦任务:上级交代的任务,需要的解决与否,而不是接受与否,不能解决也要想办法解决。存在几个反馈节点: ①:接收到任务时,需要进行需求确认。保证接收到的和自己理解的一致。 ②:给出解决方案时,再找到解决方法之后 阅读全文
posted @ 2021-03-12 23:45 尹小宝W 阅读(215) 评论(0) 推荐(0)
摘要:#错误信息: ##可能的原因: ###(1)读取文件的时候,excel中的字段和实体类匹配不上,我自己的原因就是在excel中只读取4个字段,但是在实体类中@ExcelProperty了所有字段,这个没有问题,但是不能加上index = x , 这样会报以上异常。删除未读的index即可 ###(2 阅读全文
posted @ 2021-03-11 10:54 尹小宝W 阅读(565) 评论(0) 推荐(0)
摘要:#1:导入依赖jar包 <!-- https://mvnrepository.com/artifact/com.alibaba/easyexcel --> <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artif 阅读全文
posted @ 2021-03-10 22:58 尹小宝W 阅读(251) 评论(0) 推荐(0)
摘要:#1:导入生成二维码的依赖 下载链接依赖示例 <repositories> <repository> <id>com.e-iceblue</id> <url>http://repo.e-iceblue.cn/repository/maven-public/</url> </repository> < 阅读全文
posted @ 2021-03-09 23:25 尹小宝W 阅读(393) 评论(1) 推荐(0)
摘要:#1:导入依赖jar包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> <dependency> 阅读全文
posted @ 2021-03-09 22:59 尹小宝W 阅读(216) 评论(0) 推荐(0)