Get the App
  • 3 servers Redis highly available Sentinel mode

    3 servers Redis highly available Sentinel mode

    3 servers Redis High availability Sentinel Mode Learning redis High availability 3 servers Redis High availability Sentinel Mode 3.1 Master redis configuration 3.2 Slave redis configuration 1. Introduction 2. Redis program installation 3. Sentinel mode configuration 3.3

    Shulou · 2022-06-02 17:14
  • Calculate the time complexity of the algorithm

    Calculate the time complexity of the algorithm

    The main results are as follows: 1. Comparison of time complexity of common algorithms: the time complexity of common algorithms from small to large is as follows: benchmark (1) < logn < nlogn (n) < duration (N2) < duration (n3) < … < "(2) <" (n!) "(1) indicates the number of times the basic statement has been executed.

    Shulou · 2022-06-02 17:14
  • Teach you to build-- high performance cache server varnish

    Teach you to build-- high performance cache server varnish

    Varnish is a high-performance, open source reverse proxy server and cache server. In addition to the main memory, the memory of the computer system also has CPU L1, L2, and even L3 cache. The design architecture of Varnish is to use the caching mechanism of the operating system to handle access to htt.

    Shulou · 2022-06-02 17:14
  • Crack navicat error report: Error on Decrypt R

    Crack navicat error report: Error on Decrypt R

    Software installation version: Navicat.Premium.v12.0.11 registration machine use version: Navicat_Keygen_Patch_v3.7_By_DFoX_URET in the use of registration machine to crack navicat, in the most

    Shulou · 2022-06-02 17:14
  • Daily summary-AD domain service

    Daily summary-AD domain service

    AD Domain Services 1. This chapter talks about the relationships and concepts of active directories, domain controllers, and domains. Active Directory 1. It is a service of Windows 2. Is a directory database that centrally stores user accounts, groups, computers, and shared files throughout the Windows network

    Shulou · 2022-06-02 17:14
  • An example of Shell script operation-- drawing diamond

    An example of Shell script operation-- drawing diamond

    Use the Shell script to complete the drawing of the diamond PS: the maximum horizontal size of the diamond should not exceed 45cm! / bin/bashread-p "Please enter the diamond size:" gfor (item1iti < = $gpolii +)) do for ((j=

    Shulou · 2022-06-02 17:14
  • The resurrection of a set of old ASP+Access

    The resurrection of a set of old ASP+Access

    Due to the various business needs of the company, it is necessary to revive an old Winserver2008R2 information system under the IIS7 environment of an ASP+Access server in the computer room, considering that the server itself already has a set of ASP+MSSQL system running normally online.

    Shulou · 2022-06-02 17:13
  • Windows system command line NET LOCALGROUP command add delete update user group

    Windows system command line NET LOCALGROUP command add delete update user group

    The syntax of this command is:-NET LOCALGROUP [groupname [/ COMMENT: "text"]] [/ DOMAIN] groupname {/ ADD [/ COMMENT: "text"] | / D

    Shulou · 2022-06-02 17:13
  • Python's docker Crawler Technology-guidance in docker practice (1)

    Python's docker Crawler Technology-guidance in docker practice (1)

    Original articles, welcome to reprint. Reprint please indicate: reproduced from IT Story Association, thank you! Original link address: "docker practical article" python's docker crawler technology-guide (1) this album begins from the construction of the environment to the whole actual combat process of app data capture. I

    Shulou · 2022-06-02 17:13
  • Migration of Dubbo applications to Kubernetes

    Migration of Dubbo applications to Kubernetes

    The problem of migrating Dubbo applications to docker Dubbo is a set of service governance and rpc framework open source by Ali. The service provider publishes its own service through zookeeper, and then the service caller obtains the ip and port of the service through zk, and the dubbo client

    Shulou · 2022-06-02 17:13
  • What is TOSCA?

    What is TOSCA?

    TOSCA (Cloud Application Topology orchestration Standard, Topology Orchestration Specification for Cloud Applications) is developed by OASIS and linked by many world-renowned IT companies.

    Shulou · 2022-06-02 17:13
  • Exchange 2013 deletes messages with a specified subject

    Exchange 2013 deletes messages with a specified subject

    Demand: because an employee uses the company mailbox to send mass emails, the leader asked to delete the email with the theme "xxx" in everyone's inbox to solve: open Exchange 2013 EMS, you may have to give Get-mailbox before operation | Add-Mail

    Shulou · 2022-06-02 17:13
  • Reset file permissions based on event trigger PowerShell

    Reset file permissions based on event trigger PowerShell

    Recently, the company moved the file server to Nasuni, a cloud service provider. The initial feedback on the use of this platform is OK, performance, automatic backup and so on are all good, but in the last two weeks, there has been a bug. When an OSX user creates a new folder, he will not.

    Shulou · 2022-06-02 17:13
  • Windows mapping disk

    Windows mapping disk

    Disk sharing is done on two windows servers to facilitate management and use. Set up on 198.28.0.42 to manage the disk of 198.28.0.34 server. (full mention: yes, the firewall is off) you can confirm it on a stand-alone machine, and then you can see the mapping on my computer.

    Shulou · 2022-06-02 17:13
  • The BAT script updates the submission code online with one click

    The BAT script updates the submission code online with one click

    If you find that you are doing a very tedious thing every day, then you must be able to simplify it! Found that when the developer submitted the code to the code server, they had nothing to do, and all that was left was for us to push the code to the online server. The process is not complicated, but it is very cumbersome and

    Shulou · 2022-06-02 17:13
  • The C # server obtains the IP address of the client and explores the location of the home.

    The C # server obtains the IP address of the client and explores the location of the home.

    Background: the blogger is a Windows desktop application development engineer with little knowledge of network communications. One day, after visiting a treasure, my wife asked, "Why do they know my address? how did they get my address?" Let's start with this question: the first step: simple clothing.

    Shulou · 2022-06-02 17:12
  • Installation instructions for the 3rd day operating system

    Installation instructions for the 3rd day operating system

    First, operating system advantages (Linux) 1) mature technology, high reliability 2) highly scalable identification of many manufacturers' hardware information 3) powerful network functions 4) support the deployment of many database programs 5) powerful development functions 2) operating system development history 1969 U

    Shulou · 2022-06-02 17:12
  • Configure basic VPC on AWS

    Configure basic VPC on AWS

    The basic configuration of VPC on AWS first opens the WEB control page. We click-- Service-- VPC to enter the VPC control panel, and click-- to launch the VPC wizard, we can see that there are two options: one is VPC with a single public subnet, and the other is VPC with public and private subnets.

    Shulou · 2022-06-02 17:12
  • Mysql5.7 forgot password reset

    Mysql5.7 forgot password reset

    Environment centos7, mysql5.7 1, outage systemctl stop mysqld 2, modify my.cnfvi / etc/my.cnf# and add a line of skip-grant-tabl under [mysqld]

    Shulou · 2022-06-02 17:12
  • Haproxy builds web clusters-- (practice! )

    Haproxy builds web clusters-- (practice! )

    Common web Cluster Scheduler at present the common web cluster scheduler is divided into software and hardware, the software usually uses open source LVS,Haproxy,Nginx, the hardware generally uses F5, and many people use some domestic products, such as barracuda, Green Alliance and other Hapr.

    Shulou · 2022-06-02 17:12