随笔分类 -  问题记录

Mybatis的TypeHandler注册流程
摘要:最近在项目中用到了自定义的枚举类typeHandler,参考了网上的代码,定义的枚举类处理器如下: @MappedTypes({ BaseCodeEnum.class, UserType.class, UserStatus.class, Gender.class }) public class Co 阅读全文

posted @ 2021-05-10 14:57 maoshiling 阅读(1306) 评论(0) 推荐(0)

Python学习与使用问题记录
摘要:1、IndentationError:unindent does not match any outer indentation level 原因:代码缩进有问题 解决方案:notepadd++文本编辑器中可以显示空格与制表符【视图-显示符号-显示空格和制表符】 阅读全文

posted @ 2018-03-03 16:30 maoshiling 阅读(156) 评论(0) 推荐(0)

Eclipse使用问题记录
摘要:问题1: Description Resource Path Location Type Access restriction 解决方案:项目右键--build path--config build path--library--JRE system library删除后重新添加 问题2: The 阅读全文

posted @ 2018-01-25 16:29 maoshiling 阅读(186) 评论(0) 推荐(0)

导航