摘要: public static int getUserAge(Date birthDay) throws Exception { SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); Date birthDayAge = sdf.parse 阅读全文
posted @ 2022-06-02 15:47 迷糊桃 阅读(2340) 评论(2) 推荐(0) 编辑
摘要: Mybatis映射,property需要驼峰命名,且首字母要为小写 fileName写为FileName会爆红,如果实体类首字母大写,这里也需要改成小写 阅读全文
posted @ 2022-06-02 11:38 迷糊桃 阅读(589) 评论(0) 推荐(0) 编辑