魁梧芝麻

文章
5
资源
0
加入时间
2年10月17天

SpringBoot下的远程调用

注入restTemplate,用它来访问远程对象package com.pp.config;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.boot.web.client.RestTemplateBuilder;import org.springframe...

x264 自适应量化模式 (AQ Adaptive Quantization) 初探

什么是自适应量化自适应量化就是根据宏块的复杂度来调整每个宏块量化时的量化参数。 看一下x264对于相应的参数说明 aq-mode 自适应量化模式(Adaptive Quantization Mode) 默认: 1 若关闭AQ,x264倾向于对低细节度的平滑区域使用过低码率,AQ可以更好把码率分配到各个宏块中. 该选项改变AQ重新安排码率的幅度: 0: 禁止A

hadoop操作hdfs错误

本文转自:http://www.aboutyun.com/blog-61-22.html当我们对hdfs操作的时候,我们可能会碰到如下错误错误1:权限问题Exception in thread "main" org.apache.hadoop.security.AccessControlException: org.apache.hadoop.security.AccessContro...