Category: Other
-
Post Views: 15 1. The system and application list of the Windows log of the event viewer in the control panel; 2. Error application name: wdpkcsutil.exe 3. Search wdpkcsutil.exe in the c drive, and find that it is caused by the ccbcomponents program, uninstall ccbcomponents 4. There is still a blue screen problem: 5. Use the BlueScreenView tool to analyze…
-
Post Views: 14 1. Since it is ready to use the Yii 2.0 framework, which requires PHP 5.4 or later, it is decided to upgrade the PHP version; 2. The current environment is: Windows 8.1 64, Apache 2.2.25 (http://www.apache.org/)、MySQL-5.5.28、PHP-5.3.5、phpMyAdmin-4.2.9.1; 3. Prepare to upgrade to: Windows 8.1 64, Apache 2.4.12 (http://www.apachelounge.com/)、MySQL-5.5.28、PHP-5.4.42、phpMyAdmin-4.2.9.1,主要是将PHP升级为5.4.42,Apache从VC6编辑的转换为VC9编译的,且升级为2.4.12; 4. Open the URL:http://windows.php.net/download/#php-5.4-ts-VC9-x86, download php-5.4.42-win32-vc9-x86.zip; 5. Read the prompt…
-
Post Views: 9 Because the IP of the computer to connect to my machine 192.168.2.63 is 192.168.1.*, because the company has two external networks, Although the network manager has merged the two networks into a local area network at the bottom, it is still necessary to choose a common one at the firewall configuration file.
-
Post Views: 17 1. What is the difference between echo(), print(), print_r()? echo() is a language structure, no return value The function of print() is basically the same as echo(), and it is also a language structure. The difference is that print has a return value, and always returns 1 print_r is a recursive print for output array objects 2.…
-
Post Views: 14 The error screenshot looks like this: Thinkphp3.2.2 complete development manual.chm cannot be opened, keep prompting you to open or save this file? The operating system is win7, and the solution searched on the Internet has never solved this problem. I finally found out that it is because the directory name of thinkphp3.2.2 complete development manual.chm is: thinkphp3…