
Java
文章平均质量分 54
ArchonGum
https://www.archongum.top/
Live and let live.
展开
-
Java文件续传、断点处理
实现文件读取的断点记录,下次在断点位置继续读取。解决读取文件时突然中断的问题,如断电导致电脑关机。原创 2016-08-14 17:42:20 · 688 阅读 · 0 评论 -
JUnit5 Console Launcher - Linux 命令行
说明与依赖说明:https://junit.org/junit5/docs/current/user-guide/#running-tests-console-launcher依赖:https://repo1.maven.org/maven2/org/junit/platform/junit-platform-console-standalone/使用编译javac -cp junit-...原创 2019-06-26 17:35:13 · 951 阅读 · 0 评论 -
Presto查询内存优化,可缓解内存不足的症状
个人博客原文使用条件Hive v1 bucketing table: v1版本的分桶表(v2没测试,presto对hive 3.x的支持目前还在进行中)其他支持分桶的数据源connector,需要实现presto特定的方法@david: Assuming it’s hashing as in Hive, and two tables bucketed the same w...原创 2019-08-21 14:19:05 · 7135 阅读 · 0 评论