Tag:agent
-
Time:2021-3-1
Nexus introduction Nexus is a private library of Maven components in java development, which is an essential support service for team development Nexus installation Let’s go firstNexus websiteFind the latest nexus installation package.nexus-repository-ossdownload [[email protected] nexus3]$ wget https://sonatype-download.global.ssl.fastly.net/repository/repositoryManager/3/nexus-3.16.1-02-unix.tar.gz [[email protected] nexus3]$ tar -zxvf nexus-3.16.1-02-unix.tar.gz [[email protected] nexus3]$ ls nexus-3.16.1-02 nexus-3.16.1-02-unix.tar.gz sonatype-work #Nexus needs JAVA environment. JDK1.8 is recommended […]
-
Time:2021-2-26
What is nginx? What can I do The production of nginx Never heard of nginx? So you must have heard of its “peer” Apache! Nginx, like Apache, is a kind of web server. Based on the rest architecture style, the uniform resources identifier (URI) or uniform resources locator (URL) is used as the communication basis […]
-
Time:2021-2-25
1. Install yasd seehttps://github.com/swoole/yasd two php.ini Introducing yasd configuration in zend_extension=yasd yasd.debug_mode=remote yasd.remote_ Host = 10.50.50.233 yasd.remote_ Port = 5556 # port 3. Phpstorm configures the ports configured above Fill in the Xdebug debug port in this path: file | settings | Languages & frameworks | PHP | debug with 5556 4. Configure path mapping […]
-
Time:2021-2-25
When using kubernetes, we need to visit it frequently gcr.io Image warehouse, for well-known reasons, gcr.io It’s not accessible in China. gcr.azk8s . cn is gcr.io The proxy site of the image warehouse can be used to gcr.azk8s Visit www.cn gcr.io The image in the warehouse, but at present *. Azk8s.cn is only used by […]
-
Time:2021-2-22
First of all, let’s review the concept of agent. The so-called agent refers to that one end faces the client, the other end faces the server, and the agent client accesses the server. We call this kind of agent forward agent; the agent server responds to the client, and we call it reverse agent. We […]
-
Time:2021-2-20
When we explained the nginx command line before, we can see that there are two ways to stop nginxnginx -s quitandnginx -s stopWhere stop means to stop nginx immediately, and quit means to turn off nginx gracefully. The corresponding signal is the same. In addition, the processes of reload and hot upgrade mentioned earlier involve […]
-
Time:2021-2-20
Because I am in the foreign trade industry, I recently found that the interface connecting to eBay in China is becoming more and more unstable. Call an interface to upload pictures. The request can be completed in two or three seconds before. Now it will probably time out in two minutes. Pulling orders is a […]
-
Time:2021-2-18
Forward agency Nginx can not only act as a reverse proxy to achieve load balancing. It can also be used as a forward proxy for Internet access and other functions. Forward proxy: if we think of the Internet outside the LAN as a huge resource pool, the clients in the LAN need to access the […]
-
Time:2021-2-17
1. What should be done in this chapter Complete the writing of aspectlistexecutor class Complete the writing of aspectweaver class Complete the writing of pointcutlocator class Complete the writing of proxycreator class 2. Complete the writing of pointcutlocator class 2.1 the code to be completed is as follows: package com.wuyiccc.helloframework.aop; import org.aspectj.weaver.tools.PointcutExpression; import org.aspectj.weaver.tools.PointcutParser; import […]
-
Time:2021-2-17
1 basic description I remember when I first made IOS, ASI and AFN coexisted at that time, and even the ASI usage ratio was a little more. In a few years, ASI has basically disappeared, and AFN has basically become the standard configuration of IOS projects. Although I have seen the source code of afn2. […]
-
Time:2021-2-14
Win10 64 bit installation of flutter 1、 Flutter officially builds a temporary image for Chinese developers. You can add the following environment variables to the user environment variables: export PUB_HOSTED_URL=https://pub.flutter-io.cn export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn 2、 Get the flutter SDK: //Git pull flutter SDK git clone -b dev https://github.com/flutter/flutter.git //Configure the path variable (bin file address under clone […]
-
Time:2021-2-11
Cover: Luo XiaoxiAuthor: Pan Pan all the time They all say for life They pursue the so-called success Top salary, brand bag And school district housing · however There are always people who lose their lives Still nothing · I’m more comfortable with the situation There are some things I don’t want to understand I […]