官方文档: https://wiki.mikrotik.com/wiki/Manual:PPP_AAA on-up (script; Default: ) Execute script on user login-event. These are available variables that a ...
分类:
其他好文 时间:
2020-05-31 17:41:48
阅读次数:
87
原理 Compression Format 压缩格式 文件体积=原始文件体积x压缩率 Vorbis 压缩率大(3-40:1),解码慢 ADPCM 压缩率小(3.5:1),解码速度较快 PCM 未压缩,解码速度最快,体积最大 Load Type 加载方式 内存占用取决于加载音频的方式。以下方式,内存占 ...
分类:
编程语言 时间:
2020-05-31 15:43:25
阅读次数:
86
package com.thread.sync; class common {//同步资源池 private char ch; //****资源池公用资源*** private boolean available=false;//默认等待生产数据 synchronized char get(){// ...
分类:
编程语言 时间:
2020-05-30 21:50:24
阅读次数:
78
引言 Kafka是一款很棒的消息系统,今天我们就来深入了解一下它的实现细节,首先关注Producer这一方。 要使用kafka首先要实例化一个KafkaProducer,需要有brokerIP、序列化器等必要Properties以及acks(0、1、n)、compression、retries、ba ...
分类:
其他好文 时间:
2020-05-30 21:48:33
阅读次数:
75
引言 Kafka是一款很棒的消息系统,今天我们就来深入了解一下它的实现细节,首先关注Producer这一方。 要使用kafka首先要实例化一个KafkaProducer,需要有brokerIP、序列化器等必要Properties以及acks(0、1、n)、compression、retries、ba ...
分类:
其他好文 时间:
2020-05-30 20:02:40
阅读次数:
60
原因:pip版本过低导致安装第三方库失败。 解决办法:更新pip版本 方案一:执行命令easy_install -U pip 方案二:若方案一失败,则可采用使用国内源下载更新。执行命令:python -m pip install --upgrade pip -i https://pypi.douba ...
分类:
编程语言 时间:
2020-05-28 23:47:43
阅读次数:
1267
一、相关背景 有监督学习 给定训练集(x1,y1)(x2,y2) ....(xn,yn)找出他们之间的关系 即:学习一个函数 无监督学习 给定训练集:(x1,2,...xn) 学习一个训练集的划分 二、聚类的应用场合 Image segmentaion Data compression cluste ...
分类:
其他好文 时间:
2020-05-27 20:32:17
阅读次数:
99
Apache Parquet is a columnar storage format available to any project in the Hadoop ecosystem, regardless of the choice of data processing framework, d ...
分类:
其他好文 时间:
2020-05-27 15:57:13
阅读次数:
104
Have Ktag to remap 2010 Golf GTI MK6 with Bosch MED17.5 ECU. This article is available with the procedure. Open ECU… Connect the wires by following th ...
分类:
其他好文 时间:
2020-05-27 15:36:04
阅读次数:
61
本文主要介绍Linux—JVM等性能调优监控。涉及到top/free/jstat/jmap等命令的使用。 ...
分类:
系统相关 时间:
2020-05-26 20:18:33
阅读次数:
90