Get the App
  • Lesson 38 of AGG some uncommonly used coordinate conversion pipes

    Lesson 38 of AGG some uncommonly used coordinate conversion pipes

    5 agg::conv_smooth_poly1_curve smooth transition polygon vertices (Bessel) header file: # include "agg/include/agg_conv_smooth_poly1.h" basic definition: t

    Shulou · 2022-06-03 07:59
  • An example of Nginx--rewrite application

    An example of Nginx--rewrite application

    Nginx--rewrite application example application example 1. Jump based on domain name now the company's old domain name www.old.com has business needs to change, need to use a new domain name www.new.com instead, but the old domain name can not be abolished, need to jump to the new

    Shulou · 2022-06-03 07:59
  • The solution to the error occurred in the php program upload website logo

    The solution to the error occurred in the php program upload website logo

    I will solve all the problems encountered in my work and send the solutions here. Error occurred uploading website logo: php warning: file upload error unable to creatr a temporar

    Shulou · 2022-06-03 07:59
  • Exchange failover cluster network threshold tuning

    Exchange failover cluster network threshold tuning

    An overview of Windows Server failover clustering is a high availability platform that constantly monitors network connections and the health of nodes in the cluster. If a node is not accessible through the network, a restore operation is taken to restore applications and services on another node in the cluster

    Shulou · 2022-06-03 07:59
  • Kafka production data cannot be evenly distributed to each partition

    Kafka production data cannot be evenly distributed to each partition

    The kafka producer data is uneven and cannot be evenly distributed to each partition, which can easily lead to a backlog of consumption. The reason for this is that the producer uses a fixed key, which leads to a solution that if key,key is set not to use several fixed constants, without key, it will be randomly distributed.

    Shulou · 2022-06-03 07:59
  • Small applications of cut, sort, grep and other commands in practical problems

    Small applications of cut, sort, grep and other commands in practical problems

    1. Count the number of users whose default shell is not / sbin/nologin in the / etc/passwd file, and show all the users that the problem mainly uses cat, grep, cut, wc commands and pipes. Cat / etc/passwd

    Shulou · 2022-06-03 07:59
  • Install maven on windows

    Install maven on windows

    Install if you want to install Apache Maven on the Windows system, you need to download the zip file of Maven, extract it to the directory you want to install, and configure the Windows environment variable. 1. Required tools JDK 1.8

    Shulou · 2022-06-03 07:59
  • 09-02-deploy Edge Server-1-install-prerequisites

    09-02-deploy Edge Server-1-install-prerequisites

    "practical training for Systems Engineers"-09-deploy Instant messaging system-02-deploy Edge Server-1-install-prerequisites author: learning endless QQ communication group: 4545440141. Physical machine 2. Computer name-IP3. Allow-surf the Internet 4. Update-supplement

    Shulou · 2022-06-03 07:59
  • You should know the Windows replication technology.

    You should know the Windows replication technology.

    Storage Replication is a new feature in Windows Server 2016. It makes use of the block storage replication technology that comes with windows server. First of all, let's briefly explain the deployment requirements: 1.

    Shulou · 2022-06-03 07:59
  • The hosts file does not work

    The hosts file does not work

    Suddenly found that the computer's hosts file does not work. The previous use is very normal, and it has not been modified recently. First of all, rule out what format, DNS, registry and so on. Final solution (permission issue: there is a lock on the icon of the problematic hosts file): 1.C:\ Windo

    Shulou · 2022-06-03 07:58
  • Huawei OSPF configuration

    Huawei OSPF configuration

    Requirement: network-wide interconnection [R1] [R1] INT E0 R1-Ethernet0/0/0 0 [R1-Ethernet0/0/0] ip address 13.1.1.1 24 [R1-Ethernet0/0/0] int e0UniUniverse 1 [R1-Eth

    Shulou · 2022-06-03 07:58
  • CDN online rewrite rules

    CDN online rewrite rules

    2019-12-09 Cloud CDN rewrite rules: ^ /. {6} [0-9] {8} / ([0-9] {2}) _ ([0-9] {2}) / ([0-9] +) (png | jpeg | jpg | gif) (. *) $/ uplo

    Shulou · 2022-06-03 07:58
  • Pureftp modifies anonymous directory default path in centos

    Pureftp modifies anonymous directory default path in centos

    Modify the home directory of user "ftp" in / etc/passwd [root@localhost ~] # vi / etc/passwd to find ftp:x:14:50:FTP User:/var/ftp:/sbin/nol

    Shulou · 2022-06-03 07:58
  • Win10 Ping an net silver control cannot be installed and login prompt

    Win10 Ping an net silver control cannot be installed and login prompt "signature failed." Solution to error Code: 1002 "

    Today, the financial MM came to see my brother and said that Ping an's online bank could not log in and asked for a solution. Open the Ping an net Bank login interface, and the password input box prompts you to download the control. Without saying a word, download and install, restart the browser, and find that the control prompt still exists. As soon as you think about it, download an online silver assistant and repair the system ring.

    Shulou · 2022-06-03 07:58
  • Transfer find command, linux and windows files to each other

    Transfer find command, linux and windows files to each other

    Whereis, locate lookup commands yum install-y mlocate install locate commands updatedb common shortcuts: ctrl + d exit ctrl + c cancel the command ctrl + u

    Shulou · 2022-06-03 07:58
  • Lufthansa uses portworx to manage data under container cluster architecture and DevOps.

    Lufthansa uses portworx to manage data under container cluster architecture and DevOps.

    Lufthansa AG (Deutsche Lufthansa AG), the fifth largest airline in the world. Lufthansa's IT-Lufthansa Systems (Lufthansa Systems), which supports all Lufthansa routes, millions of passengers, from

    Shulou · 2022-06-03 07:58
  • The focus of configuring one router and two computers

    The focus of configuring one router and two computers

    One: click on the router and click on the command line to start typing commands-enable (enter privileged mode)-config (enter configuration mode)-int f0bin0 (enter the port)-ip address

    Shulou · 2022-06-03 07:58
  • Construction case of small and medium-sized Network-- Application of Firewall

    Construction case of small and medium-sized Network-- Application of Firewall

    Today brings a small and medium-sized network construction case, in a medium-sized enterprise network, an indispensable device is the firewall, in yesterday's article, has briefly introduced to you the overview and function of the firewall, if you have any questions, you can ask at the bottom of the article, the editor must use me

    Shulou · 2022-06-03 07:58
  • The old boy teaches one question a day-day 80-how to implement the Nginx agent's node access log to record the customer's IP instead of the agent's IP?

    The old boy teaches one question a day-day 80-how to implement the Nginx agent's node access log to record the customer's IP instead of the agent's IP?

    Reference answers use the proxy_set_header parameter proxy_set_header X-Forwarded-For $remote_addr; in the proxy reverse proxy module remarks today is a daily question to accompany you on the 80th

    Shulou · 2022-06-03 07:58
  • About the failure of DELL PowerEdge T30 motherboard and memory

    About the failure of DELL PowerEdge T30 motherboard and memory

    The DELL PowerEdge T30 does not boot, the memory stick and CPU have been replaced, and the fault remains the same. The problem is the power supply and the motherboard. Press and hold the small black round button next to the power supply, the power indicator is always on, and the CPU fan rotates, indicating that the power supply is normal. And then watch it.

    Shulou · 2022-06-03 07:58