上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 82 下一页
摘要: 1.下载: https://visualvm.github.io/download.html 2.解压 3.运行 /Desktop/visulaVM/visualvm_142/bin$ ./visualvm --jdkhome /usr/java/jdk1.8.0_172 使用:例如查看GC 使用插 阅读全文
posted @ 2019-05-24 16:17 lshan 阅读(1443) 评论(0) 推荐(0) 编辑
摘要: 第一步登录: 第二步: 设置你需要代理的ip 和端口 设置路由: 设置访问代理服务的路径, 然后通过10.160.3.48:8000/user 访问服务 //设置允许跨域 访问你的服务:http : http://kongIP:8000/路由到服务的path https : https://kong 阅读全文
posted @ 2019-05-23 17:16 lshan 阅读(932) 评论(0) 推荐(0) 编辑
摘要: 用户名:Lshan523 阅读全文
posted @ 2019-05-23 14:10 lshan 阅读(172) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-05-22 22:41 lshan 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 一、简介 Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。 官方github:https://github.com/ctripcorp/apollo g 阅读全文
posted @ 2019-05-22 12:23 lshan 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 项目coding Test阶段,经常重启服务: 添加以下依赖,可以不用重启(自动重启) 阅读全文
posted @ 2019-05-21 14:15 lshan 阅读(1320) 评论(0) 推荐(0) 编辑
摘要: package com.sea.elsardcservice.untils; import javax.servlet.http.HttpServletResponse; import java.io.IOException; import java.io.InputStream; import j 阅读全文
posted @ 2019-05-20 15:07 lshan 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 原文请参考:https://blog.csdn.net/fwt336/article/details/81530581 1.ExecutorService的创建方式 public ThreadPoolExecutor(int corePoolSize, int maximumPoolSize, lo 阅读全文
posted @ 2019-05-20 13:41 lshan 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 场景:避免一些简单的响应数据,需要手动封装放回对象 response.sendError(HttpServletResponse.SC_INTERNAL_SERVER_ERROR, "haha 系统崩了"); 阅读全文
posted @ 2019-05-20 12:03 lshan 阅读(905) 评论(0) 推荐(0) 编辑
摘要: 入门: public class MutilThreadTest { 配置线程池: test: 例子 结果: 2019-05-17 18:34:38.408 INFO 20768 [ main] com.icil.report.MutilThreadTest2 : zhu xian cheng st 阅读全文
posted @ 2019-05-17 13:42 lshan 阅读(360) 评论(0) 推荐(0) 编辑
上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 82 下一页