摘要: 上传下载网上有很多,在这里就不一一介绍了,写这个博客的目的是因为写项目的时候一时间找不到适用的注解形式的下载(操作本地文件的显示) 代码如下: package com.carrentmanager.utils; import java.io.FileInputStream;import java.i 阅读全文
posted @ 2017-05-04 15:39 bigot_Lee 阅读(622) 评论(0) 推荐(0)
摘要: @Entity@Table(name = "photoGroup")public class PhotoGroup implements Serializable{ private static final long serialVersionUID = -142542213293758421L; 阅读全文
posted @ 2017-04-28 12:30 bigot_Lee 阅读(130) 评论(0) 推荐(0)