Ctfshow getting started with web PHP features (web89-web104)
catalogue
web89 web90 web91 web92 web93 web94 web95 web90...
Learn how to use YAML operation extension in PHP
YAML, to be honest, I don't use it much. When learning the content related to automated testing, I came across the use o...
Use Python and SNMP (LLDP) to find the neighbors of the switch
introduce About SNMP SNMP stands for simple network management protocol. This is a way for servers to share infor...
Build Lamp environment for Ubuntu (Linux+apache+mysql+php)
Test environment:
System: Youqilin 20.04 Network: 127.0.0...
Based on laravel architecture
Architecture diagram1. Request log the request message log. The reason for adding the request message here is that in ma...
Command execution and code execution in PHP
Title: command execution and code execution in PHP data: 2021-09-15 tags: CTF-web Command execution and code execution i...
Analysis of force deduction problem - sum of two numbers
Analysis of force buckle problem
...
docker creates lnmp image
Docker is a lightweight virtualization technology, and lnmp is a powerful, open-source web running environment, so here'...
The first development of WeChat Public Number, beginners climb pits
Recently, I came into contact with the development of WeChat Public Number. First of all, I climbed this pit about custo...
Beego Learning Notes 10: Easyui Use
EasyUI use
1> Download EasyUI. Download address: http:...
Python uses Requests and BS4 to realize the analysis and download of blue cloud direct chain
In many cases, we will use the program independent update function, so today we will use BlueCloud to realize the indepe...
Serverless + GitHub Actions perfectly automates the deployment of static websites
As obsessive-compulsive patients, they have always been obsessed with automatic deployment, and I think the most importa...
Linux system deployment ThinkPHP5+Workerman project
I wrote an article a while ago PHP obtains the K-line data of fire currency through URL and WebSocket , the development ...
Implementation of JAVA Query Based on ipv6 Static Data File of zxinc Website
Recently there is a need to resolve ipv6 addresses. Because of the large amount of data, it is not possible to request a...
Graphviz installation and introduction under windows
Download installation configuration environment variable intall Configure environment variables verification Introduc...
Several binding methods of Laravel service container
Binding basis Almost all service container binding is done in the service provider.The directory structure is as follows...
Core concept notes of Laravel: service container
notes
Original link: https://xueyuanjun.com/p...
Design pattern abstract factory pattern
In the last article, we introduced the simple factory pattern and the factory method pattern. Today we will introduce th...
Phpspreadsheet Chinese document 2 (translation software version)
Due to phpoffice/phpexcel (this package has been discarded and is no longer maintained. The author suggests using the ph...
Installation and verification of JWT Auth in laravel (example)
Installation and verification of JWT Auth in laravel
1....
PHP PDO mysql abstraction layer
Using PDO constructor to connect database and DSN <?php $dbms = 'mysql'; $dbname = 'test'; $user = 'root'; $pwd = '1...
php form form concept
The input field mark introduced by PHP form element < input >
...
Submit forms and upload pictures using FormData form data objects
Using FormData form data objects in H5, the name and value of all form elements in the form form form can be combined in...
Three solutions for PHP concurrency scenario
In the concurrency scenarios such as seckill and rush to buy, oversold may occur. There is no native concurrency solutio...
Java implementation sends Get and Post requests
preface
I haven't written a blog for several...
PHP implementation of data structure and algorithm queue and stack
1, Queues
1) Queue is a first in first out (FIFO) linear ...