mysql5.7 is manually installed on centos server

Manually install MySQL version 5.7. X in CentOS 7.4 environment. 1. Install MySQL version: 5.7.25 2. Download address https://dev.mysql.com/downloads/mysql/5.7.html#downloads (as time goes by, please refer to the download address of the latest official website) 3. Use the wget command to download the relevant rpm files through breakpoint t ...

Posted by LiamOReilly on Sat, 23 Oct 2021 18:58:50 -0700

[Javaweb] can you find npy without some technical work? ❤️ Look at this email ❤️ (1024 is a programmer's holiday)

Take qq mailbox as an example To realize the mail function on the network, there must be a special mail server The mail server is similar to the real post office. It is mainly responsible for receiving the mail delivered by the user and delivering the mail to the e-mail of the mail recipient. 1. Zhang San connects to the SMTP server thr ...

Posted by ailgup on Sat, 23 Oct 2021 15:11:19 -0700

ROS communication programming in Ubuntu 16.04

Basic knowledge learning 🌟 The difference between topic and service -topic of conversationserviceSynchronizationasynchronoussynchronizationcommunication model Publish / subscribeServer / clientUnderlying protocolROSTCP/ROSUDPROSTCP/ROSUDPfeedback mechanismnothinghavebufferhavenothingReal timeweakstrongNode relationshipMany to manyOne to ...

Posted by Lv-Kris on Sat, 23 Oct 2021 02:04:06 -0700

Chapter 9 Spring Security CSRF defense

Spring Security has enabled CSRF defense by default. What is CSRF CSRF is a browser cross site forged request. Hackers can induce users to perform some unexpected behaviors, which allows attackers to partially bypass the homologous strategy. For example, after the user logs in to system A, the user can modify his mailbox, and then the browse ...

Posted by upnxwood16 on Fri, 22 Oct 2021 17:44:39 -0700

nodeJS express creates a server and operates on the mysql database

@[TOC] nodeJS express creates a server and operates the mysql database (personal study notes) 1, Initialization 1. Create project 1.1 create folders and initialize package management files npm init -y 1.2 installing express npm i express@4.17.1 1.3 create the app.js file in the root directory file as the entry file of the whole project ...

Posted by piyush23424 on Wed, 20 Oct 2021 14:09:54 -0700

[VMware vSAN 7.0] 4.2.3 unmark flash memory devices used as capacity devices using ESXCLI

[VMware vSAN 7.0] 4.2.3 use ESXCLI to unmark flash devices used as capacity devices - we have hardware and software solutions IT dry goods 2021-03-25 09:58:50 84 Category column: 1. Server virtualization cluster scheme ...

Posted by Stray_Bullet on Fri, 15 Oct 2021 01:23:00 -0700

Grandma often says Nginx optimization and anti-theft chain, that's it?

introduction In the enterprise information application environment, the security and response speed of the server need to configure the response parameters according to the actual situation to achieve the optimal user experience. The default Nginx installation parameters can only provide the most basic services, and also need to reconcile ...

Posted by nicelad_uk on Wed, 13 Oct 2021 18:32:05 -0700

Linux C/C + + shared memory with message queue and semaphore encapsulation

Encapsulation of Linux 'C/C + + shared memory with message queue + semaphore 1, Train of thought The server demo I do is divided into two servers: the front server and the rear server. The front server is used to receive information, contract and unpack, while the rear server is used to process the package business. The front and rear process ...

Posted by no_one on Fri, 08 Oct 2021 22:28:22 -0700

Linux operating system

introduce The Linux kernel was originally written by Finnish Linus Torvalds as a hobby when he was studying at the University of Helsinki. Linux is a UNIX like operating system that is free to use and spread. It is a multi-user, multi task, multi thread and multi CPU operating system based on POSIX and UNIX. Linux can run the main UNIX tools, ...

Posted by dazz_club on Sun, 26 Sep 2021 21:04:09 -0700

EasyExcel Java API usage

1, Get to know EasyExcel 1.1,Apache POI Apache POI is an open source function library of the Apache Software Foundation, which provides cross platform Java API s to read and write files in Microsoft Office format. However, there are some problems as follows: high learning cost, large memory consumption of POI, redundant and complicated code w ...

Posted by madcrazy1 on Sat, 18 Sep 2021 05:16:29 -0700