迹忆客 EN >

所有文章

About application/x-www-form-urlencoded

发布时间:2025/03/18 作者:JIYIK 分类: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=...

查看全文

My understanding of webservice is this

发布时间:2025/03/18 作者:JIYIK 分类: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...

查看全文

WSDL looks like this

发布时间:2025/03/18 作者:JIYIK 分类: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...

查看全文

Implementing a group chat room using socket.io

发布时间:2025/03/18 作者:JIYIK 分类: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...

查看全文

First contact with CGI

发布时间:2025/03/18 作者:JIYIK 分类: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...

查看全文

Getting started with FastCGI

发布时间:2025/03/18 作者:JIYIK 分类: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...

查看全文

Nginx load balancing settings

发布时间:2025/03/18 作者:JIYIK 分类: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...

查看全文

Nginx load balancing health_check analysis

发布时间:2025/03/18 作者:JIYIK 分类: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...

查看全文

Redis protocol detailed explanation

发布时间:2025/03/18 作者:JIYIK 分类: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...

查看全文

PHP cluster session sharing

发布时间:2025/03/18 作者:JIYIK 分类: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...

查看全文

扫一扫阅读全部技术教程

社交账号
  • https://www.github.com/onmpw
  • qq:1244347461

热门文章

热门标签

扫码一下
查看教程更方便