2021年3月25日
摘要: @Query(value = "select name,author,price from Book b where b.price>?1 and b.price<?2")List<Book> findByPriceRange(long price1, long price2); @Query(va 阅读全文
posted @ 2021-03-25 18:15 qiao1127 阅读(114) 评论(0) 推荐(0)
摘要: html: 1 <!-- 图片文本框 --> 2 <input type="file" class="form-control" id="file" name="file" onchange="javascript:preview(this)"> 3 <!-- 这个是在上传之前回显图片图片展示 -- 阅读全文
posted @ 2021-03-25 18:10 qiao1127 阅读(761) 评论(0) 推荐(0)