? Download Resources (APACHE24,PHP7,PHPSTORM9)? Modifying the Apache24 configuration file? Install and launch Apache service? Modify php7.0.11 configuration file Pre-Configuration Description: The computer needs to have a VC runtime environment, otherwise it will prompt the computer lost VCRUNTIME140.dll(because the version needs to VC14 compile, in order to avoid installation failure, you can first install Vc_redist.x86.exe or VC_ Redist.x64.exe), if
? Download Resources (APACHE24,PHP7,PHPSTORM9)? Modifying the Apache24 configuration file? Install and launch Apache service? Modify php7.0.11 configuration file Pre-Configuration Description: The computer needs to have a VC runtime environment, otherwise it will prompt the computer lost VCRUNTIME140.dll(because the version needs to VC14 compile, in order to avoid installation failure, you can first install Vc_redist.x86.exe or VC_ Redist.x64.exe), if
The most detailed win7 manually build PHP Environment: apache2.4.23+php7.0.11? Download Resources (APACHE24,PHP7,PHPSTORM9)? Modifying the Apache24 configuration file? Install and launch Apache service? Modify php7.0.11 configuration file Pre-Configuration Description: The computer needs to have a VC runtime environment, otherwise it will prompt the computer lost VCRUNTIME140.dll(because the version needs to VC14 compile, in order to avoid installatio
find your Apache location, and then enter the Httpd-k Install command to execute it to install.2. This time running suddenly reported "cannot start this program because the computer is missing VCRUNTIME140.dll try to reinstall this program to resolve this problem", the solution is: Download vc++2015 and install, the link is: https://www.microsoft.com /zh-cn/download/confirmation.aspx?id=48145, this direct download installation is possible.3. Again, t
listdir method of the OS module.>>> import os>>> os.listdir()['DLLs', 'Doc', 'include', 'Lib', 'libs', 'LICENSE.txt', 'NEWS.txt', 'python.exe', 'python3.dll', 'python35.dll', 'pythonw.exe', 'README.txt', 'Scripts', 'tcl', 'Tools', 'vcruntime140.dll']2. encapsulate a single conversion method sqllower, and read the code segment files in the directory again to complete batch processing. The complete code is as follows:Import xml. dom. minidomimport reim
command to execute it.
2. at this time, it is reported that "the program cannot be started, because VCRUNTIME140.dll is lost in the computer, and this program is re-installed to solve this problem". Solution: download and install vc ++ 2015, link: https://www.microsoft.com/zh-cn/download/confirmation.aspx? Id = 48145. You can download and install the SDK directly.
3. Another problem occurs during re-running, that is, you do not have the Apache insta
download to continue the installation,: Https://sourceforge.net/projects/wampserver/?source=typ_redirectThis is a 64-bit, before the installation package is 32-bit, this installation is not an error, but to the directory open Php.exe or reported the same error, so find a good solution to this problem, in detail, please see the following link:Http://jingyan.baidu.com/article/c85b7a645a5c98003aac957f.htmlUnzip the downloaded file, copy the 32-bit vcruntime140
Reference documents: http://jingyan.baidu.com/article/29697b912f6539ab20de3cf8.html1. Search Apache official website, find Apache HTTP server (httpd) Linked fields bit, window go to files for Microsoft Windows2. Then in
Apachehaus
Apache Lounge
BitNami WAMP Stack
Wampserver
Xampp
Select the top 3, click to go to download, download,Pressure to the target, no spaces.3. If the activation report is missing VCRUNTIME140.dll, y
', ' Scripts ', ' tcl ', ' Tools ', ' Vcruntime140.dll '#当然也可以生成dict, this is the original dict>>> d={' x ': ' A ', ' y ': ' B ', ' z ': ' C '}>>> for K,v in D.items ():p rint (k, ' = ', v) x = Ay = Bz = C#利用生成器来打印循环出key,value>>> [k + ' = ' +v for k,v in D.items () [' X=a ', ' y=b ', ' z=c ']#在列表生成器中加入对字符串的处理条件 >>> l=[' hello ', ' world ', ' IBM ', ' Apple ']>>> [S.lower () for s in l][' hello ', ' world ' , ' IBM ', ' Apple ']>>> [S[0:1].upper () fo
I. Preparation1. ResourcesApache https://www.apachelounge.com/download/PHP http://windows.php.net/download#php-7.0mysq L http://dev.mysql.com/downloads/mysql/VC2015 Support Package https://www.microsoft.com/zh-CN/download/details.aspx?id=48145When you download it, choose 32-bit or 64-bit according to your system.2. Installing Vc_redistThis VC2015 support package needs to be installed before Apache is installed, otherwise it will be reported missing when Apache is installed
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.