Online OJ project

Project introduction Core functions Title Management: (title information: Title Stem + test case)Title list page: displays the title listTitle details page: displays the title details + code edit boxSubmit the running Title: click the button, the web page will give the source code to the server, the server will execute the code, and retur ...

Posted by louis_coetzee on Sun, 20 Feb 2022 18:55:11 +0100

Front end project Packaging Optimization and launch

Front end project optimization and launch Configure the webpack according to the actual situation of your project. Here is just a reference for understanding many functions on the line. optimization problem Project optimization strategy steps and detailed installation configuration 1.Generate packaged Report=>There are two ways to intuit ...

Posted by covert215 on Sun, 20 Feb 2022 01:52:54 +0100

Deploy multiple Web applications on one server through Nginx

Deploy multiple Web applications on one server through Nginx Through the reverse proxy of nginx, you can listen to the two default ports 80(http) and 443(https), and then map the two port requests to the actual running port of the project. First of all, it is explained here that multiple items of reverse proxy can be distinguished through the ...

Posted by TomatoLover on Sat, 19 Feb 2022 14:55:52 +0100

Multilingual support

Multilingual support International processing The multilingual support in the Vue project uses vue-i18n https://kazupon.github.io/vue-i18n/zh/started.html target Realize the Chinese English switching function of elementUI and feel the effect of Chinese switching Install internationalized packages npm i vue-i18n@8.22.2 Please note the ...

Posted by treeleaf20 on Wed, 02 Feb 2022 22:36:08 +0100

[actual combat of the project, complete source code] teach you how to package components, rewrite React and learn online III

After reading this tutorial, you can learn the following knowledge points: Split components according to business requirements Knowledge of reusable components How child components receive data from parent components - in the last issue, we learned how to transfer data from parent components to child components Can use useState hoo ...

Posted by koolaid on Mon, 31 Jan 2022 22:09:36 +0100

Java library management system

catalogue 1, Core requirements 1. Simple login 2. Management end Organize books (this function is extensible) Consult books Add books Delete books Print book list sign out 3. Client Query books Borrow books Return books sign out 2, Class design 1. Create book related classes Create a package book first 2. Create operation re ...

Posted by chris9902 on Thu, 27 Jan 2022 08:05:29 +0100

Untitled-0720 records a complete machine learning project

#Effective switching between py2 and py3 from __future__ import division, print_function, unicode_literals import numpy as np import os preface When carrying out a complete machine learning project, the following steps need to be completed Understand the complete projectget dataDiscover visual data, discover rulesFind the appropriat ...

Posted by Centrek on Sat, 15 Jan 2022 14:46:46 +0100

Distributed file storage database MongoDB

Introduction to MongoDB (article reprinted from Le byte) Mongo does not mean Mango, but comes from the word Humongous. MongoDB is a NoSQL database based on distributed file storage. Written in C + +. It aims to provide scalable high-performance data storage solutions for WEB applications. About what is NoSQL, you can read what is NoSQL aft ...

Posted by nmreddy on Tue, 11 Jan 2022 01:59:56 +0100

Algorithm data structure: Monkey King

[problem description] Task: a bunch of monkeys have numbers. The numbers are 1, 2, 3 M, the group of monkeys (m) sit in a circle in the order of 1--m. count from the first to the nth, and the monkey will leave the circle. In this order, until there is only the last monkey left in the circle, the monkey is the king. Input data: enter m,n. m. N i ...

Posted by fatherlyons on Sat, 08 Jan 2022 17:26:32 +0100

Visualization of C Language Course Design by [GUI] [easyX]

Is it easy for me to whistle all the time? Not enough flowers? Up Ah Brothers Working Together The console interface is too hard to accept. Want to be available to anyone who uses Windows This received activity (course design) is the KTV track library information query system. Download the extension library on easyX's official website (create ...

Posted by php_dev_101 on Mon, 03 Jan 2022 09:25:21 +0100