current location:Home > 内存占用 search

Classify:
Found a total of 2543 related content
  • A Practical Guide to Optimizing Content for Online Editors
    A Practical Guide to Optimizing Content for Online Editors
    A Practical Guide to Optimizing Content for Online Editors
    2018-01-26 167 2923913
  • Chinese annotated version of php configuration file php.ini
    Chinese annotated version of php configuration file php.ini
    The Chinese annotated version of the php configuration file php.ini is an open source book on the internal implementation of PHP compiled by multiple authors. From environment preparation to code implementation, from implementation process to detail extension, from variables, functions, objects to memory, Zend virtual machine... and so on, we will explain the style of PHP.
    2017-12-09 341 3108153
  • Self-study PHP, MySQL and Apache
    Self-study PHP, MySQL and Apache
    This book combines PHP development with MySQL applications, and provides an in-depth and simple analysis of PHP and MySQL respectively. It not only introduces the general concepts of PHP and MySQL, but also gives a more comprehensive explanation of the web applications of PHP and MySQL, and includes several Classic and practical example. This book is the 4th edition, which has been completely updated, rewritten and expanded, including the latest improved features of PHP5.3 (for example, better error and exception handling), MySQL's stored procedures and storage engine, Ajax technology and Web2 .0 and the security issues that web applications need to pay attention to
    2017-12-09 303 3107704
  • PHP MySQL WEB Development Bible Chinese Edition (Original Book 3rd Edition)
    PHP MySQL WEB Development Bible Chinese Edition (Original Book 3rd Edition)
    This book combines PHP development with MySQL applications, and provides an in-depth and simple analysis of PHP and MySQL respectively. It not only introduces the general concepts of PHP and MySQL, but also gives a more comprehensive explanation of the web applications of PHP and MySQL, and includes several Classic and practical example. This third edition of this book has been completely updated, rewritten, and expanded to include the latest features of PHP5 - the new object model, better exception handling, and SimpleXML; as well as the new features of MySQL 5, such as stored procedures and stored procedures. engine. PHP
    2017-12-08 413 3112272
  • PHP realizes memcache sharing of multi-server session sharing
    PHP realizes memcache sharing of multi-server session sharing
    This article is a continuation of PHP's NFS sharing of multi-server session sharing, but this time, I use memcache to store sessions. Please see here for the installation of memcache: Build an efficient, reliable, and stable WEB server
    2017-12-08 341 3111279
  • A collection of tips for using PHP
    A collection of tips for using PHP
    PHP's unique syntax is a mix of C, Java, Perl, and PHP's own innovative syntax. It can execute dynamic web pages faster than CGI or Perl. Compared with other programming languages, dynamic pages made with PHP embed programs into HTML documents for execution, and the execution efficiency is much higher than CGI that completely generates HTML tags. Here are ten advanced PHP application tips. 1. Use the ip2long() and long2ip() functions to convert the IP address into an integer and store it in the database
    2017-12-08 325 3111614
  • "PHP Technology Insider" Chinese version
    "PHP Technology Insider" Chinese version
    This book explains in detail how to use PHP, covers all aspects of PHP applications, and provides a large number of code examples so that readers can learn PHP quickly and easily. Each chapter is divided into two parts. The first part "In-depth Analysis" details the relevant technical information.
    2017-12-12 352 3097813
  • Preliminary web development with PHP Apache and MySQL
    Preliminary web development with PHP Apache and MySQL
    This book comprehensively introduces PHP scripting language and MySOL database, two of the most popular open source software at present, including basic concepts of PHP and MySQL, PHP extensions and application libraries, date and time functions, PHP data object extensions, PHP's mysqli extension, MySQL 5's stored routines, resolvers, views, etc. This book helps readers learn the best practices of the PHP programming language and MySQL database server, and understand how to create database-driven dynamic Web applications.
    2017-12-09 264 3107960
  • PHP 5 Revealed
    PHP 5 Revealed
    This book comprehensively introduces PHP scripting language and MySOL database, two of the most popular open source software at present, including basic concepts of PHP and MySQL, PHP extensions and application libraries, date and time functions, PHP data object extensions, PHP's mysqli extension, MySQL 5's stored routines, resolvers, views, etc. This book helps readers learn the best practices of the PHP programming language and MySQL database server, and understand how to create database-driven dynamic web applications.
    2017-12-09 320 3107472
  • Preliminary web development with PHP Apache and MySQL
    Preliminary web development with PHP Apache and MySQL
    This book comprehensively introduces PHP scripting language and MySOL database, two of the most popular open source software at present, including basic concepts of PHP and MySQL, PHP extensions and application libraries, date and time functions, PHP data object extensions, PHP's mysqli extension, MySQL 5's stored routines, resolvers, views, etc. This book helps readers learn the best practices of the PHP programming language and MySQL database server, and understand how to create database-driven dynamic Web applications.
    2017-12-11 271 3102125
  • PHP and MySQL in Dynamic WEB Sites: The Intuitive QuickPro Guide 2nd Edition
    PHP and MySQL in Dynamic WEB Sites: The Intuitive QuickPro Guide 2nd Edition
    PHP and MySQL in Dynamic WEB Websites reflect the needs of actual programs in detail, carefully exploring the validation of external data (such as the format of a credit card number), user login, and how to use templates to establish a standard appearance for web pages. The content of PHP and MySQL in dynamic WEB websites is not just these. The book also mentions how to connect JavaScript and PHP to make user operations faster and more convenient. There are also ways to properly handle user input errors to make your website look more professional. In addition, a large number of powerful functions from the PEAR plug-in function library are introduced to support commonly used and powerful packages.
    2017-12-09 372 3107764
  • PHP intermediate tutorial ajax technology
    PHP intermediate tutorial ajax technology
    AJAX stands for "Asynchronous Javascript And XML" (Asynchronous JavaScript and XML), which refers to a web development technology for creating interactive web applications. It is not a new programming language, but a new way to use existing standards. The biggest advantage is that you can exchange data with the server and update part of the web page content without reloading the entire page. No browser plug-ins are required. , but requires the user to allow JavaScript to execute on the browser. "PHP Intermediate Tutorial: Ajax Technology" will take you quickly
    2017-10-15 2087 3285531
  • Beginner PHP Apache MySQL website design
    Beginner PHP Apache MySQL website design
    Elementary PHP Apache MySQL Website Design comes from the author's many years of experience and experience in studying, applying and teaching PHP. It is an introductory textbook specially compiled for those who learn PHP+MySQL database programming. In the last two chapters, two typical cases close to practical applications are designed: guestbook system and forum system. Each case first introduces the development ideas and steps, and then gives the full source code, so that the learned content can be closely integrated with practical applications, especially It is the forum system that connects the cases in the book together, striving to enable readers to learn the knowledge and skills closest to the cutting edge of application.
    2017-12-09 266 3107730
  • Web page production and PHP language application
    Web page production and PHP language application
    The book "Web Page Production and PHP Language Application" was published by Wuhan University Press in 2006. This book is one of the series of online communication textbooks for ordinary colleges and universities. It mainly explains the basic knowledge and practice of web page production, as well as the use of PHP language in network communication. applications in. The book covers: basic knowledge of HTML, basic syntax of PHP, commonly used functions in PHP programs, basic operations of database software MySQL, web page encryption and authentication, dynamic generation of images, construction of MySQL and multimedia material libraries, etc.
    2017-12-08 321 3111501
  • PHP and MySQL Programming 3
    PHP and MySQL Programming 3
    This book is a classic comprehensive introduction to PHP and MySQL. The book not only comprehensively introduces the core features of the two technologies, but also explains how to efficiently combine the two technologies to build robust data-driven applications. This book covers the latest features emerging in new versions of the two technologies. The large number of practical examples and in-depth analysis in the book come from the author's many years of professional experience in this area and can be used to solve various problems faced by developers in practice. challenge. The content of this book is comprehensive and in-depth, suitable for PHP and MySQL developers of all levels to read. It is not only an excellent learning tutorial, but also can be used as a reference manual.
    2017-12-07 214 3115320
  • Han Shunping's complete set of notes from entry to proficiency in PHP
    Han Shunping's complete set of notes from entry to proficiency in PHP
    Han Shunping, graduated from Tsinghua University, is a well-known senior lecturer in software training in China. He has worked at Sina, Click Technology, and UFIDA. Host or participate in "Sina Mail System", "Orange SNS (Social Network) Website", "Click Technology Collaboration Software Group Server (Linux/Solaris Platform)", "National General Staff Voice Monitoring System", "English Learning Machine System" ", "UFIDA ERP (U8 Product) System" and other projects. Rich practical experience, patient and meticulous teaching, easy to understand, courageous to practice, diligent in innovation, teaching style close to life, teaching language vivid and interesting, many years
    2017-12-12 600 3098433
  • PHP Classic Examples (Second Edition)
    PHP Classic Examples (Second Edition)
    PHP Classic by Example (2nd Edition) can save you valuable web development time. With these solutions to real problems at hand, most programming challenges will be solved. "PHP Classic Examples (2nd Edition)" combines the features of PHP with the unique format of the Classic Examples series, which is enough to help you successfully build cross-browser Web applications. In this revised edition, you can find solutions to various programming problems more easily. The content in "PHP Classic Examples (2nd Edition)" covers: form processing; Session management; database interaction; using We
    2017-12-07 324 3115589
  • Linux+PHP+MySQL case tutorial
    Linux+PHP+MySQL case tutorial
    This book aims to cultivate senior website construction and management talents. The content is step-by-step, from the shallower to the deeper, and comprehensively introduces the network backend development technology in the Linux+PHP+MySQL environment through a large number of example systems. This book analyzes nearly 30 typical cases in detail. Including counters, website traffic statistics, message boards, forum systems, chat rooms, voting and surveys, user management, news release systems, advertising carousels, shopping systems, etc., striving to allow readers to easily master PHP and MySQL through case study Learn the essence of programming and quickly master network backend development skills. This book is suitable for
    2017-12-09 353 3108048
  • Linux plus PHP plus MySQL case tutorial
    Linux plus PHP plus MySQL case tutorial
    Through a large number of example systems, it comprehensively introduces the network backend development technology in the Linux+PHP+MySQL environment, and analyzes nearly 30 typical cases in detail. This book aims to cultivate senior website construction and management talents. The content is step-by-step, from the shallower to the deeper, and comprehensively introduces the network backend development technology in the Linux+PHP+MySQL environment through a large number of example systems. This book analyzes nearly 30 typical cases in detail. Including counters, website traffic statistics, message boards, forum systems, chat rooms, voting and surveys, user management, news release systems, and advertising carousels
    2017-12-11 316 3102347
  • Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
    Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
    Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
    2023-06-26 34 1340
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!