This article is to make a detailed record of the explanation and use of Go, and record the problems encountered in learning. Download address: https://golang.org/dl/Go...
Android base development library to make development easier. I used GreenDAO when I was choosing a database framework, but I didn't use it because it...
Today I listened to Jenkins + GitLab's automated build sharing. The road ahead is long...... In the old days of relational databases, multiple table queries...
Full-text Search (FTS) based on local data plays an important role in mobile applications. Different from the server-based search service, mobile terminal is limited by...
In this day and age, data is becoming increasingly important, not only for countries, but also for individuals and companies. But the volume of data...
SQL optimization and diagnosis Explain Diagnosis Explain parameters are described as follows: Column Name Description ID Execution number, which identifies the row to which the...
Netty abstracts the network layer by using a Channel to represent connections. Read and write are events that occur on a Channel, and ChannelHandler is...
MAX,MIN, COUNT, AVG, etc. The fundamental difference between these functions and others is that they typically operate on multiple records. SELECT SUM(sal) FROM emp where...
DRDS (ali cloud distributed relational database service, https://www.aliyun.com/product/drds) released version 5.3 on April 30, annual update, with many new features, welcome to sample. DRDS (Ali...
If the Windows environment, this program provides a visual installation. The user can enter the database name, database host address, database user name, database password...
Schemas define information about how data is stored, what data is stored, and how the data is decomposed. Both databases and tables have schemas. Primary...
This paper is an overview of database query optimizer, including query optimizer classification, query optimizer execution process and CBO framework Calcite. This is part of...
A complex subquery such as from (select......) was involved in the maintenance of a previous project. Form HQL statements are not supported. To put it...
SQL, database related concepts, TYPES of SQL statements, basic writing rules, basic operations of databases and data tables and other SQL basic knowledge.
Interest is the best teacher, no matter what knowledge to learn, interest can greatly improve learning efficiency. Learning MySQL 5.6 is no exception. The technology...
Mybatis is a persistence layer framework. Java through Mybatis, procedures can be very convenient to operate the database. Enables developers to focus on SQL statements...
PostgreSQL is the most powerful open source database in the world. It is an object-relational database management system based on POSTGRES 4.2 developed by the...
Hibernate is harder to really master than Mybatis. The Mybatis framework is relatively simple and easy to use, but also relatively crude. Personally think to...
Beijing - three years of experience -Java. During the two months of golden three silver four (I also interviewed several companies in early May, mainly...