Course Intermediate 12779
Course Introduction:Memcached is a high-performance distributed memory object caching system for dynamic web applications to reduce database load. It improves the speed of dynamic, database-driven websites by caching data and objects in memory to reduce the number of database reads.
Course Elementary 7870
Course Introduction:"Smarty Template Engine" will show you how to implement code separation. smarty is one of the most famous PHP template engines in the industry. It separates logical code and external content, providing an easy-to-manage and use method to separate PHP code logic that is originally mixed with HTML code. Simply put, the purpose is to separate PHP programmers from front-end personnel so that the work of the two will not affect each other!
Course Advanced 6771
Course Introduction:The optimization chapter of "Boolean Education Linux Video Tutorial" is an indispensable course for friends on the road to in-depth learning of Linux, which allows you to learn how to use Linux in a more advanced way.
Course Elementary 15086
Course Introduction:HTTP protocol (HyperText Transfer Protocol, Hypertext Transfer Protocol) is a transfer protocol used to transfer hypertext from the WWW server to the local browser. It can make the browser more efficient and reduce network transmission. It not only ensures that the computer transmits hypertext documents correctly and quickly, but also determines which part of the document is transmitted and which part of the content is displayed first (such as text before graphics), etc. We have collected the "Boolean Educational HTTP Protocol Video Tutorial", hoping to help everyone better understand the HTTP protocol.
Course Intermediate 12797
Course Introduction:jQuery is a fast and concise JavaScript framework. It is another excellent JavaScript code library (or JavaScript framework) after Prototype. The purpose of jQuery's design is "write less, do more", which means writing less code and doing more things. It encapsulates common JavaScript function codes, provides a simple JavaScript design pattern, and optimizes HTML document operations, event processing, animation design and Ajax interaction. We have collected the "Boolean Education jQuery Practical Video Tutorial", hoping to help everyone learn jQuery better.
Course Advanced 17365
Course Introduction:"MySQL Optimization Video Tutorial - Boolean Education" MySQL is a relational database management system. A relational database stores data in different tables instead of putting all data in a large warehouse, which increases speed and improves efficiency. flexibility. The SQL language used by MySQL is the most commonly used standardized language for accessing databases.
Course Elementary 9562
Course Introduction:Design pattern (Design pattern) is a set of classified and cataloged summary of code design experience that is used repeatedly, known to most people. The purpose of using design patterns is to reuse code, make the code easier to understand by others, and ensure code reliability. There is no doubt that design patterns are win-win for ourselves, others, and the system; design patterns make code writing truly engineering; design patterns are the cornerstone of software engineering, just like the structure of a building. We have collected the "Boolean Educational Design Pattern Video Tutorial", hoping to help everyone better understand the concept of design patterns.
Course Elementary 11231
Course Introduction:Memcached is a high-performance distributed memory object caching system for dynamic web applications to reduce database load. It improves the speed of dynamic, database-driven websites by caching data and objects in memory to reduce the number of database reads. We have collected the "Boolean Education Yan Eighteen Memcached Video Tutorials", hoping to help everyone better learn Memcached distributed clusters.
Course Elementary 11433
Course Introduction:XML is a markup language that defines a set of rules for encoding documents in a human-readable and machine-readable format. "Boolean Education Yan 18 XML Video Tutorial" will lead you to a detailed understanding of XML.
Course Advanced 30878
Course Introduction:"Boolean Education_Yan Shiba_HTML Tutorial" starts from the most basic concepts and goes deeper step by step, leading everyone to learn the basic knowledge of HTML and CSS styles, understand the meaning and basic usage of various commonly used tags, and explain CSS in the second half Style code is added to lay the foundation for subsequent case lessons.
Course Advanced 48678
Course Introduction:"Boolean Education ThinkPHP Mall Practical Practice" will lead you to learn how to use the TP framework to complete the steps of building a mall, so that everyone can have a deeper understanding of the use of the TP framework.
Course Elementary 14129
Course Introduction:By using regular expressions to represent text search parameters, some dynamically changing string matches, such as changing time, can be cleverly completed. Therefore, we have collected the "Boolean Education Regular Expression Video Tutorial", hoping to help everyone better understand regular expressions.
Course Elementary 12696
Course Introduction:Git is a free and open source distributed version control system for agile and efficient work on projects of any size. More and more projects are migrating to Git for management, including many open source projects hosted on GitHub, making Git the most popular version control system today, and therefore Git has become an indispensable skill. "Boolean Education Git Quick Start Video Tutorial" will introduce you to the local and remote operations of Git, hoping to lead you to easily master Git operations.
Course Intermediate 6768
Course Introduction:"JavaScript Advanced Practice Video Tutorial—Boolean Education" JavaScript is the most popular scripting language on the Internet. It exists in all web browsers around the world and can enhance the interaction between users and web sites and web applications. This set of tutorials is an advanced tutorial for JavaScript learning, leading friends on how to expand their learning of the JavaScript language.
Course Advanced 13980
Course Introduction:"Boolean Education Blog Project Practice" uses a process-oriented approach to completely write out the process of blog development. It is the best practical project for novice friends after learning the basics of PHP!
Course Intermediate 7730
Course Introduction:"SVN Video Tutorial", SVN: full name Subversion, is a code version management software that manages data that changes over time. This data is placed in a central repository. This archive is much like a regular file server, but it remembers every file change. This way you can restore a file to an older version, or browse the file's change history. Many people think of version control systems as some kind of "time machine."
Course Elementary 42559
Course Introduction:The mysql tutorial "Boolean Education Yan Shiba Mysql Introductory Video Tutorial" is a basic introductory course for mysql. With the continuous development of mysql, using mysql+php to make websites has become a mainstream web development technology. If you want to learn dynamic web design, then it is recommended You choose php+mysql. This course is designed to help beginners of mysql database get started quickly. If you have needs in this area, then start the journey of learning mysql with us! ! !
Course Advanced 29440
Course Introduction:MySQL tutorial "Boolean Education Yan Shiba MySQL Advanced Video Tutorial" is an advanced tutorial on MySQL, which introduces triggers, database stored procedures, cursors, database master-slave configuration and other information in detail
Course Advanced 22725
Course Introduction:At present, the database is the basic component for data storage in most systems. The efficiency of the database has a vital impact on the stability and efficiency of the system. In order to have a better user experience, the optimization of the database is extremely important. So from what aspects should we optimize our database? Let us discuss and learn together in the course "Boolean Education Yan 18 MySQL Optimization Video Tutorial"!
Course Elementary 18962
Course Introduction:PHP ("Hypertext Preprocessor") is a general-purpose open source scripting language. The syntax absorbs the characteristics of C language, Java and Perl, which is easy to learn and widely used. It is mainly suitable for the field of Web development. PHP's unique syntax mixes C, Java, Perl, and PHP's own syntax. It can execute dynamic web pages faster. Compared with other programming languages, dynamic pages made with PHP embed programs into HTML (an application under the Standard Universal Markup Language) document for execution, and the execution efficiency is much higher than CGI that completely generates HTML tags. In "Boolean Education Yan Shiba PHP Basics Consolidation Video Tutorial", we will show you some basic knowledge of PHP.