logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Cent7 安装FastDFS

参考文献:http://dorole.com/tag/fastdfs/安装编译环境yum -y groupinstall 'Development Tools'yum -y install wget 下载安装libfastcommonhttps://github.com/happyfish100/fastdfs/releases如上图,由于FastDFS是纯C语言实...

Spring Boot:jar中没有主清单属性

使用Spring Boot微服务搭建框架,在eclipse和Idea下能正常运行,但是在打成jar包部署或者直接使用java -jar命令的时候,提示了xxxxxx.jar中没有主清单属性:D:\hu-git\spring-xxx-xxx\target>java -jar spring-cloud-eureka-0.0.1-SNAPSHOT.jarspring-xxx-xxx-0.0.1-S

Springboot 项目中使用redis 的List结构来实现缓存分页分页

1.自定义标签/*** @author gzy*元注解 标识需要缓存分页的方法*/@Documented@Target(ElementType.METHOD)@Retention(RetentionPolicy.RUNTIME)public @interface RedisCache {String cacheName() default Constants.REDIS_PAGE_CACHE;}2

压测引起的 nginx报错 502 no live upstreams while connecting to upstream解决

问题浮现:对系统的某个接口进行极限压测,随着并发量上升,nginx开始出现502 no live upstreams while connecting to upstream的报错,维持最大并发量一段时间,发现调用接口一直返回502,即nginx已经发现不了存活的后端了。通过跟踪端口,发现nginx 跟后端创建了大量的连接。这很明显是没有使用http1.1长连接导致的。因此在upstream中添加

暂无文章信息