Delete the database without running away - Explain MySQL data recovery in detail

In our daily work, there will always be some erroneous deletion of database tables and data caused by hand shaking, wrong writing conditions, wrong table names, wrong connection with production database. Then, if the data can not be recovered, what DBA is needed. Related articles MySQL Backup Strategy MySQL Data Recovery 1 Preface The premise ...

Posted by buildernaut1 on Mon, 19 Aug 2019 00:11:41 -0700

django autocorrelation, auth module

I. Self-correlation Write a good blog: https://www.cnblogs.com/Kingfan1993/p/9936541.html 1. One-to-many Association 1. Intra-table self-association refers to that the objects and tables associated with the data in the table are the same fields, so we can directly set the foreign key Association into the fields of our own table by using intra-t ...

Posted by Lodius2000 on Sun, 18 Aug 2019 05:49:05 -0700

Django 2.2 with Oracle 11g to resolve version conflict

The last time we used Django 2.2 and Oracle 11g, there was a version conflict during migrate, and finally Upgrade Oracle to 12c to solve the problem So can we solve this conflict in other ways? Think of a solution and practice it: Using Django 2.2 t ...

Posted by PBD817 on Sat, 17 Aug 2019 05:16:59 -0700

Introduction and introduction to Mybatis (single form CRUD)

1. Introduction to Mybatis Mybatis is an excellent persistence framework, which encapsulates the process of jdbc operating database, so that we only need to pay attention to the SQL itself in the development process, and do not need to spend a lot of energy to deal with the complicated jdbc such as registration driver, connection creation, sta ...

Posted by lrdaramis on Sat, 17 Aug 2019 01:43:57 -0700

SpringBoot 2.0 Base Case (10): Integrate Mybatis framework, integrate Paging Assistant plug-in

I. Mybatis Framework 1. Introduction to mybatis MyBatis is an excellent persistence layer framework that supports customization of SQL, stored procedures, and advanced mappings.MyBatis avoids almost all JDBC code and setting parameters manually and getting result sets.MyBatis can use simple XML or annotations to configure and map native types, ...

Posted by BillyBoB on Fri, 16 Aug 2019 09:38:12 -0700

Big data - - Flume

Flume Log Collection System Summary operating mechanism Architecture of Flume Acquisition System Flume installation deployment A Simple Case of Flume Flume custom MySQL Source Custom Source Description Custom MySQL Source Composition Customize My ...

Posted by Magestic on Fri, 16 Aug 2019 06:53:44 -0700

Ali doesn't let MySQL multi-table Join? I want it!

Links to the original text: https://mp.weixin.qq.com/s?__biz=MzUzMTA2NTU2Ng==&mid=2247487444&idx=1&sn=5325b3e29504162cd9c882c2c7f0e1d7&chksm=fa497065cd3ef973e229966f3c9c612cca8526d7201790e773ede29b9a855d27eb6d86449776&mpshare=1&scene=23&srcid=&sharer_sharetime=1565145500644&sharer_s ...

Posted by seanpaulcail on Thu, 15 Aug 2019 05:37:27 -0700

React Exercise, Simulated Brief Book Blog Writing Platform

Introduction Technology stack: react + redux + react-router + express + Nginx Practice points: redux connection react-router routing jump scss style writing Design of Container Component and Display Component Structural Design of express Scaffolding Project User information persistence (cookie + redis) Common Security Problem Handling (xss sql ...

Posted by jamesjohnson88 on Tue, 13 Aug 2019 04:55:18 -0700

The Use of Oracle PLSQL Cursors and Cursor Variables

Reference article: https://www.cnblogs.com/huyong/archive/2011/05/04/2036377.html In PL/SQL programs, cursors are often used to handle transactions with multiple rows of records. There are four steps to use: define, open, extract, and close. Example: 09:52:04 SCOTT@std1> DECLARE 09:52:07 2 CURSOR c_cursor 09:52:07 3 IS SELECT e ...

Posted by vitch2002 on Tue, 13 Aug 2019 03:51:11 -0700

Why should the @@IDENTITY function be avoided in SQL Prompt, a SQL grammar prompt tool?

SQL Prompt It is a practical SQL grammar prompt tool. SQL Prompt automatically retrieves the database object name, grammar and code fragments to provide users with appropriate code selection. Automatic script settings make code easy to read -- especially when developers are not familiar with scripts. SQL Prompt can be installed and used, which ...

Posted by UTAlan on Tue, 13 Aug 2019 03:15:09 -0700