Tag:One
-
Time:2020-11-26
Serverless (no service architecture) is known as the next generation of cloud computing. Since the concept was introduced, it has become very popular in the industry because it can bring about the improvement of R & D delivery speed and the reduction of cost. The idle fish client is based on the architecture evolution and […]
-
Time:2020-11-23
Reading guide of Ali Mei:Serverless (no service architecture) is known as the next generation of cloud computing. Since the concept was introduced, it has become very popular in the industry because it can bring about the improvement of R & D delivery speed and the reduction of cost. The idle fish client is based on […]
-
Time:2020-9-4
Since the Google dataflow model was proposed, flow batch integration has become the most mainstream development trend of distributed computing engine. The integration of flow and batch means that the computing engine has the advantages of low latency of stream computing and high throughput and high stability of batch computing. It provides a unified programming […]
-
Time:2020-4-16
Keyword Description: function management link can be explained in this add information website This time we’ll talk about WordPress link management. In every WordPress website, users will list some websites they often visit (mostly blogs). WordPress calls this blogroll, which is actually what we call friendship links. In the WordPress management background, blogroll is listed […]
-
Time:2020-4-6
Keyword Description: how to use the definition I have been using WordPress for a while. In the process of building my blog, I have accumulated a lot of experience. I like the custom fields of WordPress very much. With the custom fields, I can complete many custom functions. The custom fields will see each time […]
Tags:
>,
<,
",
Definition,
experience,
One,
php,
some,
Sure,
theme,
use
-
Time:2020-3-30
Key words description: xindejianzhan can use rookie to create a theme article in this sidebar This week, I learned to use WordPress as an independent blog, and then I accumulated some rookie experience. I record it to help rookies like me. Please don’t laugh One theme 1.1 column location Topics are generally divided by column number. Some topics […]
-
Time:2020-3-3
Serverless (no service architecture) is known as the next generation of cloud computing. Since the concept was launched, it has been extremely popular in the industry because it can bring the improvement of R & D delivery speed and cost reduction. Idle fish client carries out architecture evolution and innovation based on flutter. After unifying […]
-
Time:2019-9-24
1. Manual addition # route add -net 192.168.2.0/24 192.168.1.2 2. Permanent configuration via rc.conf # Add static routestatic_routes=”net1 net2″route_net1=”-net 192.168.0.0/24 192.168.0.1″route_net2=”-net 192.168.1.0/24 192.168.1.1″ A summary of the attribute flags of routing and their meanings: U Up: Routing is active. H Host: The routing target is a single host. G Gateway: All destinations are sent […]
-
Time:2019-8-29
Comparing OpenSSH with the new version of FreeBSD, we can’t record the password directly when connecting with SecureCRT as before. Instead, we need to verify it with key pairs. It’s more troublesome to input the password manually every time. Here’s a brief introduction to how to use SecureCRT to generate OpenSSH-approved keys. 1. Select Create […]
-
Time:2019-8-26
1. Archives structure is very important in unix-like, so how to look at the description of relevant archives directory structure? Is it CD in every directory? In fact, there is a better way. That is to use a good man to see: # man hier After clicking the Pause or Scroll Lock key, you […]
Tags:
..,
>,
archives,
Catalog,
implement,
knowledge,
One,
Set up,
this,
use,
We
-
Time:2019-8-19
VI usageVI command can be said to be the most commonly used command to edit files in the Unix/linux world, but because of its many command sets, many people are not accustomed to using it. In fact, you only need to master the basic commands, and then use them flexibly, you will find its advantages, […]
-
Time:2019-8-11
Introduction to Squid 1. What is Squid? Squid is a software used to buffer Internet data. In this way, it achieves its functions by accepting requests from objects that people need to download and processing them appropriately. That is to say, if a person wants to download a web page, he asks Squid to get […]