Course Elementary 10419
Course Introduction:In daily work, file upload is a very common function. During the project development process, we usually use some mature upload components to implement corresponding functions. Generally speaking, a mature upload component will not only provide a beautiful UI or a good interactive experience, but also provide a variety of different upload methods to meet the needs of different scenarios. This set of courses will teach you how to implement the file upload function under PHP.
Course Advanced 19153
Course Introduction:"PHP Image Upload Tutorial" teaches you how to use our PHP and a PHP image upload class to implement our image upload function.
Course Advanced 17717
Course Introduction:AJAX stands for "Asynchronous Javascript And XML" (Asynchronous JavaScript and XML), which refers to a web development technology for creating interactive web applications. "Chuanzhi Podcast AJAX Video Tutorial" explains the related technologies of AJAX.
Course Intermediate 15429
Course Introduction:"Chuanzhi Podcast 2017 XML Video Tutorial" is generally used for data storage and communication between various languages and applications. The role of XML is to express the structural relationship between data. This structural relationship is very important. XML provides programmers with a more versatile and organized way to store, access, and modify data.
Course Elementary 12189
Course Introduction:"Smarty Video Tutorial" 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 Elementary 19236
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 Advanced 10193
Course Introduction:AJAX = Asynchronous JavaScript and XML. 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. "Chuanzhi Podcast AJAX Video Tutorial" will help you learn these contents.
Course Advanced 9196
Course Introduction:"PHP Development File Upload Tutorial" will explain how to upload a single file and then encapsulate the function
Course Intermediate 8144
Course Introduction:"Chuanzhi Podcast PHP-XML Video Tutorial" is generally used for data storage and communication between various languages and applications. The role of xml is to express the structural relationship between data. This structural relationship is very important. XML provides programmers with a more versatile and organized way to store, access, and modify data.
Course Advanced 7847
Course Introduction:XML is Extensible Markup Language, a subset of Standard Generalized Markup Language, and a markup language used to mark electronic documents to make them structural. "Chuanzhi Podcast XML&DOM Video Tutorial" introduces knowledge points about XML in detail.
Course Elementary 18016
Course Introduction:"Chuanzhi Podcast CSS Basics Video Tutorial" explains the basics of CSS and is suitable for novices to watch and learn.
Course Advanced 12032
Course Introduction:JavaScript language is one of the languages commonly used in development. "Chuanzhi Podcast JavaScript & DOM Video Tutorial" introduces and explains JavaScript-related knowledge points and DOM to everyone.
Course Intermediate 11025
Course Introduction:"Chuanzhi Podcast Swift Basics Video Tutorial" is a basic Swift video carefully recorded by teacher Fu Hongxue. This video is specially recorded for students with OC basics. The knowledge points keep pace with the times and the explanations are unique. By studying this video, I believe you can easily get started with the swift language.
Course Intermediate 29295
Course Introduction:Redis is a key-value storage system. Similar to Memcached, it supports relatively more stored value types, including string (string), list (linked list), set (set), zset (sorted set - ordered set) and hash (hash type). These data types all support push/pop, add/remove, intersection, union, difference, and richer operations, and these operations are all atomic.
Course Advanced 12630
Course Introduction:"PHP Development Simple File Upload Tutorial" mainly introduces the use of PHP to make a simple file upload function module to realize the specific operations of local upload of files and images and database upload.
Course Intermediate 14041
Course Introduction:"JQuery Programming Video Tutorial on Chuanzhi Podcast" JQuery Practical Course is a series of courses. Each lesson uses a hands-on practical example to introduce how to use JQuery to quickly develop AJAX front-end applications. It also introduces some HTML and CSS in front-end development with examples. , knowledge of Javascript and solutions to cross-browser differences!
Course Elementary 9179
Course Introduction:"Chuanzhi Podcast HTML Series Video Tutorial" is a step-by-step guide to learn HTML knowledge, understand the meaning and basic usage of various commonly used tags, and lay the foundation for subsequent case courses.
Course Elementary 2755
Course Introduction:This course will lead students to gain an in-depth understanding of the core principles and practical applications of data transmission encoding. Through step-by-step teaching methods, students will master how to choose appropriate data transmission encoding technology according to different application scenarios to achieve efficient and reliable data transmission. The course will cover common data transmission encoding algorithms, such as Huffman coding, arithmetic coding, etc., and demonstrate the encoding and decoding process through practical cases. Through the study of this course, students will have the ability to independently complete data transmission and coding tasks, laying a solid foundation for making breakthroughs in the field of data transmission and processing.
Course Advanced 16828
Course Introduction:PHP implements file upload and download. It mainly introduces the principle of using PHP to implement file upload, as well as various implementation methods, precautions, etc. Through the study of this course, everyone will have a deeper understanding of PHP upload.
Course Advanced 12508
Course Introduction:"Tutorial on Implementing File Upload and Download with PHP" mainly introduces the principles of using PHP to implement file upload and download, as well as various implementation methods, precautions, etc.