CourseAdvanced9871
Course Introduction:Java online learning Web application uploads pictures to generate thumbnails. The course "Java Video Tutorial for Implementing Equal-proportioned Thumbnails of Images" explains how to use Java to implement the function of generating equal-proportioned thumbnails of images in the form of examples. The performance of information browsing is improved through thumbnail generation, which reduces the amount of data transmission while ensuring user experience.
CourseElementary23917
Course Introduction:Small cases for quick calculations on various graphics
CourseElementary19661
Course Introduction:Use PDO mode (PHP data object) to connect and select databases (unified operation of various databases), execute SQL statements and process result sets
CourseAdvanced18316
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.
CourseElementary20215
Course Introduction:"File and Image Technology" mainly introduces the use of PHP to process files and upload images.
CourseIntermediate22429
Course Introduction:"PHP Object-Oriented Video Tutorial" This course is recorded by Boole Education. It explains the basics, abstract classes, and interfaces of PHP object-oriented in a simple and easy-to-understand manner. It also briefly describes the three major characteristics of PHP object-oriented: encapsulation, inheritance, and polymorphism. Having said so much, let’s learn it together! !
CourseAdvanced16408
Course Introduction:Baidu Map JavaScript API is a set of application programming interfaces written in JavaScript language, which can help you build feature-rich and highly interactive map applications on your website. It supports browser-based map application development on PC and mobile terminals, and supports HTML5. Feature map development.
CourseElementary15193
Course Introduction:In the "Google Maps Chinese API Manual", the basic element in any Google Maps API application is the "map" itself. This document discusses the usage of GMap2 base objects and the basics of map operations.
CourseIntermediate7370
Course Introduction:Object-oriented programming (OOP for short) is not only a need for developing large-scale projects, but also a tool for analyzing problems. PHP has complete object-oriented programming capabilities and can complete the development of large-scale commercial projects. This course combines the object-oriented technology in PHP , break it apart and crush it, and I’ll tell you slowly.
CourseAdvanced4361
Course Introduction:JavaScript is a purely object-oriented programming language, and object-oriented is always its core. This set of courses uses the creation and use methods of commonly used objects to show you the ins and outs of JavaScript objects, past and present, and all involved in JavaScript. The design pattern of object creation has been analyzed and explained in depth. Welcome to learn.
CourseElementary18386
Course Introduction:PHP has perfect support for object-oriented programming. Classes are templates for objects, objects are instances of classes, and namespaces are the ultimate solution to naming conflicts for global members. Starting from PHP5.3, the emergence of namespaces, and PHP.5.4, the Trait class breaks through the limitations of single inheritance, making the functions of the class more flexible.
CourseIntermediate45973
Course Introduction:MySQL Tutorial "A Quick Introduction to MySQLi Object-Oriented Programming" is a video tutorial originally recorded by PHP Chinese website. As an enhanced version of traditional MySQL, MySQLi is used more and more widely. According to programmers' programming habits, it is divided into two types: process-oriented and object-oriented. This course is mainly object-oriented and introduces commonly used attributes and methods in detail. Perform CURD operations.
CourseIntermediate5268
Course Introduction:ProcessOn is a free online flowchart mind map making tool. It has professional and powerful drawing tools, supports real-time online collaboration between multiple people, and can be used to draw a variety of graphics such as prototype diagrams, UML, BPMN, network topology diagrams, etc.!
CourseIntermediate12919
Course Introduction:This chapter focuses on PHP object-oriented applications, declaration and creation of classes and objects, and the three major characteristics of object-oriented: encapsulation, inheritance, polymorphism, abstract classes and interfaces, as well as some commonly used magic formulas, new traits, namespaces, etc. content.
CourseElementary2166
Course Introduction:Source code and handouts can be obtained from Q group: 589912610; 1. Why do you need to learn object-oriented PHP? Object-oriented is an advanced content of programming, which is relatively difficult to understand, but there is not much syntax knowledge. Common various PHP frameworks are based on object-oriented: laravel, thinkphp, etc. Although object-oriented preparation work is relatively tedious in the early stage, the later application is extremely convenient. The various classes written by yourself can be flexibly used in various projects. Only by mastering object-oriented can we step into the mysterious door of programming, allowing us to have new ideas on more issues. 2. What can you do after learning object-oriented? Construct common functional classes: database operation class (to realize the addition, deletion, modification and query of data table information and database link), user verification class (to realize user login, user registration and logout),
CourseElementary32398
Course Introduction:Python is a dynamically interpreted programming language. Python can be used on various operating systems such as Windows, UNIX, and MAC, and can also be used on Java and .NET development platforms. For getting started, the main thing is to master the basic syntax and be familiar with programming specifications. Therefore, most of the tutorials are basically the same, so it is recommended to choose a tutorial that suits you and stick to it.
CourseAdvanced14369
Course Introduction:This course will lead you to cleverly implement image watermark and thumbnail functions through the GD library in PHP. You can easily master the implementation ideas of the case. At the same time, the course also explains how to encapsulate this process into classes, which can further deepen your understanding of object-oriented understanding.
CourseAdvanced9770
Course Introduction:"Geek Academy PHP Object-Oriented Video Tutorial" explains knowledge points about object-oriented programming ideas, including construction methods and destructor methods, magic methods, class encapsulation inheritance, keywords, etc.
CourseAdvanced7402
Course Introduction:"Power Academy Object-Oriented PHP Video Tutorial" explains the basic concepts of object-oriented and related case practices, so that students can have a basic understanding of object-oriented and be able to master the method of abstracting practical problems into class objects to solve practical problems. Methods, master the most important core capabilities of object-oriented.
CourseElementary8842
Course Introduction:Cutting refers to cutting the design draft into pictures that are easy to make into pages. Cutting images are used to complete static pages with HTML+CSS layout, which is conducive to interaction and forms a good visual sense. In layman's terms, use the slicing tool to cut a design drawing into small pictures that you need, and then use DIV+CSS to complete static page writing and CSS layout for front-end development.