CourseElementary54117
Course Introduction:"HTML5 From Beginner to Mastery Tutorial" introduces in detail that HTML5 has added a lot of new content based on HTML, with more functions and more dazzling effects.
CourseElementary26916
Course Introduction:"Javascript Basics Tutorial" will take you to quickly learn the basic knowledge of javascript and explain it through examples, so that you can better understand the javascript scripting language.
CourseElementary30771
Course Introduction:This tutorial will start from the basics and does not require you to have any programming knowledge. The "HTML Tutorial" contains our knowledge of HTML5, truly achieving a comprehensive learning of HTML.
CourseElementary24038
Course Introduction:"HTML5 Quick Self-Study Tutorial" is suitable for zero-based entry learning of HTML5. HTML5 is the fifth version of HTML development. With the support of browser technology, it has also begun to be widely used. H5 will become the new standard for WEB development. This course will provide readers with Explain all the core features of HTML5.
CourseElementary90659
Course Introduction:"JavaScript Elementary Tutorial" is an introductory course to JavaScript, designed to let everyone know and understand the common knowledge of JavaScript.
Nginx: One IP, multiple websites, how to configure?
2017-05-16 17:21:47 0 5 707
403-forbidden - nginx 403 forbidden under Debian 7
2017-05-16 17:29:01 0 4 973
Course Introduction:How to install php5: first download the PHP5 source code package; then compile and install through the "make && make install" command; then copy a file to make the configuration file; and finally check the PHP information.
2021-03-17 comment 02126
Course Introduction:php5 Objects It's unfair to compare php5 objects with their predecessors, php4 objects, but the API functions used by php5 objects are still built from the php4 API. If you have read Chapter 10, "php4 Objects", you will You are somewhat familiar with the content of this chapter. Before starting this chapter, you can rename the extension to sample3 and clean up the redundant code, just like you did at the beginning of Chapter 10, leaving only the skeleton code of the extension. There are two keys to the evolutionary history in php5 object variables Components. Chapter...
2017-06-15 comment 01258
Course Introduction:How to install php5-fpm: first install nginx and create an nginx user; then modify the nginx configuration file to support php-fpm; then use "apt-get -y install" command php5-fpm and php; finally modify the php-fpm configuration Just file.
2021-03-19 comment 02610
Course Introduction:Solution to missing php5.dll: First enter "windows.php.net/download/"; then download "php5.dll"; finally copy it to the "apache/bin" folder.
2020-09-01 comment 02238
Course Introduction:The difference between php4 and php5: 1. There is no destructor in php4, but there is a destructor in php5; 2. When passing a variable to a function or method in php4, the variable is actually copied once, while the object in php5 is always It exists in the form of a reference.
2022-02-11 comment 01826