Get the App
  • SQL Server outputs Excel by category

    SQL Server outputs Excel by category

    The sales department of the company wants to count the salesman's customers and output Excel according to the salesman's name, see the following program-- declare the required variables declare @ sql varchar (600), @ TypeID varchar (6), @ MyName va

    Shulou · 2022-06-03 07:01
  • Huawei Firewall USG5500

    Huawei Firewall USG5500

    Huawei firewall USG5500 focus: what is the firewall; firewall foundation; firewall function configuration one. What is a firewall: 1. What is a firewall: a firewall is mainly used to protect a network from * and * behaviors from another network because of its isolation, defensive properties and firewall spirit.

    Shulou · 2022-06-03 07:01
  • Linux CentOS7 system NFS shared storage service

    Linux CentOS7 system NFS shared storage service

    Summary: NFS (Network File System), the network file system, is one of the file systems supported by FreeBSD, which allows computers in the network to share resources. In the application of NFS, the client application of local NFS can read and write bits transparently

    Shulou · 2022-06-03 07:00
  • The first class

    The first class

    Computer network is the use of communication lines and communication equipment, with a certain method of linking, the distribution of different geographical locations, independent functions of multiple computers connected to each other, with the support of the network to communicate with each other, to achieve support and sharing. the network is divided into local area network and Internet wide area network.

    Shulou · 2022-06-03 07:00
  • Mysql-Index + transaction

    Mysql-Index + transaction

    Article catalogue 1, index: (1) database index: (2) function of index: (3) index classification: (4) principle of index creation: (5) method of creating index: (2) transaction concept: (2) transaction concept: (2) transaction four characteristics: (3) transaction operation: three, two tables connected query

    Shulou · 2022-06-03 07:00
  • Distributed memcache

    Distributed memcache

    Operate memcache:1 under php. Connect to the memcache server $mem=new Memcache;$mem- > addServer ("192.168.0.1", "11211"); 2. Add $mem- > set (

    Shulou · 2022-06-03 07:00
  • Tomcat cannot access Chinese paths or Chinese files under linux

    Tomcat cannot access Chinese paths or Chinese files under linux

    Problem description: under the linux environment, tomcat publishes pages and files containing Chinese names, browser access report 404, non-Chinese pages have no problem; I designed a prototype for RP release, which contains a large number of Chinese files and path solving steps: the first step, set up tomca

    Shulou · 2022-06-03 07:00
  • Centos7mysql master-slave replication (default asynchronous)

    Centos7mysql master-slave replication (default asynchronous)

    One master and one slave this article uses yum install-y mariadb installation and configuration MySQL replication basic steps: first, * * master**1, enable binary date, select a unique server-id2, create a

    Shulou · 2022-06-03 07:00
  • VMware view system optimization forbids users to delete network cards

    VMware view system optimization forbids users to delete network cards

    Problem: for virtual machines in the virtual platform, the network card and SCSI controller in the system are displayed as removable devices, and "safely remove hardware" can be seen in the Windows system taskbar. Therefore, when using it, some users think it is a flash drive, which will lead to misoperation and deletion.

    Shulou · 2022-06-03 07:00
  • Kubernetes series tutorials (8) Pod health examination mechanism

    Kubernetes series tutorials (8) Pod health examination mechanism

    Write a series of kubernetes tutorials in the previous article (7) in-depth play to pod scheduling introduces the scheduling mechanism of Pod in kubernetes, and introduces several methods of Pod scheduling to node through practical drills: 1. Fixed selection through nodeName

    Shulou · 2022-06-03 07:00
  • Authentication error occurred on Windows 8.1 remote Desktop, possibly due to CredSSP encryption oracle correction

    Authentication error occurred on Windows 8.1 remote Desktop, possibly due to CredSSP encryption oracle correction

    1. Problem description when using Win 8.1 client remote Desktop to connect to other Win 2012 R2, a hint: an authentication error occurred, which may be due to CredSSP encryption Oracle correction. Second, find ways to deal with it. 1. Check the log first: run > ev

    Shulou · 2022-06-03 07:00
  • Getting started with 11.python concurrency (part5 event object)

    Getting started with 11.python concurrency (part5 event object)

    First, introduce event. Each thread is an individual running independently, and the running state of each thread is unpredictable. If there are many threads in a program, other threads in the program need to judge the running status of a thread to determine what they are going to do next. Thre

    Shulou · 2022-06-03 07:00
  • #

    # "SCCM Planning-boundaries, Boundary groups and site Systems-1

    Boundaries, boundary groups and site systems-1 this article mainly discusses the concepts of boundaries and boundary groups in ConfigMgr, which play a decisive role in whether the client can communicate with the site and locate service resources. The boundary is used to define a set of network locations that reflect the customer

    Shulou · 2022-06-03 07:00
  • How to import and export the vm of esxi? Use ovftool

    How to import and export the vm of esxi? Use ovftool

    How to export the vm of esxi? 1. Download the ovftool tool. 2. Find the installation directory, run cmd under the directory, and enter.\ ovftool.exe vi://root@192.168.1.1/vm1 d:\ 123 of which 1

    Shulou · 2022-06-03 07:00
  • Nginx optimization-connection timeout, process management, compression, hotlink protection (2)

    Nginx optimization-connection timeout, process management, compression, hotlink protection (2)

    Nginx realizes connection timeout in the enterprise website, in order to avoid the same customer occupying the connection for a long time and causing a waste of resources, you can set the corresponding connection timeout parameter to control the connection access time. Use the fiddler tool to view the connection parameter timeout parameter Keepal

    Shulou · 2022-06-03 07:00
  • UNIX network programming volume 2 source code use

    UNIX network programming volume 2 source code use

    1. Download the source code, the home page of W. Richard Stevens: http://www.kohala.com/start/wget http://www.kohala.com/start/unpv22e/u

    Shulou · 2022-06-03 07:00
  • Analysis of Kubernetes CSI implementation of SmartX Super Fusion SMTX OS distributed Block Storage

    Analysis of Kubernetes CSI implementation of SmartX Super Fusion SMTX OS distributed Block Storage

    There is no doubt that container and container choreography have become one of the most concerned technologies for IT personnel. According to the Gartner survey (1), by 2022, only 10% of CIO had no plans for container use, while 2

    Shulou · 2022-06-03 07:00
  • Windows Server 2008 R2 DC build FTP

    Windows Server 2008 R2 DC build FTP

    Experimental preparation: two virtual machines for Windows Server 2008 R2 system, one for user isolation and one for client testing step: Windows Server 2008 AD build FTP to isolate users to establish user user1

    Shulou · 2022-06-03 06:59
  • Extension of ACL access Control list (practice)

    Extension of ACL access Control list (practice)

    Deployment server in practice environment: one Linux virtual machine (CentOS 7) client: two Windows 10 virtual machines (win10-1\ win0-2) topology diagram practice step 1: install the service using the Linux server to verify AC

    Shulou · 2022-06-03 06:59
  • After the official announcement, Express and Functiongraph also announced their relationship.

    After the official announcement, Express and Functiongraph also announced their relationship.

    Express APP as a Node.js developer, I believe everyone may use the Express framework, whether it is to build a back-end service, or build a front-end development server, Express is a very popular choice. Building an Express is

    Shulou · 2022-06-03 06:59