Spring boot blog system background login and interceptor configuration
The logic of login is very simple. You only need to make corresponding judgment according to the incoming user name and password and match the data in the database
Basic realization
1. In the controller layer, first make a non empty judgment on the incoming user name and password, and then call the Se ...
Added by Nilpez on Wed, 05 Feb 2020 07:45:10 +0200
elementui+jquery timetable component
After sett ing up, you need a timetable component. If you can't find any information on the Internet, you write one yourself. There may be some bug s
Based on elementui and jquery
Because the cell click event is filled with the color I use, I can't write the event by myself. You can use the parent compo ...
Added by crash4o4 on Sun, 02 Feb 2020 17:10:41 +0200
PyQt5 quick start basic chapter 5-messagebox usage
Preface
In this section, we will introduce how to use messagebox, which can be used in message prompt box, warning box, inquiry box, error, about and other conversation boxes.
1, Basic knowledge
1. Introduction to MessageBox
Message box is a message session box, which can prompt the user with key messages and obtain the user's selection, so as ...
Added by Singularity on Sat, 01 Feb 2020 17:35:46 +0200
TA Compile/Entry Function/Signature Article Translation
Preface:
Translation: https://optee.readthedocs.io/en/latest/building/trusted_applications.html
Last translated article: Installation of OP-TEE .After installation, I don't want to know the details of the whole process of the program.Now I want to rewrite hello world for myself to interact between TA an ...
Added by BLeez on Wed, 22 Jan 2020 05:32:15 +0200
USING CURRENT LOGFILE has been deprecated
1, Oracle 19c alarm log
2020-01-19 20:40:26.193000 +08:00
Warning: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE has been deprecated.
Warning: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE has been deprecated.
alter database recover managed standby database using current logfile disconnect from s ...
Added by noclist on Mon, 20 Jan 2020 20:09:06 +0200
SpringSecurity Initialization Process Source
This article mainly explains the source part of the SpringSecurity initialization process, including how the core springSecurityFilterChain was created and where personalized configurations can be extended. The SpringSecurity source code is a real headache for all kinds of Builder Configurations!
_1. Brief introduction
_The core functions of Sp ...
Added by ryansmith44 on Sun, 19 Jan 2020 06:46:31 +0200
kubeflow series: model as a service, about the use of tensorflow serving
In kubeflow, TensorFlow Serving is used as the official tensorflow model interface. TensorFlow Serving is an open-source service system of GOOGLE, which is suitable for deploying machine learning model. It is flexible, high-performance and can be used in production environment. TensorFlow Serving can easily deploy new algorithms and experiments ...
Added by jehardesty on Tue, 14 Jan 2020 12:22:22 +0200
Advanced operation of Linux directory and file
Bowen catalogue
1, Linux directory structure
2, Linux view file content basic command
3, Compress and decompress files
4, vi text editor
1, Linux directory structure
Linux directory structure adopts tree structure, including root directory and subdirectory.
1. Root directory
The location starting point of all partitions, directories, files, ...
Added by JeremyMorgan on Tue, 14 Jan 2020 09:13:29 +0200
Notes on tensorflow of yongxing-9 initial experience of all connected MNIST
1, What is a fully connected neural network?
Fully connected neural network, as the name implies, is a connection between any two nodes between two adjacent layers. Fully connected neural network is the most common model (for example, compared with CNN). Because it is fully connected, it will have mor ...
Added by SusieWoosey on Sun, 12 Jan 2020 08:43:37 +0200
Active MQ learning Broker
I. concept
Equivalent to an ActiveMQ service instance
Broker actually starts ActiveMQ in the form of code, embeds MQ into java code, so that it can be started at any time. When it is used, it can save resources and ensure reliability.
2, Start ActiveMQ according to different configuration files
1. First copy and rename activemq.xml in the ...
Added by rami103 on Fri, 10 Jan 2020 21:00:53 +0200