2022年2月18日
摘要: List dataList = Arrays.asList(data); //集合1 List dataList1 = Arrays.asList(data1); //集合2 List list2 = (List) dataList1.stream().filter(item -> !dataLis 阅读全文
posted @ 2022-02-18 16:02 简单明了 阅读(1459) 评论(0) 推荐(0) 编辑
  2019年6月21日
摘要: 一、软考介绍 •软考是由人力资源和社会保障部和工业和信息化部领导下的国家级考试,其目的是,科学、公正地对全国计算机与软件专业技术人员进行职业资格、专业技术资格认定和专业技术水平测试。上半年考试时间为5月底(第三个周六、周日),下半年考试时间为11月中旬(第二个周六、周日)。 •这种考试还具有水平考试 阅读全文
posted @ 2019-06-21 10:42 简单明了 阅读(3781) 评论(0) 推荐(0) 编辑
  2018年10月15日
摘要: # Script ffmpeg compile for Centos 7.x # Alvaro Bustos, thanks to Hunter. # Updated 5-8-2018 # URL base https://trac.ffmpeg.org/wiki/CompilationGuide/Centos # Install libraries yum install -y autocon... 阅读全文
posted @ 2018-10-15 13:40 简单明了 阅读(1070) 评论(0) 推荐(0) 编辑
  2017年5月16日
摘要: import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import org.apache.flume.Channel; import org.apache.flume.Context; import org.a... 阅读全文
posted @ 2017-05-16 22:56 简单明了 阅读(547) 评论(0) 推荐(0) 编辑
摘要: import java.nio.charset.Charset; import java.util.HashMap; import java.util.Random; import org.apache.flume.Context; import org.apache.flume.EventDeliveryException; import org.apache.flume.PollableS... 阅读全文
posted @ 2017-05-16 22:55 简单明了 阅读(303) 评论(0) 推荐(0) 编辑
摘要: a1.sources = r1 a1.sinks = k1 k2 a1.channels = c1 # Describe/configure the source a1.sources.r1.type = netcat a1.sources.r1.bind = localhost a1.sources.r1.port = 44444 # Describe the sink a1.sinks.... 阅读全文
posted @ 2017-05-16 22:53 简单明了 阅读(165) 评论(0) 推荐(0) 编辑
摘要: a1.sources = r1 a1.sinks = k1 k2 a1.channels = c1 # Describe/configure the source a1.sources.r1.type = netcat a1.sources.r1.bind = localhost a1.sources.r1.port = 44444 # Describe the sink a1.sinks.... 阅读全文
posted @ 2017-05-16 22:52 简单明了 阅读(166) 评论(0) 推荐(0) 编辑
摘要: a1.sources = r1 a1.sinks = k1 k2 a1.channels = c1 c2 # Describe/configure the source a1.sources.r1.type = netcat a1.sources.r1.bind = localhost a1.sources.r1.port = 44444 # Describe the sink a1.sin... 阅读全文
posted @ 2017-05-16 22:50 简单明了 阅读(388) 评论(0) 推荐(0) 编辑
摘要: a1.sources = r1 a1.sinks = k1 k2 a1.channels = c1 c2 # Describe/configure the source a1.sources.r1.type = netcat a1.sources.r1.bind = localhost a1.sources.r1.port = 44444 # Describe the sink a1.sin... 阅读全文
posted @ 2017-05-16 22:46 简单明了 阅读(166) 评论(0) 推荐(0) 编辑
摘要: a1.sources = r1 a1.sinks = k1 a1.channels = c1 # Describe/configure the source a1.sources.r1.type = netcat a1.sources.r1.bind = localhost a1.sources.r1.port = 44444 a1.sources.r1.interceptors =i5 #a... 阅读全文
posted @ 2017-05-16 22:44 简单明了 阅读(1042) 评论(0) 推荐(0) 编辑