logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

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...

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

java.lang.IllegalStateException: No instances available for 127.0.0.1

在本地搭建eureka的消费者调用时报错java.lang.IllegalStateException: No instances available for 127.0.0.1package com.fqyd;import org.springframework.boot.SpringApplication;import org.springframework.bo...

作为 IT 从业人员,你觉得有什么工具大大提高了你的工作效率?

目录前言:1. 禅道2. Jenkins3. sonarqube4.showdoc5.swgger6.分布式配置中心apollo7. appscan8.项目开发文档流程化归档9.MybatisX 快速开发插件前言:社长,4年api搬运工程师,现打算沉下心来,花一年时间,好好了解底层源码,结构与算法,有兴趣的...

#jenkins
json字段名不一致的问题

1.场景项目开发过程中,有时候可能要对接第三方平台,可能就会存在字段名不一样的问题,而双方的字段名不一致, 而代码开发已经有一段时间勒,如果就因为字段名不一样的问题,双方改成属性名一致,这样改动量太大,也不保险,下面我来接手一下,针对这种场景,如果解决。假设: 系统通过http对接,传的是json。有一个参数"名称"第三方平台:name开发环境:userName直...

《springcloud学习》 十八 apollo多环境配置文件管理实现(开发+测试+验收+生产)

要求:有一定的apollo基础环境:window作为搭建环境,linux类似1.背景在项目开发中,我们常用的四个环境,开发(dev 实际上就是本地环境 使用人群开发),集成环境(sit 使用人群测试人员),仿真(uat 测试环境,接入真实的数据,进行模拟仿真,使用人群测试人员),生产(pro 用户真实使用的环境,也可称之为线上环境,使用人群真实的用户)...

    共 17 条
  • 1
  • 2
  • 请选择