mysql stored procedures and functions

Abstract: Stored procedures and functions are sets of SQL statements defined in the database, and then directly call these stored procedures and functions to execute the defined SQL statements. Stored procedures and functions can avoid developers repeating the same SQL statements. Moreover, stored procedures and functions are stored and execute ...

Posted by stephanie on Thu, 11 Jul 2019 01:28:00 +0200

MYSQL Tuning 1 - Discover Slow Queries

Discover slow queries How to quickly locate and execute slow sentences from a large project is a problem to be solved in this chapter. 1. Definition of slow query What kind of query is slow query, is there a quantitative standard? Slow Query Definition Slow query refers to sql statements whose execution time exceeds that of slow query. Ways ...

Posted by Ricklord on Wed, 10 Jul 2019 23:44:09 +0200

Addition, deletion and modification of database

Construction of Navicat for MySQL database and how to build person table Import mysql-connector-java-5.0.8-bin.jar package into IDE Create a directory for the person small project Writing Specific Codes Note to import the jar package into the library The first step is the construction of Navicat for MySQL database and how to build tables w ...

Posted by aseaofflames on Wed, 10 Jul 2019 21:16:05 +0200

Spring Boot Log Log Use Tutorial

If we write any Spring Boot program, we probably can't get around the log log framework (component). Logs are used to locate problems in the eyes of most programmers.This is important. Source Download for this project Note that the source code provided by this project has been rewritten at a later stage and that some date descriptions are incon ...

Posted by arbitter on Wed, 10 Jul 2019 18:57:36 +0200

Oracle 11.2.04 Transparent Gateway Links to SQL server

1. Unzip gateways to local Click setup to enter the welcome screen 2. Welcome Interface Click on "Installed Products" 3. Check whether the database has been installed locally Close the product installation list after confirming that database has been installed 4. Back to the Welcome Interface Click Next to enter the Transparen ...

Posted by jarv on Tue, 09 Jul 2019 01:54:59 +0200

[Oracle]PL/SQL-Cursor CURSOR

In PL/SQL programs, cursors are often used to handle transactions with multiple rows of records. Among them, cursors are divided into explicit cursors and implicit cursors. Here, the use of explicit cursors is emphasized. Explicit Cursor Processing of Display Cursor Four PL/SQL steps: 1) Define a cursor: Define a cursor name and the corr ...

Posted by eirikol on Tue, 09 Jul 2019 01:40:17 +0200

Run, Big Screen-Time+Space Real-Time Four-Dimensional Data Perspective

Label PostgreSQL, recursive queries, big screen broadcasts, the most congested gateways, the busiest shops, the most congested toilets in an area, data perspective, streaming, time series data background With the development of the Internet of Things, the generation of data is faster and faster.For example, data of car passing through roads ...

Posted by vikramjeet.singla on Mon, 08 Jul 2019 19:17:10 +0200

Doker from Introduction to Actual Warfare-Actual Warfare Chapter

Preface This is an article I wrote after three weeks of spare time study. My understanding of docker is still at the beginning stage. I hope this article can help some friends who want to learn docker get started quickly. The exercises and actual combat codes are in the github repository. If my article can help you, you can give it to me. docke ...

Posted by Senate on Sun, 07 Jul 2019 03:36:06 +0200

Using databases in QT s

When using the database, you need to view the list of drivers supported in the installed QT. Generally, you can view all the driver plug-in files in the plugins/sqldrivers folder in the QT installation directory. This is not the focus of this article, so I will not elaborate. The following should be added to the xxx.pro project file: QT ...

Posted by tuuga on Sun, 07 Jul 2019 01:59:53 +0200

python crawls east of Beijing on a large scale

python crawls east of Beijing on a large scale Main Tools scrapy BeautifulSoup requests Analysis steps Open the first page of Jingdong, enter your pants and you will see the page Jump to Here This is the starting point for our analysis We can see that this page is not complete, and when we pull down we will see pictures loading constantly, ...

Posted by Vince889 on Sat, 06 Jul 2019 18:30:29 +0200