Warning: Attempt to read property "term_id" on null in /www/wwwroot/sunan.me/wp-content/themes/pix/archive.php on line 12

SpringBoot中静态类调用自动注入的Mapper

问题 在静态的方法中使用 Mybatis Mapper, SpringBoot注解@Autowired 是不行的。 解决方法 创建一个工具类,并且使用 @PostConstruct 注解 。 该注解会在类加载之前自动...

利用csv包读取和写入tsv文件

总结一下tsv文件的操作方法,备忘。 写文件 import csv with open('file.tsv', 'w') as f: tsv_w = csv.writer(f, delimiter='\t')...

消息盒子
# 您需要首次评论以获取消息 #
# 您需要首次评论以获取消息 #

只显示最新10条未读和已读信息