Additional annotations to Java Agent Technology

What is Java Agent (Java Probe)? You can understand it as the Java version of AOP. Just run this AOP project once at startup Java Agent runs only once at project startup and only after the java file is compiled into a class file. So it won't affec ...

Posted by sqishy on Sun, 01 Sep 2019 05:31:20 +0200

Super Simple Springboot+swagger 2 Realizes Online Interface Debugging

Preface: As a standard background development lion, is it necessary to prepare interface documents for front-end interaction when it provides interface to it? Is it necessary to pass the self-test before interacting with him? Is it necessary to write interface calls (such as postman) before self-testing? As a responsible and upward-looking eng ...

Posted by stephenlk on Sat, 31 Aug 2019 17:24:31 +0200

Introduction to developing zeroc ice applications (java develops ice applications, Python develops ice applications, and Java develops ice services with python)

As an rpc framework, ice is designed for mainstream platforms, including Windows and Linux, and supports a wide range of languages, including C++, Java, C# (and other. Net languages, such as Visual Basic, Python, Ruby, PHP and ActionScript. Install ice 1. Download Address of Official Website https://zeroc.com/downloads/ice 2. Installation pr ...

Posted by emrys404 on Mon, 26 Aug 2019 12:03:20 +0200

Distributed Lock-Redission

Redission Distributed Lock brief introduction Redission is a Redis Official Network Distributed Solution Official website: https://redisson.org/ github: https://github.com/redisson/redisson#quick-start function   usedBy API   ...

Posted by marsooka on Sat, 24 Aug 2019 04:07:40 +0200

Deployment and Use of Data Migration Tool DataX

Summary DataX is an offline data synchronization tool/platform widely used in Alibaba Group. It implements efficient data synchronization among various heterogeneous data sources, including MySQL, Oracle, SqlServer, Postgre, HDFS, Hive, ADS, HBase, TableStore(OTS), MaxCompute(ODPS), DRDS and so on.Aliyun has already source this tool, the curren ...

Posted by pqdrummer on Thu, 22 Aug 2019 12:47:04 +0200

How to use SpringBoot to encapsulate your Starter

Authors: Sans_ juejin.im/post/5cb880c2f265da03981fc031 I. Explanation When we use SpringBoot, we often introduce some Starters, such as spring-boot-starter-web. Officials provide us with almost all default configurations, which greatly reduces the complexity of using the framework. So when using xxx-starter, you can not bother to write ...

Posted by Vasudhevan on Wed, 21 Aug 2019 12:46:41 +0200

Implementation of OCR Recognition Interface for Calling Wechat Widget Program on Server

A Development Environment Back-end language javaTechnical Tool Framework springboot II. Achieving the Purpose This demo is suitable for the implementation of calling the OCR interface of the wechat widget program on the fast server, taking the driver's license interface as an example. Include Picture upload OCR Recognition by Calling Wechat Wi ...

Posted by jhl84 on Wed, 21 Aug 2019 05:29:14 +0200

Four Ways of MyBatis_Generator (MBG) Reverse Engineering

mybatis is a popular persistence framework, and its reverse engineering greatly reduces our development time. Interested can see the document. Document address: http://www.mybatis.org/generator/index.html Not much nonsense. Let's summarize some of his configurations (for example, Eclipse):   1. Installation of Eclipse plug-ins Installation ...

Posted by hip_hop_x on Tue, 20 Aug 2019 09:06:08 +0200

Aliyun Cloud Effect Platform Configuration Continuous Integration--java Paper

I always want to configure continuous integration for my pi project, because there are not enough servers, it is impossible to build continuous integration services by myself. So I looked for an online hosting platform. At first I saw GO CD, beca ...

Posted by nmphpwebdev on Mon, 19 Aug 2019 15:26:52 +0200

[Android Refinement Manual] Gradle Article--Basic Use of Gradle

Preparatory knowledge Basic knowledge of android Development Understanding the basic use of Android Studio How far can I go after reading this article Master the basic use of gradle Understanding gradle and android gradle plugin Understanding the gradle build phase and life cycle callbacks Master Task, Transform and other concepts Learn to c ...

Posted by MrCreeky on Fri, 16 Aug 2019 06:04:35 +0200