Doxygen document generation tool
Doxygen code document generation tool
Doxygen
According to Baidu Encyclopedia, Doxygen is an open source, cross platform document system that supports C, C + +, Java and Objective-C languages. It can generate online HTML reference manuals or offline Latex and RTF reference manuals
Doxygen is a program file generation tool, which can conv ...
Posted by Mr_Mako on Wed, 16 Feb 2022 07:52:55 +0100
Web development framework - Express (installation and use, static hosting, routing processing, use of Middleware)
Express - based on node JS platform web application development framework - Express Chinese document | express Chinese networkhttps://www.expressjs.com.cn/ Express is based on Node The web development framework developed by JS is a Node JS module; Since it is based on Node JS, the premise of using express is that the computer must have installe ...
Posted by weemee500 on Tue, 15 Feb 2022 12:13:25 +0100
Use webpack to build projects
1. You can see on the official website of webpack that webpack is a
File packaging tool, which packages complex File Dependencies into independent resource files. let me put it another way,
In webpack, all files are modules. Load files through loader, inject hooks through plugin, and finally output files combined by m ...
Posted by acey99 on Wed, 09 Feb 2022 03:41:34 +0100
Use of microservices
1. Install Qiankun
npm i qiankun -S
2. Modify main application
The main application is divided into two forms: routing loading and manual loading
Loading in the form of routing, adding the startup code in the startup file, which is suitable for the scenario of replacing sub applications based on a large area, such as switching the home a ...
Posted by efficacious on Tue, 08 Feb 2022 20:56:17 +0100
Lists, Maps and Sets in Google guava tool class are easy to use
Google guava
Guava is a supplement to the Java API. It implements the functions commonly used in java development more gracefully, making the coding easier and the code easier to understand. Guava uses a variety of design patterns and has undergone a lot of testing, which is favored by more and more development teams. The latest version of Jav ...
Posted by Pests on Thu, 03 Feb 2022 00:44:03 +0100
Manually compiling java files without ide
https://imshuai.com/using-javac Tools such as IDE or maven have been responsible for compiling Java programs. However, the more advanced the tool is, the more details will be hidden. Once there is a problem, it will be confused. In the final analysis, the basic concept is not reliable. Returning to the original place, javac, will make the probl ...
Posted by Fog Juice on Wed, 02 Feb 2022 07:45:20 +0100
Create your own Python IDE development tool with Tkinter and use HP_tka module designs its own Chinese code editor
Create your own Python IDE development tool with Tkinter (5) using HP_tka module designs its own Chinese code editor Earlier, we introduced the method of using exec() function to run user programs in Tkinter. Exec () uses Python code for multithreading, which is easy to crash the editor program. In addition, if the user also develops Tkinter ap ...
Posted by cornick on Tue, 01 Feb 2022 15:24:30 +0100
Share the experience of "base and data type" of Python foundation!
hello everyone! Today, xiaoqiyuan will share some basic Python (base and data types). Let's have a look~
The following is my blog, rich in content, welcome to visit!
Baby: Dream chaser (taurusblog.top)
1, Base system
1. What is hexadecimal?
Hexadecimal, that is, the carry counting system, is a artificially defined counting method with c ...
Posted by susrisha on Mon, 31 Jan 2022 14:02:20 +0100
How to install Cerb based on Apache on CentOS 7
1, Software introduction
Cerb is a workflow and email automation system written in PHP and using MySQL or MariaDB as database, which is very suitable for large teams.
His main features include:
1. Mass mail management.
2. Shared mailbox.
3. Dashboard for real-time monitoring and target tracking.
4. Real time notification.
5. Task manager ...
Posted by koddos on Mon, 31 Jan 2022 13:05:44 +0100
Page front-end monitoring
Front end monitoring: obtain user behavior and track the use of products at the user end, and indicate the direction of product optimization based on the monitoring data.
Front end monitoring can be divided into three categories:
Data monitoringPerformance monitoringAbnormal monitoring
Data monitoring
Data monitoring is to monitor the user ...
Posted by chanchelkumar on Sat, 29 Jan 2022 02:48:48 +0100