The installation and use of nginx under Windows

The original application ran with a single node, and the user always complained that the service response was very slow. In order to improve the user experience, we thought of trying to alleviate the multi-node load balancing Because of the pressure of the server, we found the window version of nginx. According to the introduction of the para ...

Posted by onlinegamesnz on Sat, 02 May 2020 07:18:40 -0700

unity3d and php background simple interaction

Environmental Science: Unity2017.3.0f3 Mysql5.7.20 Wampserver64 Create a new folder named unity in the www directory of Wampserver64. 1. unity3d requests php by get 1. Code on unity side using UnityEngine; using System.Collections; public class phpUnity1 : MonoBehaviour { private string url = "http://localhost/unity/phpunity1.ph ...

Posted by subesc on Fri, 01 May 2020 17:04:34 -0700

php development example of wechat payment enterprise payment

The application scenario of enterprise payment: official account pays to concerned users, such as refund, settlement, etc. Material Science: Wechat public platform development document Explain 1. The certificate must use the certificate in its own merchant (Note: the certificate path must be an absolute path. If the relative path is use ...

Posted by I WanT To Code PHP on Fri, 01 May 2020 05:22:31 -0700

mysql and php infinite classification data classification output

First of all: the data integration part refers to the online blog; but the data output is written by itself, using recursion; Data classification and interpretation: use PID (child level) = ID (parent level); let the child loop to find out where the parent level is, and then add it; Recursion: we need to pay attention to the problem of flag( ...

Posted by rob.weaver on Thu, 30 Apr 2020 09:56:18 -0700

nginx installation, configuration, equalization, dynamic and static separation of tomcat

nginx download and installation nginx download address: nginx download address Install compiler and dependency Libraries yum install gcc gcc-c++ zlib-devel pcre-devel openssl-devel openssl-libs openssl -y nginx installation: Run to nginx root: Make & & make install After the installation is completed, you ...

Posted by rj2kix on Thu, 30 Apr 2020 08:08:45 -0700

Wechat download statement

I've come into contact with some relatively new things recently. Record them First post the official API address of wechat and feel the charm of wechat... https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=9_6 After learning some notes about wechat download bill, we will officially start   The following is the specific implementation ...

Posted by agravayne on Wed, 29 Apr 2020 23:16:20 -0700

The implementation of single file and multi file upload in laravel

First, set the route to upload the file: Route::post('upload/images'['as'=>'uploadImages','uses'=>'UploadController@uploadImages']); Route::post('upload/multiUpload'['as'=>'multiUpload','uses'=>'UploadController@multiUpload']);    Then set the disk address of uploads, and the saved file will be used. config / filesystem : ...

Posted by sinbad on Wed, 29 Apr 2020 09:09:21 -0700

The solution to the error of PHP connecting MySQL 8.0

After MySQL is upgraded to 8.0, how to solve the problem of PHP connection error? As a senior MySQL ticket pal, I've been blowing water for 8.0 recently. We know that several MySQL courses have been upgraded to version 8.0 since last year. My VPS has been trying to upgrade for a long time, but the PHP version is too low. I'm worried about ...

Posted by Frank H. Shaw on Wed, 29 Apr 2020 00:54:43 -0700

Front end routing (history+hash)

Blog address changed before, republish! In traditional website development, we usually use technologies such as asp, php and jsp to develop. After the development is completed, we will deploy them on the server. When we visit, we will send them with '. asp', '. php' in the browser, For url requests with suffix paths such as'. jsp ', the server ...

Posted by maybl8r03 on Tue, 28 Apr 2020 23:08:35 -0700

eyoucms balance payment record

Application scenario: in the current version, the user's order with balance payment will not be displayed in the personal recharge record. The individual wants the user to know the balance consumption record clearly, so the following improvements are made: 1. Add variable:Find pay_cause_type_arr increase in application/extra/global.php 'pay_ca ...

Posted by lpxxfaintxx on Sun, 26 Apr 2020 09:22:17 -0700