Arthas Views Time-consuming on Each Node on the Method Call Path

File: https://alibaba.github.io/arthas/ githut: https://github.com/alibaba/arthas/blob/master/site/src/site/sphinx/index.md install express setup wget https://alibaba.github.io/arthas/arthas-boot.jar && java -jar arthas-boot.jar Select the application java process: $ $ java -jar arthas-boot.jar * [1]: 35542 [2]: 71560 arthas-demo.jar ...

Posted by tarlejh on Sun, 06 Oct 2019 03:07:45 -0700

How to configure swagger with shiro

In order to save the time and cost of developers, swagger plug-ins arise spontaneously, save your time to write development documents, and play happily, without talking nonsense. Next I will explain and explain using the popular swagger-bootstrap-ui plug-in on github, which may be different from swagger in configuration, but the principle is ba ...

Posted by trex005 on Sun, 06 Oct 2019 02:10:47 -0700

Spring cloud project configuration extension loaded from local config directory

Inspired by Ali Open Source Nacos, this paper loads configuration from Nacos service to application after application start-up, and wonders whether loading configuration can be loaded from local storage during local development, which can also speed up development efficiency. First Let's look at the bootstrap.yaml configuration for the Spring C ...

Posted by lauthiamkok on Sat, 05 Oct 2019 19:19:15 -0700

Knowledge Reasoning Machine Reproduction Based on jena

Knowledge inference machine reappearing Because csdn grammar support is different from github, you are welcome to visit the GitHub version of this article: https://github.com/JimXiongGM/KnowledgeBasedSearch/blob/master/ knowledge reasoning machine reappears.md Catalog mysql 8.0 preparation Installa ...

Posted by cowfish on Sat, 05 Oct 2019 17:32:53 -0700

K8S Practice IX (Cluster Monitoring)

Introduction to Prometheus Operator Prometheus Operator is a set of open source CoreOS controllers for managing Prometheus on Kubernetes cluster, which simplifies the deployment, management and operation of Prometheus and Alertmanager cluster on Kubernetes. Two, deployment 1. Download deployment files from the official # git clone https://gi ...

Posted by 90Nz0 on Sat, 05 Oct 2019 11:58:08 -0700

Table Analysis of Marketing Module Database: Time-limited Purchase Function

SpringBoot e-commerce project mall (20k+star) address: https://github.com/macrozheng/mall abstract This paper mainly analyzes the relevant functions of the limited time purchase (spike) function, and adopts the form of database table and function comparison. Relevant table structure Time limit purchase form Information used to store time-limit ...

Posted by Ne0_Dev on Sat, 05 Oct 2019 09:31:39 -0700

SpringBoot 2.0 integrates Swagger 2 and builds interface management interface

Introduction to Swagger 2 1. Swagger 2 Advantages Integrate into Spring Boot to build powerful RESTful API documents. Swagger2 also provides powerful page testing capabilities to debug RESTful API without interface document management, code modification and automatic updates. 2. Swagger 2 Common Notes Api: Modify the entire class to describe th ...

Posted by SoundreameR on Fri, 04 Oct 2019 22:40:59 -0700

Git: push error: error: failed to push some refs to

Reference link: https://help.github.com/en/articles/dealing-with-non-fast-forward-errors Report errors: ! [rejected]master -> master (fetch first) error: failed to push some refs to 'https://github.com/rtczza/IPC.git' You want to upload the fork folder and the files in its directory to github. ...

Posted by js_280 on Fri, 04 Oct 2019 16:25:22 -0700

C# - High Performance RPC Framework: Socean.RPC

brief introduction Socean.RPC is a high-performance RPC framework under.Net. The framework is targeted at high performance and high stability. The underlying layer is based on socket, and its code is concise. The total code size is about 2000 rows, without third party library references, and the frame performance is high. It can reach 10w+ per ...

Posted by chord on Fri, 04 Oct 2019 13:31:45 -0700

MySQL Data Synchronizes Process to ES Search Engine in Full and Incremental Way

This article source code: GitHub. Click here || GitEE. Click here I. Detailed Configuration Scenario Description: MySQL tables synchronize with Elastic Search search engines in a full and incremental manner. 1. Download Content Elastic search version 6.3.2 logstash Version 6.3.2 mysql-connector-java-5.1.13.jar 2. Core configuration Path: / ...

Posted by beboo002 on Fri, 04 Oct 2019 11:12:52 -0700