Docker daily reading: run Hello World smoothly on Win10 platform

Docker daily review (1): run Hello World smoothly on Win10 platform Task description Docker runs smoothly in Win10Successfully run docker container run Hello WorldUnderstand the logicUnderstand the difference between image and containerUnderstand the meaning of docker psUse help instructions to find the answer yourself process Install ...

Posted by B-truE on Wed, 09 Mar 2022 11:04:38 +0100

Chapter 4 of JavaScript core knowledge -- web page special effects on PC and mobile terminals (including a lot of code analysis)

preface❤️ The gentle sunset is always mixed with poetry and distance ❤️ 1, PC side web page effects (1) Element offset offset series 1.1 offset overview Offset translates to offset. We can dynamically get the position (offset) and size of the element by using the relevant attributes of offset series. Obtain the position of the element ...

Posted by Lautarox on Tue, 08 Mar 2022 20:06:24 +0100

vn.py quick start 6 - develop the first quantitative strategy

The quick start series has reached Chapter 6, and we are finally going to touch the content of programming practice. The content in this tutorial assumes that you have a certain basic grasp of Python language development:   Understand Python data results Understand the concept of object-oriented programming Can use control statements t ...

Posted by hairulazami on Tue, 08 Mar 2022 11:01:22 +0100

Incomplete explanation of Java game programming - 4

preface Code demonstration environment: Software environment: Windows 10 Development tool: Visual Studio Code JDK version: OpenJDK 15 Sound effects and music Basic knowledge of sound effect When we play games, we may hear sound effects, but we don't really pay attention to them. Because I want ...

Posted by a1ias on Tue, 08 Mar 2022 02:11:22 +0100

Building the lightest vscode-C + + development environment on Windows

1. Preface When I first entered the industry, I directly used Qt for C + + software development. After getting used to Qt light color style, especially the theme of virtual function italics. Then turn to VS, whether the dark or light theme of vs makes the author feel strongly unaccustomed. Moreover, the installation of VS is sometimes cri ...

Posted by itpvision on Sat, 26 Feb 2022 06:13:51 +0100

Efficient and happy development of uniapp with vscode

Efficient and happy development of uniapp with vscode Because I used to use vscode to develop front-end projects before, now some small programs or h5 projects are developed using uniapp. After experiencing hbuiler for a period of time, I still feel that vscode is fragrant. Here are some configurations I developed using vscode. It includes the ...

Posted by gva482 on Tue, 22 Feb 2022 17:30:54 +0100

Basic knowledge of JavaScript Chapter 6 - functions (including a large number of case studies)

preface❤️ The rainbow after the rain is more beautiful, and the suffering life is more brilliant ❤️ 1, JavaScript function (1) Concept of function In JS, many codes with the same or similar functions may be defined, which may need to be reused. Although the for loop statement can also realize some simple repetitive operations, it has lim ...

Posted by Birch on Tue, 22 Feb 2022 02:06:26 +0100

C/C + + development based on VSCode and Cmake -- environment construction and the first entry case

development environment ubuntu subsystem under Windows Language c/c++ IDE:vscode Environment construction Open the windows subsystem option for Linux Control panel - > Programs - > enable or disable Window functions - > windows subsystem options for Linux Download and install Ubantu In the Window10 version, open the app store and ...

Posted by beebum on Mon, 21 Feb 2022 10:20:21 +0100

Visual Studio Code configuration C/C + + compilation environment process and problem solving (Win10 environment)

1. Introduction to Visual Studio Code VS Code is actually a powerful text editor, which can also realize the compilation function on the basis of installing plug-ins. Support Windows, OS X and Linux, with built-in JavaScript, TypeScript and node JS support, and has a rich plug-in ecosystem. You can install plug-ins to support C + +, C#, Python ...

Posted by FamousMortimer on Sat, 19 Feb 2022 23:30:26 +0100

Vue framework 2 Basic knowledge

      1, Vue first experience 1.1 Vue installation     . The introduction of Internet links can be obtained from BootCDN <script src="https://cdn.bootcdn.net/ajax/libs/vue/2.6.14/vue.js">     . npm installed locally stay Visual Studio Code Terminal input: npm install vue@2.6.14 <script src="../node_mod ...

Posted by lhale on Thu, 17 Feb 2022 19:26:10 +0100