Visual Studio Code
The original text is reproduced from "Liu Yue's Technology Blog" https://v3u.cn/a_id_194 Python may have never been heard of before, but no one has ever heard of Java. As an old programming language with a long history, it has been at the top of the TIOBE programming language for many years. ItUTF-8...
Posted by merkinmuffley on Fri, 21 May 2021 03:19:19 +0930
C Course Setup/Hotel Room Management System/Supplied Source Code/Array Implementation //If you miss something, others will get it. Just as you get it, others will miss it. Two weeks of C language course design is over, which is a process from the initial idea of a program to the final writing oUTF-8...
Posted by bagsobrands on Fri, 16 Jul 2021 03:29:57 +0930
General description Process: the order in which the computer executes code Process control: effectively manage the execution sequence of computer code. Only process control can realize the business logic in development Conditional expression: comparison operator / logical operator / compound opUTF-8...
Posted by dreamdelerium on Sun, 25 Jul 2021 08:49:16 +0930
General description Sequence: in Python, a sequence is a set of values [data set] arranged in order There are three built-in sequence types in Python: String, list, tuple String operation Advantages: supports indexing and slicing operations Features: the first positive index is 0, the index poiUTF-8...
Posted by pootergeist on Mon, 26 Jul 2021 07:55:17 +0930
vscode remote development c/c++ brief introduction c/c + + or embedded development often needs to be developed in linux environment. Under windows, in addition to installing linux virtual machine with vmware/vbox, wsl1/wsl2 can also be installed. The full name of WSL is the linux subsystem of wUTF-8...
Posted by chrille112 on Wed, 04 Aug 2021 02:54:57 +0930
Ah... and writing your graduation thesis again... worrying about the risks of Overleaf going online or planning on local TeX Live + Github version management and backup. install TeX Live 2021 Download with domestic mirror, fast: Tsinghua Source | Huawei Cloud Source | Ali Yunyuan. Double-click UTF-8...
Posted by LaWr3nCe on Sun, 08 Aug 2021 09:04:39 +0930
How to invoke the GMP package in vs code of MacBook 1, What is a GMP package? GMP Package is a famous multi precision arithmetic Library,Can solve C Some problems of high precision calculation in language For details, please check the official website: The GNU Multiple Precision Arithmetic LibUTF-8...
Posted by smarthouseguy on Thu, 23 Dec 2021 21:35:44 +1030
As we all know, vscade has a plug-in called ESLint, which is used to prompt error messages, but it can only prompt errors and cannot automatically modify the format—— This article will take you to understand the configuration method of ESlint and let your vscode be controlled by yourself! VscadUTF-8...
Posted by adamjnz on Fri, 24 Dec 2021 13:16:00 +1030
preface This article is the information I collected through learning and accumulation, which is convenient for future learning and use. I hope it can also help you~ python simple string operation I Get length: len len function: Description: the length of the output object Syntax: len(s) for inUTF-8...
Posted by nikbone on Sat, 25 Dec 2021 17:46:36 +1030
First find the installation address of the Cmder: My installation address is C:\Cmder, and the file address we need to use is init Bat, this file is in the vendor folder under the installation directory. After finding these two files, we open our Cmder software settings, find {cmd::Cmder} in thUTF-8...
Posted by mattachoo on Mon, 27 Dec 2021 10:31:35 +1030