- 博客(7)
- 收藏
- 关注
转载 formData+ajax文件上传
html代码: <form class="form-horizontal" enctype="multipart/form-data" method="post" id="abcdefg"> <input id="js-input-file1" name="file1" class="js-fileupload" type="file"> ...
2019-01-31 16:43:00
178
转载 nginx限流&健康检查
Nginx原生限流模块: ngx_http_limit_conn_module模块 根据前端请求域名或ip生成一个key,对于每个key对应的网络连接数进行限制。 配置如下: http模块 server模块 #http模块内 http { include mime.types; default_type applicat...
2019-01-22 10:15:00
388
转载 jvm crash分析
问题描述:线上进程异常退出,查看服务器端日志,有jvm crash文件生成 # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f385c182889, pid=31877, tid=139878461208320 # # ...
2018-11-05 15:24:00
2325
转载 Spring Cloud Gateway整合Eureka
Spring Cloud Gateway features: Built on Spring Framework 5, Project Reactor and Spring Boot 2.0 Able to match routes on any request attribute. Predicates and filters are speci...
2018-11-05 11:11:00
212
转载 k8s-应用部署
该demo主要作为一个dubbo项目通过maven自动化docker打包插件发布到镜像仓库样例工程。该wiki后面同时会提供k8s部署zk,mysql,应用包的整个过程。该项目大体功能:zk作为注册中心,服务端发布服务,消费端订阅服务,在调用过程中访问mysql数据库。 环境准备:k8s集群,以及配置好kubectl客户端工具. 项目源码:https://github.com/Hus...
2018-11-02 16:50:00
274
转载 dockerfile-maven plugin自动镜像制作并发布
环境准备:win10+docker 1.打开hyper-v 2.下载最新版本docker:https://store.docker.com/editions/community/docker-ce-desktop-windows 3.切换到docker的linux环境:右键桌面右下角小船图标 4.暴露2375端口 github:https://github.com/spo...
2018-11-02 14:45:00
405
转载 docker学习系列-jdk基础镜像制作
准备一台安装有docker服务的机器 1.编辑Dockerfile vim Dockerfile FROM centos:latest ADD ./jdk-8u141-linux-x64.tar.gz /usr/local ENV JAVA_HOME /usr/local/jdk1.8.0_141 ENV CLASSPATH $JAVA_HOME/l...
2018-11-02 12:54:00
251
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅