Linux Phase 9: Interim Architecture LNMP Chapter

IX. Interim Framework LNMP Chapter (1) Description of the LNMP architecture 1) Concatenate front-end web services with back-end storage services 2) Mainly implements handling PHP program dynamic requests (2) How the LNMP architecture works L Linux N nginx M mysql P php (3) LNMP Architecture Deployment 1) Install LNMP related software 1. ...

Posted by Jarod on Sun, 03 May 2020 22:12:49 -0700

C++ Realizes the Conversion of utf8 and gbk Coded Strings

Message transmission between different systems or servers often encounters coding conversion problems. A lightweight conversion between gbk and utf8 is implemented in C++, which can be used across platforms. (Heavy-weight libiconv libraries are available) Under windows, the functions in < windows.h > header file are used t ...

Posted by solarisuser on Mon, 28 Jan 2019 18:42:14 -0800

Apache+PHP+SQL Server under Linux

This document applies to CentOS 6.7 deployment Apache+PHP connection SQL Server 2008 Software version: Apache: httpd-2.4.23 http://httpd.apache.org/download.cgi#apache24 PHP: php-5.5.12 Apr: apr apr-1.5.2 Apr-util: apr-util-1.5.4 libiconv: libiconv-1.14 FreeTDS: freetds-1.00.15 First install the development environment and depe ...

Posted by mlnsharma on Tue, 01 Jan 2019 20:42:08 -0800