Tag:visual
-
Time:2021-2-24
What is it Directly above This library adds various libraries to your project, which are necessary for building OpenGL applications on X86 and x64 architectures. It includes freeglut, glfw and glew. In other words, several commonly used OpenGL header files are included, such as # include < GL / glut. H >, # include < […]
-
Time:2021-2-15
1、 The development environment of VS First, you need to install vs2019, and then make sure the following three components exist. If not, download them. The installation of vs2019 can refer to the installation and use of visual studio 2019. 2、 Create C # form application Open vs You can directly enter keywords in the […]
-
Time:2021-2-11
Vs2019 has been officially released on April 2. Please see this link for the launch of vs2019: Vs2019 launch Vs2019 is as powerful as vs2017. It’s project compatible and doesn’t need to delete each other. Besides, C / C + +, python, f #, IOS, Android, web, Node.js , azure, unity, HTML, JavaScript and other […]
-
Time:2021-2-8
Step 1: open visual studio code, press Ctrl + Shift + P, enter: configure user snippets, and select Preferences: configure user snippets. Step 2: after entering, select a configuration file or create a new one. I select HTML configuration file. The third step is to add the JSON format according to the example. […]
-
Time:2021-2-3
I wrote 20 articles about mybatis plus in the blog Garden, but at that time, they were all based on mybatis-plus2. X. recently, my blog products and technical framework have been upgraded. Subsequently, mybatis2. X has been upgraded to 3. X, greatly changing the code from entity, Dao to service and controller. If a friend […]
-
Time:2021-2-1
Writing programs will inevitably require version control, even for personal projects. Vs2015 has provided git support by default. Considering that Git is very popular now, as a programmer in the Microsoft department, he has to learn a little self-defense to avoid being ridiculed by the guys in the open source world. But I believe that […]
-
Time:2021-1-31
After the visual studio 2019 Vue project is successfully created, you can see the following structure. Visual studio 2019 configures Vue project The specific file structure is shown in the figure below Template use Import file:public/index.html Andsrc/main.js summary Here is the article about the directory structure of visual studio 2019 Vue project. For more content about […]
-
Time:2021-1-30
1、 Environment installation 1: Vue project is based on Node.js , nodejs must be installed first, download address: https://nodejs.org/zh-cn/ Install nodejs all the way to next Additional tools do not need to be installed. Win + R input CMD inputnode -vandnpm -vGet the version information to prove it’s installed. 2: Confirm visual studio 2019 environment: […]
-
Time:2021-1-20
Title Requirements: Thinking: The score is a [i] + a [J] + I – J, which can be divided into (a [i] + I) and (a [J] – J, and the highest score is the sum of the two So traverse the array and maintain two values, one is the maximum value of a [i] […]
-
Time:2021-1-15
Opening point: regular expression method effect = 0 (the effect will be mentioned below) Empty line problem: vs: in the process of using vs, I’m not satisfied with the automatic collation, because I won’t automatically delete empty lines. When this happens, I’m really speechless. Vs Ctrl KD doesn’t care about empty lines, and there’s no […]
-
Time:2021-1-8
I’ve been using pychar to develop Python programs before. This ide editor is really good. There’s no problem at all. The only problem is that it’s too expensive. We also see that many people are using the free and open source visual studio code,Super hardThe IDE developed is also known as the strongest ide in […]
-
Time:2020-12-13
Visual studio code is referred to asvs codeIs a free and open source cross platform text (code) editor developed by Microsoft, which is almost perfect software development tool for front-end development. The software has integrated tools, which can easily deploy code to azure, and has built-in JavaScript, typescript and Node.js It also has a rich […]