摘要: LICEcap 官网:https://www.cockos.com/licecap/ 适用于 windows macos 我自己保持的一版,下载地址:https://files-cdn.cnblogs.com/files/del88/licecap128-install.zip 阅读全文
posted @ 2020-03-18 15:18 del88 阅读(196) 评论(0) 推荐(0)
摘要: @Repository、@Service、@Controller,它们分别对应存储层Bean,业务层Bean,和展示层Bean。如果使用@Repository则需要使用@MapperScan("xxx.xxx.xxx.mapper")进行扫描,然后生成Dao层的Bean才能被注入到Service层中 阅读全文
posted @ 2020-03-18 13:46 del88 阅读(2644) 评论(1) 推荐(1)