Tag:Official website
-
Time:2021-2-27
The command line error is as follows E:\vue-admin\node_modules\fibers>if not defined npm_config_node_gyp (node “D:\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js” rebuild –releas e ) else (node “D:\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js” rebuild –release ) gyp ERR! find Python gyp ERR! find Python Python is not set from command line or npm configuration gyp ERR! find Python Python is not set from environment variable PYTHON gyp ERR! […]
-
Time:2021-2-25
ZabbixOfficial website: https://www.zabbix.com/ Recommended star levelZABBIX is an enterprise level open source operation and maintenance platform based on web interface, which provides distributed system monitoring and network monitoring functions. It is also the most widely used monitoring software among Internet users in China. More than 85% of the users met by cloud wisdom are using […]
-
Time:2021-2-24
If we want to do a good job, we must first sharpen our tools. The tools we use will make us get twice the result with half the effort.I’ve used a lot of editors on the market, Editor experience Notepad + + (open source) this should be the lightest. It’s OK to check the code, […]
-
Time:2021-2-24
Building nestjs development environment install Node.js And yarn visit Node.js Download and install from the official website Node.js . In this paper, we use yarn package manager (or NPM, please refer to the online tutorial) to download and install from yarn official website. To speed up the domestic access, use the following command to install […]
-
Time:2021-2-15
Current stable version:Version 86.0.4240.75 (Official Build) Google official website direct download address Windows 32 bit Windows 64 bit Linux (.deb) Linux (.rpm) macOS(.dmg) Baidu network disk backup address (including the latest and historical versions) Link:https://pan.baidu.com/s/195fycw8BEK4B1xhi4ig1SgPassword: oig4
-
Time:2021-2-15
background Recently, Nacos will be used in some projects, so I plan to install a Nacos locally first. How to install it? Of course, docker is used. It is convenient and simple. To be honest, since I installed docker, my ThinkPad, which has been used for three years, is really a bit of a card. […]
-
Time:2021-2-12
Recently, I started playing spring MVC. First of all, I have to install Maven on my Mac. There are still some problems with one wave of three certificates. Let’s record and share them with you… 1. First go to the official website to downloadmaven3.3.9The configuration is as follows: tar -zxvf apache-maven-3.3.9 sudo mv apache-maven-3.3.9 /usr/local/maven3.3.9 […]
-
Time:2021-2-11
First of all, Django is a python web development framework, which requires some basic knowledge of Python. In fact, we should not understand it very well, because we will gradually learn a lot of knowledge of Python in the learning of Django.Django’s website is https://www.djangoproject.comVery good, this website is pure English, so we can improve […]
-
Time:2021-2-10
A series of articles: Rust has questions and answers What is cargo Rust has questions and answers What is toml in rust Q & A What can we learn from HelloWorld Cargo: build tool and package manager of rust The title of the article is from the official website of rust Introduction to rust programming […]
-
Time:2021-2-6
Install MySQL on MAC (version 5.7. X) catalog Install MySQL on MAC (version 5.7. X) 1、 Database classification RDBMS (relational database management system) NoSQL NewSQL 2、 Download from official website 3、 Environment variable settings 4、 Starting MySQL and changing password start-up Change Password 5、 Available commands 1、 Database classification RDBMS (relational database management system) MySQL […]
-
Time:2021-2-6
You don’t need to write the header file yourself. You can copy it on mybatis official website.Mybatis website:https://mybatis.org/mybatis-3…
-
Time:2021-2-5
Modern programmers, no matter the front-end, mobile end, back-end or even some UI and products are heavy users of GitHub. In product design, architecture design, technology selection, looking for technical solutions for a specific function and other scenarios, GitHub is a good channel. Indeed, in many cases, you can find wheels made by others to […]