Tag:Studio
-
Time:2021-3-5
Today, when I wrote the code, I suddenly wanted to know the running time of the program, so I included the time header file in the code. The include file is not marked red, but it appears in theCLOCKS_PER_SECBut the place marked in red shows undefined identifierCLOCKS_PER_SEC I thought, this is not right. Isn’t it […]
-
Time:2021-2-13
The new platform launched by Intel 915 / 925 last year is known as the greatest platform revolution in the past decade, and reveals the development direction of the platform in the next few years. Advanced features to satisfy all consumers and distributors as they generate tens of millions of dollars in the market. Many […]
-
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-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:2021-1-5
Android studio 3.0 windows installation guide: 1. Run the Android studio installation package and click next 2. Still select “next” and download the simulator as the second item. If the second item is not checked, we will use the third-party simulator. 3. Select the installation directory, you can use the default or change the installation […]
-
Time:2021-1-2
1、 Introduction to flutter Flutter is Google’s mobile UI framework, which can quickly build high-quality native user interface on IOS and Android. Flutter can work with existing code. Flutter is being used by more and more developers and organizations all over the world, and it is completely free and open source. 2、 Environment construction The […]
-
Time:2020-12-30
Recently found that C disk free space is not much, after inspection found in the C: In the directory of users \ < computer user name >, there are two folders with large space. They are. Android studio preview 3.2 (different versions of Android studio have different names) and. Gradle. Android studio preview 3.2 stores […]
-
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 […]
-
Time:2020-11-23
Android studio is an Android integrated development tool launched by Google, based on IntelliJ idea. Similar to eclipse ADT, Android Studio provides integrated Android development tools for development and debugging. Here’s how to use it Software name: Android studio stable version v3.5.2 Chinese installation version (with Chinese package + installation tutorial) 64 bit Software […]
-
Time:2020-11-8
Visual studio 2017 is an IDE development environment launched by Microsoft to cooperate with. Net strategy. It is also the latest tool for developing c ා program. This section takes the installation of visual studio 2017 Community Edition as an example to explain the specific installation steps. Note: the community edition of visual studio 2017 […]