Get the App
  • Rhel6.4 deployment tomcat

    Rhel6.4 deployment tomcat

    Package tomcat and jdk to http://tomcat.apache.org/download-70.cgihttp://www.Oracle.com/technetwork/java/javase first.

    Shulou · 2022-06-03 05:25
  • Display files or directories as required

    Display files or directories as required

    1. Display / etc directory, all files or directories ending in .d command parse: ls: display files or directories in the current directory without any parameters-d: show only the directory itself, not files in the directory *: all files or directories * .d: all files or directories ending in .d

    Shulou · 2022-06-03 05:25
  • What are the prospects for learning cloud computing? What role does cloud computing play in the Internet of things?

    What are the prospects for learning cloud computing? What role does cloud computing play in the Internet of things?

    The Internet of things is an important part of the new generation of information technology. Its English name is "The Internet of things". Therefore, as the name implies, "the Internet of things is the Internet of things connected to things." This has two meanings: first, the core and foundation of the Internet of things is still the Internet.

    Shulou · 2022-06-03 05:25
  • Use Kubespray 2.8.3 to deploy production available Kubernetes clusters (1.12.5)

    Use Kubespray 2.8.3 to deploy production available Kubernetes clusters (1.12.5)

    The installation and deployment of Kubernetes is the most difficult, and each version is installed in a slightly different way. The author has been looking for a deployment solution that supports multiple platforms, is relatively simple, and is suitable for production environments. After a period of research, the following solutions have entered the author's field of vision: the deployment solution is excellent.

    Shulou · 2022-06-03 05:25
  • Four types of logs you need to know: Java

    Four types of logs you need to know: Java

    Logging is an important topic in software development, especially if you need to analyze errors and other unexpected events in a production environment. Logging is usually easy to implement. But as you may have experienced, logging is much more complex than it looks. That's why you can find a lot on blogs.

    Shulou · 2022-06-03 05:25
  • TCP module net of nodeJS

    TCP module net of nodeJS

    TCP services are very common in network applications. At present, most applications are based on TCP. The net module provides an asynchronous network wrapper for TCP network programming, which includes methods for creating servers and clients. This article will introduce net in nodeJS in detail.

    Shulou · 2022-06-03 05:25
  • The iOS 11 GM of iPhone 6 plus is exactly the same as the md5 of the official installation package

    The iOS 11 GM of iPhone 6 plus is exactly the same as the md5 of the official installation package

    Ditto: chens-MacBook-Air:~ chen$ md5 / Users/chen/Downloads/iPhone_5.5_11.0_15A372_Restore.ipswMD5 (/ User

    Shulou · 2022-06-03 05:24
  • VMware vSAN 6.7 (4) deleting a single-site vSAN cluster

    VMware vSAN 6.7 (4) deleting a single-site vSAN cluster

    In order to establish a dual-host cluster and apply the advanced storage policy later, you need to delete the previous single-site vSAN cluster. Here are the specific steps. Note: if it is a production environment, please make a good data backup. Step1: delete the virtual machine. Right-click the virtual machine and select remove from disk.

    Shulou · 2022-06-03 05:24
  • SQL Foundation

    SQL Foundation

    1 SQL sentence classification name action syntax keywords DDL data definition language CREATE,DROP,ALTERDML data manipulation language INSERT,DELETE,UPDATEDQL data query language SELECTDCL data control language GRA

    Shulou · 2022-06-03 05:24
  • OpenStack (theory)

    OpenStack (theory)

    Cloud computing overview of OpenStack basic theory cloud computing in a narrow sense refers to the delivery and usage model of IT infrastructure cloud computing refers to service delivery and usage model cloud resources network resources storage resources server resources cloud computing service model IaaS (infrastructure as a service) provides the underlying layer

    Shulou · 2022-06-03 05:24
  • How to set the decompression password for a compressed file

    How to set the decompression password for a compressed file

    Usually, the compressed file only needs to be unzipped to be decompressed successfully, but there is an unzipped password setting function that only knows how to do it today. Briefly describe the operation: first select the file you want to compress, right-click, there will be the option "add to compressed file", before I have been directly selected to "add to". R

    Shulou · 2022-06-03 05:24
  • Configure redis Sentinel on centos7

    Configure redis Sentinel on centos7

    1 configure three redis databases, one master and two slaves redis-6380.conf # master redis-6381conf # slave redis-6382.conf # write the following configuration file vim redis-6380.conf from

    Shulou · 2022-06-03 05:24
  • Batch script-delay environment variable extension

    Batch script-delay environment variable extension

    Batch processing (Batch) scripts, which use preprocessing to read by line. In the for loop, the contents of the empty sign after do are processed as one line, so the assignment in the output operation after the assignment in the extension sign is invalid. If you need to make the assignment valid, you need to enable variable delay (full name).

    Shulou · 2022-06-03 05:24
  • Simple Unix-Linux CFS a comment

    Simple Unix-Linux CFS a comment

    This series is called simple UNIX, but it also includes the details of various kinds of UNIX systems. This series of articles are sorted out from my study notes over the past few years, focusing on the analysis of the implementation ideas and insights of each UNIX, class UNIX. This article is relatively short, just to analyze the Linux CFS scheduler

    Shulou · 2022-06-03 05:24
  • Making random numbers and nested loops with Shell

    Making random numbers and nested loops with Shell

    This article mainly introduces in detail the method of making random numbers and nested loops in Shell. The sample code in this article is very detailed. Zero basis can also refer to this article. Interested friends can refer to it. 1. Random number 1. How to generate random numbers? System variable: RANDOM

    Shulou · 2022-06-03 05:24
  • The usage method of for cycle, while cycle and until cycle under Shell

    The usage method of for cycle, while cycle and until cycle under Shell

    This article is to share with you the syntax format and usage of for loop, while loop, until loop and other statements in Shell programming, the content is more basic and detailed, friends in need can refer to it. 1. For loop statement 1. For loop syntax structure 1) column

    Shulou · 2022-06-03 05:24
  • The use of Selenium function in Java

    The use of Selenium function in Java

    Environment this project is developed under MacOS, the tools involved are platform-independent, and should also be applicable to Linux and Windows desktop systems. Before starting this example, make sure that the following tools have been installed correctly, updated to the latest version, and configured correctly

    Shulou · 2022-06-03 05:24
  • The grammatical structure and usage of conditional judgment statement in Shell script

    The grammatical structure and usage of conditional judgment statement in Shell script

    This article gives you a detailed introduction to the syntax structure and usage of conditional judgment statements in Shell scripts. Most of the commands and knowledge points are often used by everyone, so we can share them for your reference. Let's follow the editor and have a look. First, thinking about the grammatical structure of conditional judgment: what is tr?

    Shulou · 2022-06-03 05:24
  • Configure proprietary network VPC for MongoDB database and Python3 to access MongoDB database

    Configure proprietary network VPC for MongoDB database and Python3 to access MongoDB database

    This article introduces in detail the configuration of proprietary network VPC for MongoDB database and the method of Python3 to access MongoDB database. The sample code in this article is very detailed, which can be referenced by interested friends. Public configuration creates proprietary network VPC login

    Shulou · 2022-06-03 05:24
  • What is the Shell compiler? Which languages can be compiled?

    What is the Shell compiler? Which languages can be compiled?

    What is the Shell compiler commonly used by programmers? What languages can be compiled? Beginners may not know, this article uses examples to illustrate the shell compiler for you. Introduction to shell Preface: computers can only recognize (recognize) machine languages (0 and 1)

    Shulou · 2022-06-03 05:24