Note the OOM exception resolution process on a single line

background Things are like this. This department has maintained an online report query service (referred to as report). For some time, users often feedback to their small partners. Report often fails to open the pages, and after a certain period of time, they recover. Although it is not a trading system, it also causes serious problems to users ...

Posted by jkatcher on Tue, 01 Oct 2019 13:04:51 +0200

[java] Deadlock Principle Analysis and Detection Tool

I recently read some blogs about multithreaded deadlock analysis, especially Java multithreaded thread dump and analysis (jstack) In this article, the explanation is the clearest. I have some experience in deadlock analysis, and I will summarize and record it below. Catalog 1. Introduction to deadl ...

Posted by Thauwa on Wed, 25 Sep 2019 08:18:27 +0200

spring +hibernate boot optimization

Original Link: https://my.oschina.net/u/1590001/blog/268252 Recently, I was working on a large project. The project team members include about 10 project managers.Project technology is ...

Posted by jeff_lawik on Sun, 15 Sep 2019 04:54:48 +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

CTS-Analysis of Integral Framework

Links to the original text: https://blog.csdn.net/u011733869/article/details/78820041 Copyright Statement: This article is the original article of the blogger. It follows CC 4.0 by-sa Copyright Agreement. Please attach the link of origin ...

Posted by han2754 on Fri, 16 Aug 2019 11:03:45 +0200

Design Patterns - Memorandum Patterns

Articles Catalogue Definition structure Advantages and disadvantages Use scenarios Definition Without destroying the encapsulation, capture the internal state of an object and save it outside the object. In this way, the object can be restored to its original saved state. Type: Behavior class pa ...

Posted by Tim Silva on Fri, 09 Aug 2019 07:58:28 +0200

Java Basic Tutorial - Encapsulation

Three Characteristics of Object-Oriented Encapsulation: encapsulation Inheritance: inheritance polymorphism encapsulation Class is a basic encapsulation The benefits of packaging: Data Security: Ensuring Data Security Convenient Call: Provide a clear external interface to facilitate external calls Decoupling: Implementations within classes ...

Posted by hatrickpatrick on Fri, 12 Jul 2019 20:31:20 +0200

Mall Project Actual Combat | 3.1 Android Image Slider Implementing Cool Roadcasting Advertisement

This article is a serial of Liu Ting, the author of the rookie nest. Shopping Mall Project Actual Warfare Series to talk about how to achieve the imitation of "Jingdong Taobao Shopping Mall". Android Image Slider is a fantastic and convenient Android image scrolling framework, which we will use to achieve cool rotation advertisi ...

Posted by damdempsel on Sun, 07 Jul 2019 20:50:42 +0200

JavaFX Quick Start

Create Hello World Project with - javaFx Open Eclipse and select: File -> New -> Others.. Create a project name: Hello JavaFx, as shown in the following figure- After the project has been successfully created, it is shown in the following figure- The Hello World sample code is also created, as shown below.- package applicati ...

Posted by Kibeth on Sun, 07 Jul 2019 20:37:17 +0200

Android Studio imports Android 4.4.4r1 source code

This article blog address: http://blog.csdn.net/qq1084283172/article/details/70339471 I. Environmental Configuration 1.ubuntu 14.04.5 x64bit 2.jdk-6u45-linux-x64.bin 3.Android Studio 2.3 4.Android 4.4.4r1 Configuration of JDK According to official google documents https://source.android.com/source/requirements#jdk The hint is that the ...

Posted by macinslaw on Sun, 07 Jul 2019 04:46:44 +0200