Running JUnit 5 test cases in Maven project

This article demonstrated how to write JUnit 5 test cases and run JUnit 5 test cases in Maven project. Write JUnit 5 test cases If you're a java developer, JUnit should be familiar. JUnit is the basic tool for Java unit testing. At present, the latest version of JUnit is JUnit 5.x, but most Java developers are still in JUnit 4.x, so it is neces ...

Posted by xylex on Thu, 16 Apr 2020 09:26:50 -0700

JDK source code analysis of java Dynamic agent

According to the Convention on the Internet, first give an example of static agent to dynamic agent; otherwise, the following theory and source code analysis are not well prepared, and everyone is a bit confused. Static agent: /** * Voice interface for proxy interface */ public interface IVoice { void song(); }   /** * Singers */ pu ...

Posted by sareejoh on Wed, 15 Apr 2020 00:53:02 -0700

Two way authentication tutorial of openssl implementation (server code + client code + certificate generation)

1, Background 1.1 problems A recent product testing report suggested using pki based authentication. Since the product has implemented https, it is considered that it means using two-way authentication to deal with man in the middle attack. In information security engineering, two-way authentication has been contacted, but there are two pro ...

Posted by yankeefan238 on Mon, 13 Apr 2020 05:09:17 -0700

MQTT protocol for message sending and receiving in Android

MQTT protocol for message sending and receiving in Android PrefaceMQTT (Message Queuing Telemetry Transport), a message protocol based on the publish/subscribe paradigm, is an extremely simple and lightweight message protocol designed for limited devices and networks with low bandwidth, high latency or unreliability.Today we will focus on the u ...

Posted by rivasivan on Wed, 08 Apr 2020 21:36:54 -0700

Various path issues for Request requests

From: https://blog.csdn.net/qq_27770257/article/details/79438987 Recently, there has been some confusion about several "paths" in request, and the search for online resources is not well summarized. I hope this article can help me understand these "paths".(+++++++++++++++++++++++++++++++++++++++++++++++++ T ...

Posted by benutne on Wed, 25 Mar 2020 09:32:39 -0700

Address translation and page interrupt in operating system page virtual storage management

1, Purpose of the experiment Through writing and debugging storage management simulation program to deepen the understanding of storage management scheme. Familiar with virtual storage management of various page elimination algorithm. Through writing and debugging address conversion process simulation ...

Posted by Richard on Wed, 04 Mar 2020 19:24:13 -0800

Detailed explanation of. classpath file in eclipse project

1 Preface When using eclipse or myeclipse for java project development, there will be a. classpath file under each project. What is the role of this file? 2 role The. classpath file is used to record all the information of the project compilation environment, including: source file path, storage path of ...

Posted by iamtheironman on Mon, 24 Feb 2020 03:13:53 -0800

Soft work practice winter work (2 / 2)

Which course does this assignment belong to Soft worker Where are the requirements for this assignment Operational requirements The goal of this job Design and develop a program for epidemic statistics, learn how to optimize the program, learn how to use GitHub, learn how to use PSP (personal software development process), and learn how ...

Posted by Tryfan on Wed, 19 Feb 2020 21:00:14 -0800

Spring cloud -- config configuration center

Config Server configuration It provides centralized external configuration for microservices, and configuration server provides centralized external configuration for various environments of each microservice application. Configuration information and business code are managed separately to support dynamic configuration of multiple environm ...

Posted by EWaveDev on Thu, 13 Feb 2020 07:21:58 -0800

Bug0: resolve java.io.FileNotFoundException error encountered when Hadoop plug-in runs

Problem description The following error occurred during running WordCount program in Eclipse with plug-ins (instead of manually packing and uploading servers): DEBUG - LocalFetcher 1 going to fetch: attempt_local938878567_0001_m_000000_0 WARN - job_local938878567_0001 java.lang.Exception: org.apache. ...

Posted by jeffshead on Wed, 12 Feb 2020 06:32:57 -0800