logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

netty获取ip和端口

udp协议:会有一个DatagramPacket datagramPacket对象InetSocketAddressremoteAddress = datagramPacket.sender();String ip = remoteAddress.getAddress().getHostAddress();int port = remoteAddres...

An exceptionCaught event was fired,and it ched at the tail of the pipeline,it usually means the last

1.场景先来说说我产生问题的场景,通过netty不停的采集数据,并且通过页面展示出来,发送命令,页面也会有对应的返回结果,而实际的场景是,发送命令后,提示站点不在线,说明session的链接出了问题。2.解决方法:在netty的handle类中增加异常处理方法@Overridepublic void exceptionCaught(Cha...

An exceptionCaught event was fired,and it ched at the tail of the pipeline,it usually means the last

1.场景先来说说我产生问题的场景,通过netty不停的采集数据,并且通过页面展示出来,发送命令,页面也会有对应的返回结果,而实际的场景是,发送命令后,提示站点不在线,说明session的链接出了问题。2.解决方法:在netty的handle类中增加异常处理方法@Overridepublic void exceptionCaught(Cha...

windows下搭建基于nginx的rtmp服务器,实现rtsp推流到rtmp

适合新手,实现rtsp推流成rtmp直播流

vmware虚拟机安装并设置静态IP

1 安装VM2 安装ubuntu镜像3.设置静态IPvi /etc/network/interfaces auto loiface lo inet loopback utxo ens33iface ens33 inet staticaddress 192.168.1.139netmask 255.255.255.0gateway 192.168.1....

vmware使用

1.下载系统镜像http://mirror.pnl.gov/releases/xenial/或者链接:https://pan.baidu.com/s/1mBQhHgK9VnpSm8t_k--KeQ提取码:l7o4注意:可自由选择系统位数,这里我选择的是64位(ubuntu-16.04.6-desktop-amd64.iso)。2.新建一个虚拟机找...

#虚拟机
《springcloud学习》二十三 swgger+zuul实现分布式微服务接口文档api

要求:有一定的swagger基础,java基础,springboot基础,springcloud集群。1.背景单节点swgger2地址https://blog.csdn.net/qq_16855077/article/details/103123407随着时代的发现,我们的项目也从以前的,单节点项目(所有功...

Unable to infer base url. This is common when using dynamic servlet registration or when the API is

Unable to infer base url. This is common when using dynamic servlet registration or when the API is behind an API Gateway. The base url is the root of where all the swagger resources are served. For e

    共 21 条
  • 1
  • 2
  • 3
  • 请选择