Back-end
Catalog Recently I learned about the comprehensive use of Springboot+Thymeleaf+Jpa, so I want to write a simple login interface to try it out. Here's how First, create a springboot project Add the following dependencies pom.xml code
Posted by kaeserea on Thu, 13 May 2021 01:50:31 +0930
superset official document 1: Configure server environment 1. Install python3 Note: both centos and ubuntu need to install dependencies before installing python3 After installation, you need to establish a soft link to python3 or write environment variables. Take centos as an example 1) InstallUTF-8...
Posted by taskagent on Thu, 13 May 2021 05:49:13 +0930
LRU algorithm as a common interview problem, it is time to learn in depth 1. LRU 1.1. Principle The core idea of LRU (Least recently used) algorithm is that "if the data has been accessed recently, the probability of being accessed in the future will be higher". 1.2. Implementation The most comUTF-8...
Posted by AStrangerWCandy on Sat, 15 May 2021 07:39:44 +0930
This article mainly introduces the use of stat function and stat command in Linux. The example code is introduced in great detail, which has a certain reference value for everyone's study or work. Friends who need it will learn together with the editor Stat function and stat command The explanaUTF-8...
Posted by hinchcliffe on Sun, 16 May 2021 07:05:18 +0930
Preface This article may be a little longer, so you need to be prepared to avoid any interruptions when you go to the toilet or something. In general, we use the REST API, that is, the back-end defines the data structure and parameters of the API, and the front-end passes the request for data. UTF-8...
Posted by kaze on Mon, 17 May 2021 04:25:06 +0930
Analysis of FastJson JdbcRowSetImpl chain of Java Security 0x00 Preface This time, let's learn the utilization chain of JdbcRowSetImpl. The utilization chain of JdbcRowSetImpl is widely used in practice. This chain basically has no restrictions. It only needs Json.parse(input) to execute the coUTF-8...
Posted by kevgais on Tue, 18 May 2021 04:44:53 +0930
MYSQL learning notes 1. Connect to database mysql -u root -p123456 --Connect to database update mysql.user set authentication_string=password('123456') where user='root' and Host='localhost'; --Change Password flush privileges;--Refresh permissions ----------------------------------------------UTF-8...
Posted by benutne on Mon, 24 May 2021 02:40:37 +0930
1. Thread Thread (English: thread) is the smallest unit that the operating system can schedule operations. It is included in the process and is the actual operation unit in the process. Thread is the smallest unit to schedule CPU resources. The thread model is divided into KLT model and ULT modUTF-8...
Posted by Shamrox on Fri, 28 May 2021 05:10:46 +0930
1. Introduction to RPC RPC is the abbreviation of Remote Procedure Call, which can be used to call functions or procedures of remote machine on local machine. The calling process is as follows: 2. External data representation (XDR) 2.1 introduction XDR is the standard of data description and coUTF-8...
Posted by fansphp on Sat, 29 May 2021 06:05:35 +0930
preface prefaceMacro cardingStart up processnetwork layerprotocol layerBusiness layerIn the process of saving to dict, the shape of data has been changingDefine a new data typeSummary Refer to "Apache Kafka source code analysis" -- the basic routine of server network development Macro carding TUTF-8...
Posted by someberry on Sun, 30 May 2021 04:00:22 +0930