Basic syntax you must know when you first know C + +

catalogue Namespace Definition of namespace C + + input & output Default parameters Function overloading (important syntax knowledge in C + +) Namespace stay C/C++ There are a large number of variables, functions and classes to be learned later. The names of these variables, functions and classes will all exist in the gl ...

Posted by raghavan20 on Wed, 19 Jan 2022 09:44:23 +0100

A comprehensive example after learning PyQt

catalogue preface 1, Purpose and function 2, Steps         1. Use QT designer to build graphics 2.ui file to py file 3. Add fuel to the py file generated by pyuic 4. Create the main file and constructor  III Problems and experience encountered  IV Result display preface From the beginning of learning programming, I always wa ...

Posted by master82 on Sun, 16 Jan 2022 07:33:02 +0100

Summary of steps to run amis code using VScode

This article mainly uses VSCode to view the web pages written in the amis framework. There are few online tutorials. Here I summarize it by collecting online data. I hope it will be helpful to you. Please forgive me for any shortcomings get into https://nodejs.org/zh-cn/ Website, download and install. There is little difference in version sele ...

Posted by Dargrotek on Sun, 16 Jan 2022 03:15:43 +0100

Configure goproxy for golang development environment in vscode

Like npm, pip and other package management tools, your packages are pulled locally from the Internet. However, due to the domestic network, you have to change the domestic agent for these tools, otherwise the download is very slow or fails directly. As mentioned in this article, you also need to pull some things from the Internet to develop an ...

Posted by awared on Thu, 13 Jan 2022 22:31:34 +0100

[function development] view program cycle time

requirement analysis On each device, add the programs running on the current device and the list of programs running in history. Click the program list of historical operation to display the cycle time of the clicked program. BU_Machine_CurrProgram At present, the company has arranged 50 devices in the plant area, and there is a scheduled ...

Posted by 88fingers on Sat, 08 Jan 2022 05:17:10 +0100

Code optimization in complete number, statistical prime number and number problem

When we finish all the problems for the first time, we may encounter TLE (time overrun), so write this article to analyze it in depth and put forward good solutions. The problem of perfect numbers is as follows: If the sum of all divisors of an integer other than itself is equal to the number, then we call the integer a perfect number. For ...

Posted by Wayne on Thu, 06 Jan 2022 16:06:08 +0100

VSCode installation under Windows machine and compiling project demo using CmakeLists

Use VSCode, Mingw and Cmake to write engineering code, which is written from scratch. The whole process is shared If you find something to be discussed in this post, please correct and give advice. Thank you in advance! 1 software download 1.1 vscode Download Official website download address: https://code.visualstudio.com/ When downloading, se ...

Posted by lepad on Wed, 05 Jan 2022 16:09:20 +0100

gdb debugging in vscode remote linux environment combined with makefile

Previously, gdb debugging was basically used for debugging in Linux environment. gdb debugging is really powerful, but it is not very convenient for vs and other ides in windows environment. I learned about a vscode tool. This tool is a lightweight IDE that can remotely debug programs in Linux environment, and the visibility and availability ar ...

Posted by Joseph07 on Thu, 30 Dec 2021 13:54:44 +0100

VScode usage guide (environment configuration, plug-in recommendation, beautification) (C++,Python,LaTeX,R...)

This article records my experience of using vscode for one year. I learned git, json and regular (go to hell qwq) for this editor Just stop talking about that pile of nonsense and start directly! 1. Installation open Official website Download directly (beta insider is recommended), During installation, there are several checkmarks on one int ...

Posted by jonathen on Wed, 29 Dec 2021 21:30:42 +0100

Alicloud server installs code server to realize ipad programming and browser programming

preface What is code server Code server is a Visual Studio Code instance running on a remote server, which can be accessed through any web browser. It allows you to code with a consistent integrated development environment (IDE) anywhere and on any device, such as a tablet or laptop. As long as you deploy the code server on your own serve ...

Posted by jennifer_ann on Sun, 26 Dec 2021 21:12:06 +0100