码迷,mamicode.com
首页 >  
搜索关键字:无线ap设置 wireless channel    ( 2984个结果
Netty服务端启动(一)——创建和初始化channel
以netty的一个小demo为例(使用的源码版本为4.1.50.Final) 从b.bind(PORT)跟进 最终调用到AbstractBootstrap#doBind这个方法 private ChannelFuture doBind(final SocketAddress localAddress ...
分类:Web程序   时间:2020-11-04 19:18:41    阅读次数:39
大数据面试题之葵花宝典------flume
葵花宝典 flume 1. Flume组成,Put事务,Take事务 2. Flume拦截器 3. Flume Channel选择器 4. Flume监控器 5. Flume采集数据会丢失吗?(防止数据丢失的机制) 6. Flume内存 7. FileChannel优化 1. Flume组成,Put ...
分类:Web程序   时间:2020-10-29 10:09:33    阅读次数:36
virtiofsd unix socket
https://www.cnblogs.com/yi-mu-xi/p/12923523.html vhost_user_backend_init() ........ vhost_setup_slave_channel(dev) ......... qemu_set_fd_handler(u->sl ...
分类:其他好文   时间:2020-10-26 10:31:53    阅读次数:20
解决pytorch安装下载慢
第一步:换清华源(.condarc),需要注意是http不是https channels: - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ - http://mirrors.tuna.tsinghua.edu.cn/anaconda ...
分类:其他好文   时间:2020-10-22 22:37:06    阅读次数:25
掌握Prometheus 监控思科交换机技能,这篇文章就够了!
Prometheus监控思科交换机整体思路采用Prometheus+snmp_exporter+alertmanager+Granfana进行监控思科交换机(其他品牌交换机同理)报警,snmp_exporter通过snmp协议进行交换机的流量,接口关系(VLAN,port_channel等等),以及常用的cpu和内存进行信息收集,prometheus通过配置文件收集snmp_exporter收集的
分类:其他好文   时间:2020-10-16 11:06:30    阅读次数:28
topic型交换机实现灵活路由键的组合分发
[root@jinkang-e2elog rabbitmq]# cat topic-send.py #!/usr/bin/env python # -*- coding: UTF-8 -*- import pika import sys connection = pika.BlockingConne ...
分类:其他好文   时间:2020-10-09 21:38:16    阅读次数:40
LTE - Reporting of Channel Quality Indicator (CQI)
Introduction The CQI reporting performance test defined in TS36.101 Section 9.3.2.1.1. The performance requirements of the test are as follows: a CQI ...
分类:其他好文   时间:2020-08-20 18:21:03    阅读次数:85
openwrt 配置文件
openwrt 配置文件
分类:其他好文   时间:2020-08-19 19:29:33    阅读次数:102
LTE - Model HARQ Indicator and PHICH
This example shows how to implement the HARQ Indicator (HI) and physical HI channel (PHICH). You create the processing chain of coding hybrid indicato ...
分类:其他好文   时间:2020-08-13 12:11:36    阅读次数:61
Java基础
HashMap jdk1.7版本,底层是数组+链表,元素的插入使用头插法,可能形成数据丢失或环形链表。 jdk1.8版本,底层是数组+链表+红黑树,元素的插入使用尾插法,数据覆盖的情况。 扩容机制:LoadFactory默认0.75,创建空数组重新Hash。 resize线程不安全:多线程之间put ...
分类:编程语言   时间:2020-08-09 09:22:43    阅读次数:88
2984条   上一页 1 ... 5 6 7 8 9 ... 299 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!