Getting started with Java - advanced tutorial - 01. Data structure

Original address: http://www.work100.net/training/java-data-structure.htmlMore tutorials: Beam cloud - free course data structure Serial number Chapter in text video 1 Summary - 2 enumeration - 3 vector - 4 Stack - 5 Dictionaries - 6 Hashtable - 7 attribute - Please refer to the navigation above for reading 1. overview The ...

Posted by jerry_louise on Sat, 07 Mar 2020 16:13:28 -0800

mongoose - the Nodejs framework of object-oriented operation mongodb

introduce Whether mysql or mongodb, the traditional way to interact with database is to write code according to the API they provide. The APIs they provide are often not easy to understand and hard to remember. If you pass wrong parameters and write a wrong symbol, you need to check the document. The ORM (Object Relational Mapping) framework ...

Posted by jollyjumper on Sat, 07 Mar 2020 08:35:50 -0800

Cloud computing - MySql advanced: configure multiple instances of MySql

Case 1: configure MySQL multiple instances 1.1 problem On the host 192.168.4.56, configure the first MySQL instance Instance name mysql1, port 3307 Database directory / data3307, PID file mysql1.pid Error log mysql1.err On the host 192.168.4.56, configure the second MySQL instance Instance name mys ...

Posted by pootergeist on Sat, 07 Mar 2020 07:04:48 -0800

Compiling and installing Mysql 8.0.19 under linux

1 Preface There are many ways to install MySQL under linux, including the way of warehouse (yum,apt,zypper), the way of package (rpm,deb), the way of docker, the way of decompressing from the compressed package, the way of compiling and installing from the source code. Here is the last one, the way of compiling and installing from the source co ...

Posted by ThisIsMyName on Thu, 05 Mar 2020 19:55:04 -0800

day14_Servlet&HTTP&Request Notes

Today's content: 1. Servlet 2. HTTP protocol 3. Request Servlet: 1. Concepts 2. Steps 3. Principle of execution 4. Life cycle 5. Servlet3.0 Annotation Configuration 6. Architecture of Servlet Servlet--Interface | GenericServlet -- Abstract Class | HttpServlet -- Abstract Class * Gen ...

Posted by bala_god on Thu, 05 Mar 2020 19:03:41 -0800

Server programming - Django - create web page

Article directory Foreword ´` Listview Detail modification of ListView Edit the details page of each book detailView Paging edit Conclusion ( ̄)  ̄) A kind of Foreword ´` In the previous section, we set up the home page. Here we will create some other pages, such as books author, et ...

Posted by breadcom on Thu, 05 Mar 2020 05:35:10 -0800

Source code analysis of UsernamePasswordAuthenticationFilter

This is the construction method of UsernamePasswordAuthenticationFilter and the main content of the attemptAuthentication method is in attemptAuthentication public UsernamePasswordAuthenticationFilter() { super(new AntPathRequestMatcher("/login", "POST")); } public Authentication attemptAuthent ...

Posted by joshmmo on Thu, 05 Mar 2020 02:27:56 -0800

Django+xadmin to build an online education platform (Chapter 6 of various pit notes is attached from 0-1 whole process manual tutorial)

Create these folders first, and the files in them can be downloaded under my github. And then create these two files Note that CaptchaField will not take effect until a specific package is installed. The interpreter cannot install CaptchaField automatically here: from captcha.fields import CaptchaFiel ...

Posted by SlimSlyk on Thu, 05 Mar 2020 01:59:18 -0800

Spring boot integrates mybatis plus multi data source Druid monitoring, Atomikos deals with transactions, cross database and linked table query

Spring boot integrates mybatis plus (2) multi data source Druid monitoring, Atomikos deals with transactions, cross database and linked table query In the previous chapter, I used springboot project to integrate mp, mp basic use, code generator use, Druid data monitoring, etc., but only for single dat ...

Posted by joshbb on Thu, 05 Mar 2020 01:36:39 -0800

Using the express write interface

1, Interface development specification (Restful API) 1. Clear needs Function: to ensure that everyone's writing specifications are the same Give an example: The back end publishes the resource to the URL - > the front end accesses the resource through the URL - > and indicates the operation ...

Posted by nivosh on Thu, 05 Mar 2020 01:23:39 -0800