JIYIK CN >

Current Location:Home > Learning > NETWORK >

All

Ajax cross-domain cookie related settings

Publish Date:2025/03/18 Author:JIYIK Category:NETWORK

Ajax cross-domain cookie related settings

In web programming, we often encounter cross-domain issues. By default, browsers do not allow cross-domain access. Therefore, there is a concept here: CORS (Cross-Origin Resource Sharing). Before the HTML5 standard came out, CORS was not al...

Full

PHP cluster session sharing

Publish Date:2025/03/18 Author:JIYIK Category:NETWORK

PHP cluster session sharing

The concept of cluster is not complicated. It is actually multiple computers working together for the same goal. In Web applications, multiple servers provide services for a site. The first step to build a PHP cluster is to set up load bala...

Full

Redis protocol detailed explanation

Publish Date:2025/03/18 Author:JIYIK Category:NETWORK

In the article "Two Ways to Operate Redis with PHP" , we introduced how to use PHP to encapsulate phpredis. However, we don't know much about the underlying redis protocol. This article briefly introduces the Redis protocol to facilitate yo...

Full

Nginx load balancing health_check analysis

Publish Date:2025/03/18 Author:JIYIK Category:NETWORK

In Nginx load balancing, it is difficult to guarantee that every application server can run normally all the time. However, we can set Nginx to detect these application servers and detect which of them are inaccessible. There are two ways t...

Full

Nginx load balancing settings

Publish Date:2025/03/18 Author:JIYIK Category:NETWORK

At this stage, load balancing is a widely used technology. Nginx, as a load balancing server for http, is being used more and more widely. There are three ways to set up Nginx load balancing: Round-robin - This method distributes access req...

Full

Getting started with FastCGI

Publish Date:2025/03/18 Author:JIYIK Category:NETWORK

Getting started with FastCGI

In "First Contact with CGI", we mentioned the operating mechanisms of CGI and Server APIs, as well as their respective advantages and disadvantages. In this chapter, we will learn about FastCGI, which combines the advantages of CGI and Serv...

Full

First contact with CGI

Publish Date:2025/03/18 Author:JIYIK Category:NETWORK

First contact with CGI

Since I am a PHP programmer, I often have to build a PHP operating environment. The popular nginx+php environment is very popular, and the mode it adopts is the FastCGI method, so I spent some time to learn about FastCGI. CGI (Common Gatewa...

Full

Implementing a group chat room using socket.io

Publish Date:2025/03/18 Author:JIYIK Category:NETWORK

Implementing a group chat room using socket.io

This article will share with you an example of using socket.io to realize the function of group chat. If you want to use socket.io, you must use nodejs to implement the server, so we need to install socket.io in nodejs Install socket.io How...

Full

Which technology do you choose to implement the web chat room?

Publish Date:2025/03/18 Author:JIYIK Category:NETWORK

Which technology do you choose to implement the web chat room?

With the rise of HTML5 Websockets, web chat applications are becoming more and more popular. Recently, I am working on a mobile web application, the core function of which is to implement web chat on the mobile phone. Of course, the functio...

Full

WSDL looks like this

Publish Date:2025/03/18 Author:JIYIK Category:NETWORK

When I first started learning Webservice, I found that there were quite a lot of knowledge points involved, and each point could be a school of its own. Especially when I saw WSDL, I looked up information for a long time, but I was still a...

Full

My understanding of webservice is this

Publish Date:2025/03/18 Author:JIYIK Category:NETWORK

My understanding of webservice is this

Recently, I encountered such a project at work (temporarily named Project A). Project A itself was developed in PHP, but its data came from another project developed in Java (temporarily named Project B). Project A could not operate the dat...

Full

About application/x-www-form-urlencoded

Publish Date:2025/03/18 Author:JIYIK Category:NETWORK

About application/x-www-form-urlencoded

As a data format of form, application/x-www-form-urlencoded has its own characteristics   form action= "handle.php" method= "post"    input type= "text" name= " uname"   class= " uname" /br /    input type= "text" name= "email" class=...

Full

What multipart/form-data does in post Upload upload files

Publish Date:2025/03/18 Author:JIYIK Category:NETWORK

What multipart/form-data does in post Upload upload files

Everyone has used the attribute enctype="multipart/form-data" when uploading files using a form. What is the role of multipart/form-data? Let's talk about this topic. First, let's look at a case Look at the first code   form action= "handl...

Full

Scan to Read All Tech Tutorials

Social Media
  • https://www.github.com/onmpw
  • qq:1244347461

Hottest

Tags

Scan the Code
Easier Access Tutorial