- 博客(5)
- 收藏
- 关注
转载 Java GC 如何识别垃圾
Java GC 如何识别垃圾(https://www.cnblogs.com/hzzjj/p/6268432.html)
2021-03-08 10:07:35
148
原创 java后台文件下载
public void download(HttpServletRequest request, HttpServletResponse response, String fileName, byte[] content) { try { String fileNameUtf8 = URLEncoder.encode(fileName, "UTF8"); setResponseHeader(response, fileNameUtf8); re...
2021-01-29 14:20:09
204
原创 java多线程中Thread.currentThread() 和 this 的区别
1.java多线程中Thread.currentThread() 和 this 的区别: /** * @Description: java多线程中Thread.currentThread() 和 this 的区别 * @Author: likun * @Date: 2021/1/26 */ public class T { public static void main(String[] args) { T1 t1 = new T1("T1"); Thr
2021-01-27 10:42:42
154
原创 Ueditor后台配置类
1.Ueditor后台配置类: /** * @Description: ueditor配置,图片上传控制器 * @Author: likun * @Date: 2020/11/18 */ @RestController @RequestMapping("/file/ueditor") public class UEditorController extends BaseController { private static final Logger logger = LoggerF
2021-01-26 09:46:06
343
原创 PageUtil工具类
/** * Created by likun on 2020/7/13. */ public class PageUtil { public final static Integer DEFAULT_PAGE_SIZE = 200; /** * 分页获取数据 * * @param data 原始数据 * @param curPage 当前页 * @param pageSize 每页数量 * @return .
2021-01-25 09:49:00
1474
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人