Database. Page 10

PHP uses recursion to find data hierarchically

Today I'll focus on using recursion to find data hierarchically.The principle is very simple. It is mainly to find the children through the paren...
14:34 10 November 2019

Distributed globally unique ID generation method

I. snowflake algorithm twitter's open-source distributed id generation algorithm uses 64 bit long id. 41 bit, time stamp, in milliseconds, 2 ^ 4...
11:03 7 November 2019

Python operation SQLite/MySQL/LMDB

1. overview 1.1 Preface Recently, when storing font image sets, you need to learn LMDB, take this opportunity to review the use of SQLite and MySQL, a...
23:44 6 November 2019

After using Python to climb data and FineBI for analysis, I found that Taobao's mobile phone was so cheap

Recently, I want to start a new mobile phone. Considering that domestic mobile phones are different now and in the past, both the sales volume and the...
21:50 6 November 2019

Distributed tracking system microservice monitoring based on SkyWalking

In the last article, we built a SkyWalking based distributed tracking environment. Today, we talk about using SkyWalking to monitor our microservices ...
20:02 6 November 2019

[springboot development monomer web shop] 3. User registration implementation

Catalog User registration ##Create database ##Generate UserMapper ##Write business logic ##Write user service Userserviceimpl? Finduserbyusername des...
19:49 6 November 2019

Mybatis source code mybatis excel framework

As we introduced in the previous chapter, Mybatis will convert all database operations into iBatis programming model, and operate the database through...
22:58 5 November 2019

[springboot development monomer web shop] 2. Mybatis Generator generates common mapper

Mybatis Generator tool After we start a new project, we usually have to write a lot of entity/pojo/dto/mapper/dao... Most of the R & D brothers wi...
19:42 5 November 2019

Mycat distributed database architecture solution -- details of schema.xml

Echo editor, welcome to reprint, reprint please state the source of the article. Welcome to add echo wechat (wechat: t2421499075) for communication an...
11:18 5 November 2019

Solution of Mycat distributed database architecture

Echo editor, welcome to reprint, reprint please state the source of the article. Welcome to add echo wechat (wechat: t2421499075) for communication an...
21:49 4 November 2019

springBoot rapid integration Druid

brief introduction Druid is a database connection pool. Druid is currently the best database connection pool. Druid is a database connection pool dev...
17:04 4 November 2019

Jdbc Series VIII: batch processing

when records need to be inserted or updated in batches. The batch update mechanism of Java can be used, which allows multiple statements to be submit...
14:48 4 November 2019

Thread sharing and collaboration in concurrent programming

For more advanced video learning of Android architecture, please click: https://space.bilibili.com/47...This article will discuss thread sharing and c...
10:39 4 November 2019

Spring boot XXL job task scheduling

I. Introduction to XXL job Take a paragraph XXL-JOB is a lightweight distributed task scheduling platform. Its core design goal is to develop quickly...
9:14 25 October 2019

Pgpool-II + PostgreSQL one main source and two standby source compiling environment

Host IP Virtual IP server1 192.168.222.141 192.168.222.200 server2 192.168.222.142 server3 192.168.222.143 Item Value Detail PostgreSQL version 10.10...
12:23 17 October 2019

Analysis of Mysql 5.7 Error Reporting 1546, 1577 and 1682

Environmental description:The backup data of xtrabackup on MySQL 5.6.40 is imported into MySQL 5.7.24 instance, the service of MySQL 5.7 is started, ...
15:52 4 October 2019

The use of pymysql module

I. Connecting to MySQL Server import pymysql # Connect to the database and call the Connect function (the Connect function returns an object of Connec...
15:28 3 October 2019

Set the Mysql character set to UTF-8 to solve Chinese garbled.

Article directory When the public number is developed, the user nickname is garbled. The result of the investigation is the encoding problem of the d...
2:33 3 October 2019

EF Data Migration

EF automatic data migration is always a failure. At the beginning, it is all right. It can migrate automatically and fail to know why it always fails...
18:30 2 October 2019

python interacts with database mysql

Operate mysql through pycharm's concise code block to help us understand The concrete steps can be divided into five steps. 1. Install and insta...
9:46 2 October 2019

django - Editing Students

Adding Editor Links to Student List Page Write routes so that the path corresponds to the view function skill, quickly create view functions Editing ...
4:59 9 August 2019

C3P0&Druid: Two Methods of Using Database Connection Pool

Database Connection Pool-C3P0 & Druid (1) Database connection pool Everything has its existence significance. When we first learn jdbc, we set up ...
7:51 8 August 2019

JDBC: You always have to learn to connect to a database!

BWH_Steven: Love you again with JDBC (1) Getting started with JDBC (1) Overview Java Database Connectivity (JDBC) is an application interface in the J...
0:02 4 August 2019

1-Develop Shared APP (Build Guide) - Build your own server quickly

The APP installation package download link: http://www.mnif.cn/appapk/IotDevelopmentVersion/20190730/app-debug.apk Or scan for QR code download Access...
14:53 30 July 2019

C# Learning Records Read Excel with OleDB

The project requires me to read an Excel form. The way on the Internet is to use Excel as a data source and OleDB to read it. As I understand it, Ole...
3:10 29 July 2019

Fields and field parameters of the model

Introduction to ORM 1. Concept: ORM (Object Relational Mapping), Object Relational Mapping 2. Essence: mapping between classes and databases 3. Advant...
10:42 28 July 2019

Deep Understanding of FastCGI Protocol and Its Implementation in PHP

Before discussing FastCGI, we have to say how traditional CGI works, and at the same time we should have a general understanding of it. CGI 1.1 Agreem...
21:39 20 June 2019

MFC uses ADO to connect to SQL Server database

VC uses ADO to access the database. This paper introduces the various objects and methods that VC uses ADO to access the database. It is very classica...
16:06 16 April 2019

Copy Set of MongoDB

Overview of Replication Set Functions The replica set is a group of MongoD processes used by MongoDB to maintain the same data set. The replica set p...
21:42 4 April 2019

Operations Note 28 (deploying ip, http, storage, etc. on the cluster)

Summary: We have already assumed cluster and deployed fence power management before, so we just need to put the service up and run away. We take http ...
8:03 28 March 2019