Home page
Category icon
Software Hardware
Language icon
shqiptar አማርኛ Azərbaycan Gaeilge Eestlane ଓଡିଆ Euskal Беларус български Íslensku Polski Bosanski Afrikaans Татар dansk Deutsch русский Le français Pilipino suomalainen Western Frisian ខ្មែរ ქართული ગુજરાતી Қазақ Kreyòl Ayisyen 한국어 Hausa Nederlands кыргыз тили Galego Català Česky ಕನ್ನಡ Corsu hrvatski Kurdî Latine Latvietis ຄົນລາວ Lietuvis Lëtzebuergesch Kinyarwanda românesc Malagasy Malti मराठी മലയാളം Melayu Македонски Maori Монгол বাংলা ভাষার ဗမာ Hmong IsiXhosa IsiZulu नेपाली norsk språk ਪੰਜਾਬੀ Português Chichewa 日本語 svenska Samoa Српски Soto ea Boroa සිංහල Espero slovenského jazyk Slovensko Kiswahili Gàidhlig na h-Alba Sinultian sa Sugbo Soomaali Точик తెలుగు தமிழ் மொழி ไทย Türk dili Türkmenler Cymraeg Українська O'zbek Espanol Ελληνικά ʻ .lelo Hawaiʻi magyar Shona Հայերեն Ndi Igbo lingua italiana हिन्दी Nyarios Orang indonesia Wong jawa English Yoruba Tiếng việt 中文(繁體) 中文(简体)
  • The difference between ":nth-child", ":first-child" and ":first-of-type" in CSS

    2021-02-19 CSS

    The selectors in CSS can easily help us add the required styles to the specified elements. This article provides detailed answers to the three selectors ":nth-child", ":first-child" and ":first-of-type" The difference.

    READ MORE
  • Get the line number of the currently executing code in JavaScript

    2021-02-12 JavaScript

    JavaScript is a language that will definitely be used in web development. This article describes in detail how to get the actual line number of the current code at runtime.

    READ MORE
  • The difference between null and undefined in JavaScript

    2021-02-02 JavaScript null undefined

    JavaScript is a language that will definitely be used in web development, among which null and undefined are often encountered by us. This article describes the characteristics of the two in detail.

    READ MORE
  • Solution: setInterval cannot run normally in the background of the browser.

    2021-02-01 JavaScript Worker

    When setInterval is running in the background of the browser, the minimum trigger interval will be forcibly changed to 1000 milliseconds, and will stop after running for a period of time. This article describes how to solve this problem.

    READ MORE
  • How to check the file size of a subdirectory on Linux

    2021-01-25 Linux

    Insufficient disk space on Linux is usually caused by excessive log files. But we often don't know where the log files are stored. At this point, we need to look at the size of the directory layer by layer to find the location of the file. This article introduces a command on Linux to view the file size of a directory.

    READ MORE
  • solution:jemalloc/jemalloc.h: No such file or directory

    2021-01-15 CentOS7 Redis

    When compiling and installing Redis5 on CentOS7, there was an error that jemalloc.h could not be found. This article describes how to solve it.

    READ MORE
  • solution:Failed to build these modules: _ctypes

    2021-01-14 Python

    When compiling and installing Python3, there was an error in the title. This article describes how to solve it.

    READ MORE
  • Introduction to the characteristics of diodes

    2021-01-13 Diode

    Diodes are very commonly used electronic components. This article mainly introduces the forward and reverse characteristics of diodes.

    READ MORE
  • How to shield the runtime exception of the specified code in PHP

    2021-01-12 PHP

    When we write code, there will always be frequent errors in some places, and these errors are unavoidable and can be ignored. At this time, we can use PHP's error suppressor to block errors.

    READ MORE
  • Set up a SOCKS5 proxy for YUM

    2021-01-11 YUM SOCKS5 Proxy server

    Using YUM to install software is much more convenient than compiling and installing. But if our server does not have a public IP in the internal network, we need to connect to the public network through a proxy server. This article describes how to configure a SOCKS5 proxy for YUM.

    READ MORE
  • Install Apache on CentOS7

    2021-01-10 CentOS7 Apache HTTPS Gzip

    Apache is the world's most used web server software. It can run on almost all widely used computer platforms. Because of its cross-platform and security is widely used, it is one of the most popular Web server-side software. This article describes in detail how to install Apache on CentOS7.

    READ MORE
  • Install .NET Core on CentOS7

    2021-01-09 CentOS7 .Net

    .NET is a Microsoft development platform, because it can only run on Windows in the early days, it has many limitations. But the new .NET Core already supports running on Linux. This article describes in detail how to install .NET Core on CentOS7.

    READ MORE
  • Install and configure MySQL8 on CentOS7

    2021-01-08 CentOS7 MySQL

    MySQL is a very commonly used open source relational database. MySQL8 is more rigorous and enhanced security than the previous version. At the same time, MySQL8 has also made many optimizations in performance. This article describes in detail how to install and configure MySQL8 on CentOS7.

    READ MORE
  • Install SVN service on CentOS7

    2021-01-07 CentOS7 SVN

    SVN is the abbreviation of subversion, which is an open source version control system. It is usually used for multiple people to jointly develop the same project, to achieve shared resources, and ultimately centralized management. This article describes in detail how to install SVN service on CentOS7.

    READ MORE
  • Install MariaDB 10.4 on CentOS7

    2021-01-06 CentOS7 MariaDB

    MariaDB is a branch of MySQL. Its usage is basically the same as MySQL, but it supports multi-host clusters, which is different from MySQL's master-slave mode. This article describes in detail how to install MariaDB 10.4 on CentOS7.

    READ MORE
  • How to add and subtract dates and times in MySQL

    2021-01-05 MySQL

    If we need to add and subtract dates and times in MySQL, we can use: DATE_ADD, DATE_SUB, ADDDATE, SUBDATE, this article explains the use of these functions in detail.

    READ MORE
  • PHP catches FATAL level errors

    2021-01-04 PHP FATAL

    Usually we need to capture global errors in PHP and then record the logs, so that we can find potential problems in the program in time. But after we set the error callback function with set_error_handler, we still can't catch FATAL level errors. This article describes how to capture FATAL level errors generated during PHP runtime.

    READ MORE
  • How to access the API interface provided by EMQX

    2021-01-03 EMQX HTTP

    EMQX is a very complete MQTT server. This article describes how to create an authorization code to call the API interface of EMQX.

    READ MORE
  • EMQX opens HTTP connection authorization verification mode

    2021-01-02 EMQX HTTP

    EMQX is an excellent MQTT server. This article describes how to use your own code to control authorization when smart clients connect to services and subscribe to publish topics.

    READ MORE
  • Install EMQX on CentOS7 to build MQTT service

    2021-01-01 CentOS7 EMQX MQTT

    EMQX is an excellent MQTT message server. Its cluster supports tens of millions of connections and has a flexible extension mechanism. This article describes in detail how to install EMQX on CentOS7.

    READ MORE
  • < >
    • 1
    • 2

Read on mobile

Recent articles

  • The difference between ":nth-child", ":first-child" and ":first-of-type" in CSS
  • Get the line number of the currently executing code in JavaScript
  • The difference between null and undefined in JavaScript
  • Solution: setInterval cannot run normally in the background of the browser.
  • How to check the file size of a subdirectory on Linux
  • solution:jemalloc/jemalloc.h: No such file or directory
  • solution:Failed to build these modules: _ctypes
  • Introduction to the characteristics of diodes
  • How to shield the runtime exception of the specified code in PHP
  • Set up a SOCKS5 proxy for YUM

Tags

CentOS7 13 JavaScript 4 YUM 4 PHP 4 EMQX 3 MySQL 2 HTTP 2 Redis 2 Python 2 SOCKS5 2 Proxy server 2 CSS 1 undefined 1 null 1 Worker 1 Linux 1 Diode 1 Gzip 1 HTTPS 1 Apache 1 .Net 1 SVN 1 MariaDB 1 FATAL 1 MQTT 1 Distributed cache 1 exec 1 NoSQL 1 MongoDB 1 Elasticsearch 1 LDO 1 LM1117 1 AMS1117 1 libpython3 1 ss5 1

Copyright © 2021 favkb. All Rights Reserved