2021年9月22日
摘要: //错误的写法 <img th:src="@{/getImage/${attDesc.identityImgN}" alt="身份证反面"> //正确的写法 <img th:src="@{/getImage/{filename}(filename=${attDesc.identityImgN})}" 阅读全文
posted @ 2021-09-22 19:07 汤姆猫8 阅读(221) 评论(0) 推荐(0)
摘要: 正常情况下: web接口 倘若通过表单提交或者地址栏传值都能接收实体类封装的参数 成功: 传值失败的情况: 这样写的data数据无法被实体类对象接收,也就无法传递数据。 阅读全文
posted @ 2021-09-22 18:44 汤姆猫8 阅读(371) 评论(0) 推荐(0)
摘要: -- Intellj idea如何将本地的jar包,添加到本地meavn库mvn install:install-file -Dfile=D:\soft\esdk-obs-java-3.19.7.jar -DgroupId=com.huawei.storage groupId -DartifactI 阅读全文
posted @ 2021-09-22 15:25 汤姆猫8 阅读(1290) 评论(0) 推荐(0)