[Linux high concurrency server] producer and consumer model

[Linux high concurrency server] producer and consumer model Article overview This article is a personal note of Niuke C + + project course: Linux high concurrency server, which records some knowledge points of producer and consumer model Author information NEFU 2020 zsl ID: fishingrod / fishing rod Email: 851892190@qq.com You are welcome ...

Posted by findshorty on Sun, 31 Oct 2021 00:48:23 -0700

087 learning js document object

Reference link: W3school-JavaScript HTML DOM Reference article: Han_python blog JavaScript Column 14 Document object model Document Object Mode, referred to as DOM. When a web page is loaded, the browser creates the DOM of the page. It defines: HTML elements as objects, Attributes of HTML elements (can be set or changed) Method (action) t ...

Posted by loureiro on Thu, 28 Oct 2021 17:32:01 -0700

Yolo (project) Yolo v3 image classification

catalogue 1, Read file 2, Neural network initialization   1. Build neural network 2. GPU acceleration 3, Turn on the camera and read the image by frame 4, Input to neural network 5, Obtain neural network output 1. Get the name of each layer 2. Get output layer name 3. Get output layer image (content) 6, Frame object 1. Get all ...

Posted by adamlacombe on Sun, 24 Oct 2021 21:39:29 -0700

Learn the notes of fengmi mall

Fengmi mall project Create using Maven aggregation project (parent project of one Maven and child projects of multiple Maven), You can add the following to the parent project pom.xml file: <package>pom<package> [the external chain image transfer fails. The source station may have an anti-theft chain mechanism. It is recomme ...

Posted by dave007 on Tue, 05 Oct 2021 10:07:30 -0700

Shangsi Valley grain college learning notes 4 - front end knowledge summary, lecturer list, front end implementation

es6 and vue basic knowledge points es6 syntax new features blog link vue basics blog link axios blog link npm, webpack blog link vue-element-admin Vue element admin is a background management system integration scheme based on element UI. Function: https://panjiachen.github.io/vue-element-admin-site/zh/guide/# function GitHub address: http ...

Posted by Hafkas on Mon, 04 Oct 2021 17:36:26 -0700

Learning notes of Shangsi Valley grain college 9 -- front desk user login, registration and integration jwt

User login service Single sign on (SSO) for short. Users only need to log in once to access all mutually trusted application systems Three common ways of single sign on Implementation of session broadcast mechanismUsing redis+cookieUsing token to implement Implementation of session broadcast mechanism In fact, it is session replication. Af ...

Posted by kmarsh on Mon, 04 Oct 2021 14:46:15 -0700

Shangsi Valley grain college learning notes 8 -- integrate NUXT foreground page, and redis cache has been integrated

Server side rendering technology NUXT What is server-side rendering Server side rendering, also known as SSR (Server Side Render), completes the content of the page on the server side, rather than obtaining data through AJAX on the client side. The advantages of server-side rendering (SSR) are: better SEO, because the search engine crawl ...

Posted by nagrgk on Mon, 04 Oct 2021 13:10:14 -0700