PHP

Files Photo Gallery Close the authorization pop-up window

Files Photo Gallery is a single-file PHP catalog program that can be placed in any catalog on the server and immediately has a file and folder preview catalog. It supports all file types and allows you to preview images, videos, audios and codes

Laravel Service Containers and Service Providers Explained

Laravel's service container is one of the most important parts of the framework, yet it receives little attention from many developers. After interviewing a large number of candidates, I realized that there are two main reasons behind this ignorance.

PHP + Redis to implement Bloom filter

Bloom filter is a kind of random data structure with high space efficiency, which is specially used to detect whether there are specific elements in the set. The Bloom filter is a data structure composed of a bit array with a length of m bits and k independent hash functions.

Fastadmin update and upgrade

Special attention, please backup the entire site before updating, including backup procedures and databases. For the upgrade of a project that has been put into production, please focus on evaluating the upgrade cost

Fastadmin SelectPage selection box linkage

The front end mainly displays and executes the corresponding operations. The specific implementation is to touch the corresponding function through the change of the drop-down box value