Using docker to build php-fpm+nginx environment

On the server, docker can help us quickly set up the lnmp running environment, and any operation in the container has no effect on the host.This paper uses docker to create multiple containers (mysql,php-fpm,nginx) to set up lnmp running environment. Since the three containers are for communication, co ...

Posted by nick2005 on Tue, 25 Feb 2020 17:09:02 -0800

Preparations for the newly downloaded laravel as an api service

If laravel is the back-end api framework, what initialization operations are required for the newly downloaded laravel? Set time zone and language config/app.php > 'timezone' => 'PRC', //time zone 'locale' => 'zh-CN', //Application locale configuration // Other configurations not available ...

Posted by VertLime on Tue, 25 Feb 2020 05:17:26 -0800

Week 1 - initial PHP

Lab1.1 - Print Statements I picked up what I thought I had something to say and recorded it. <?php // put your code here echo 'Hello World!'; echo'<br>'; //Line feed echo 'You can join strings '.'by using the dot'; //Connect echo '<br>'; ...

Posted by noodle on Sat, 22 Feb 2020 02:28:28 -0800

[Red Sun Security] Web Security Day3 - CSRF Actual Attack and Defense

This article was written by Once, a member of Red Sun Security. If it is incorrect, it should be correct. Hello, we are the Red Sun Security-Web Security Attack and Defense Team.This project is a series of articles about Web security and includes an HTB range for you to practice with. We have given ...

Posted by khf79 on Thu, 20 Feb 2020 18:29:17 -0800

CDN alicloud video accelerated play solution in edusoho network school system

Edusoho online school connects Alibaba cloud video vod to realize CDN cloud video accelerated playback Many people click to open the video course after uploading the video through edusoho online school to view the video, which has been loading and cannot be played. They have changed the format strictly ...

Posted by project3 on Thu, 20 Feb 2020 04:21:19 -0800

Black horse shopping mall -- 11. Order, inventory, wechat code scanning payment

Learning objectives Configuration of login page Login successful jump implementation Implementation of settlement page query Order implementation Change stock Add points Introduction to payment process Introduction to wechat code scanning payment 1 login page configuration The previous use ...

Posted by netdog on Wed, 19 Feb 2020 23:02:45 -0800

Analysis of generating tag cloud code based on Python 3

This article mainly introduces the generation of tag cloud code analysis based on Python 3. The example code is introduced in detail in this article, which has a certain reference learning value for everyone's study or work. You can refer to the following for friends who need it Tag cloud is the most po ...

Posted by jerbecca on Wed, 19 Feb 2020 08:19:56 -0800

red hat Linux builds LAMP platform

Linux system, Apache, Mysql, PHP Ensure the existing development environment package before installing the configuration [root@localhost ~]# yum -y install pcre-devel zlib-devel links Turn off selinux and iptables [root@localhost ~]# vi /etc/selinux/config # Modify the configuration file and turn ...

Posted by falcon1 on Mon, 17 Feb 2020 22:51:48 -0800

Express bird platform, query express information. Escaped pit

Express bird platform, query express information. Escaped pit Written in front Technology is updated and iterated, but there are always traces to follow. Endless wheel building has been exhausting. The pit that oneself jumps over, share final result, just for letting pain no longer repeat. One bac ...

Posted by ashrust on Mon, 17 Feb 2020 20:45:30 -0800

Introduction to yum package management

rpm can realize fast and simple installation of programs (compared with compilation and installation), but rpm can't solve dependency by itself, so many tools come into being to solve dependency automatically, among which yum is one of them. yum solution to dependency: There must be a file server where all the rpm packages and the package rel ...

Posted by jiggens on Sat, 15 Feb 2020 18:47:48 -0800