pycharm configuring conda records

1. Download and install This can be understood as an environment management tool, that is, running different projects requires different environments, that is, libraries, but some libraries will conflict with each other. It can create a virtual environment and give each project a separate virtual environment, which is more convenient to m ...

Added by roydukkey on Mon, 24 Jan 2022 04:41:27 +0200

Config configuration center

Learning objectives Article reprint Le byte Service configuration status Configuration files are familiar to us. In the microservice system, each microservice not only has code, but also needs to connect other resources, such as database configuration or functional switch MySQL, Redis, Security and other related configurations. In additio ...

Added by mady on Fri, 21 Jan 2022 07:18:28 +0200

Development tool - postman

catalogue 1 simple introduction 1.1 creating collections 1.2 create request 1.3 set assertion 1.4 assembly test 1.5 export * json script 1.6 collection and sharing 1.7 authority management 2 second order use 2.1 setting environment variables 2.1.1 new environment 2.1.2 setting environment variables 2.1.3 setting environment variable ...

Added by bostonmacosx on Tue, 18 Jan 2022 10:21:28 +0200

One click generation of target class file based on FreeMarker template configuration

1. Preface There are a lot of duplicate code writing (copy and paste) when the business layer service and control layer controller create files. For reusable code writing, you can extract customized freemaker templates to generate target files to reduce repetitive work. Java is written based on freemaker template and can output specifi ...

Added by foolygoofy on Mon, 17 Jan 2022 12:09:25 +0200

pycharm installation tutorial, super detailed

Before installing pycham, make sure that your computer is configured with python. If you don't download the installation, you can read my article - > > > python installation detailed tutorial pycharm windows version download address: https://www.jetbrains.com/pycharm/download/#section=windows Download the community version (enough for ...

Added by Mr Tech on Fri, 14 Jan 2022 15:22:15 +0200

About my change from a programmer to a "post leek zero" [node realizes e-mail sending]

1, Previously on I know a friend who made 380000 Yuan in just one month. I asked him how he earned it. He said that he recommended the stock limit to others. He was interrupted by someone and the other party lost... ⊙﹏⊙∥    the above is a passage. Don't take it seriously, As a "chive zero generation" ("chive yea ...

Added by Altairzq on Wed, 12 Jan 2022 03:14:12 +0200

Sorting out the core knowledge points of cmake

Written in the front: mainly refer to the classic pdf tutorial cmake practice. Here, I mainly summarize and add some details encountered in the process of practice The function of cmakelists is to automatically generate makefile s. If there are cmakelists, the compilation process is as follows: This is typical_ Source method, that is, external ...

Added by blen on Tue, 11 Jan 2022 12:18:29 +0200

linux-system management-Process section

1. Process 1.1 ps command There are many options for this command, so let's pick some common combinations to record. 1.1.1 ps aux List processes executing in the system [root@localhost sbin]# ps aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 2 0.0 0.0 0 0 ? S 01:09 0:00 [k ...

Added by cyh123 on Tue, 04 Jan 2022 20:01:22 +0200

Use of Maven for building tools

1, Foreword For the development of a java project, we will compile, test, package and deploy these construction processes before going online. If there are few files, we can use the commands Java – > javac – > jar to complete the above construction process. But as the project gets bigger and bigger, there are more and more fi ...

Added by amax on Mon, 03 Jan 2022 21:05:02 +0200

Nginx - Architecture & module

1, Nginx - Architecture 1. Nginx and Tomcat deployment Most of the contents of Nginx have been explained in the previous course. We all know that Nginx has very high performance in high concurrency scenarios and processing static resources. However, in actual projects, in addition to static resources, there are background business code mo ...

Added by unlishema.wolf on Mon, 03 Jan 2022 15:26:36 +0200