First Installation and Use of MYSQL Database in Windows Environment

The main content of this paper is the first time to use MYSQL database in Windows environment, including MYSQL installation, service start, database landing, database creation, view, deletion, table creation, query and deletion. Requirements for a certain basis for the database, such as already familiar with DB2 database. Environmental Scien ...

Posted by JamesyBHOY on Tue, 02 Jul 2019 01:08:47 +0200

Package Management for Linux

The environment of this blog is arbitrary.       Subject Linux Package Management       A software management tool     1 Compile and Install 2 rpm Package Management 3yum Management      2. Software Running and Compiling   Binary interface for 1ABI applications   Binary interface for ABI:Applicati ...

Posted by dc519 on Mon, 01 Jul 2019 18:40:24 +0200

Providing reverse proxy for Kubernetes cluster, accessing internal applications such as kube-Dashboard from outside the cluster through standard http ports

Install Ingress Controller Deploy default http backend Deploy nginx ingress controller Install and access kubernetes dashboard Deployment of dashboard Configure ingress Visit dashboard website on windows machine Install Ingress Controller Ingress Controller runs in the container of the k8s cluster. It allows each node to list ...

Posted by timon on Mon, 01 Jul 2019 01:55:27 +0200

Analysis of NIO selector principle

Non-blocking io uses a single thread or only a small number of multi-threads. Each connection shares a single thread. Thread resources can be released to handle other requests while waiting (without events). The main thread allocates resources to handle related events by notifying (waking up) the main thread through event-driven model when even ...

Posted by idevlin on Mon, 24 Jun 2019 23:05:43 +0200

IO [Byte Stream, High Efficiency Stream]

IO flow: I:input, input, read to memory O:Output, output, write to file Stream: Data Stream (Characters, Bytes)Classification:Flow to: Input: FileInput Stream, FileReader Output: FileOutput Stream, FileWriterCategory: Characters, bytes java.io.OutputStream: Byte output stream, which is the parent class of all byte output streams ...

Posted by SQHell on Fri, 21 Jun 2019 01:48:09 +0200

MySQL's headache-provoking Alert Case Analysis

MySQL Analysis of Abrted Alert Logactual combatPart1: Write at the topIn the error log of MySQL, we often see some kinds of borted connection errors, this article will make a preliminary analysis of such errors, and understand the basic ideas and methods of investigation after a problem arises. It's important to master this method, not to have ...

Posted by Johannes80 on Tue, 18 Jun 2019 23:39:39 +0200

Bootstrap modal pop-up box

Previous remarks Modal pop-up box is called Modal in Bootstrap framework. This pop-up effect is visible in most Web site interactions. For example, if you click a button to pop up a box, the pop-up box may be a description of a document, or it may have button operation, or it may pop up a picture. In this paper, Bootstrap modal pop-up box is i ...

Posted by cloudy243 on Sun, 16 Jun 2019 02:58:05 +0200

Android Application Background Loading System Dynamic Wallpapers

Android Application Background Loading System Dynamic Wallpapers demand Customer demand is always confusing. Our application and system launcher are two forms of desktop that exist together. Customer demand that application must support system desktop wallpaper. Static wallpaper is easy to achieve for this requirement, but dynamic wallpaper is ...

Posted by 2gd-2be-2rue on Fri, 14 Jun 2019 19:17:15 +0200

Pthon Learning Notes - Random Number Advancement

Do you really understand random numbers? Author : Jasper YangSchool : Bupt Q: Why did you write this article?A: Because I found that in recent scientific calculations, we often encounter random numbers. All random numbers are based on 0,1 random. How can this 0,1 random be realized? Next I'll talk about it.~ This article is different from the s ...

Posted by stokie-rich on Tue, 11 Jun 2019 21:51:11 +0200

Electron Quick Start and Packaging

Preliminary understanding brief introduction Electron lets you use pure JavaScript to call rich native APIs to create desktop applications. You can think of it as a variant of io.js that focuses on desktop applications rather than web servers.This does not mean that Electron is JavaScript bound to the GUI library. Instead, Electron uses web pag ...

Posted by sgalonska on Mon, 10 Jun 2019 02:20:08 +0200