Course Advanced 11746
Course Introduction:In the era of separation of front-end and back-end, using PHP to develop APP back-end API (interface) is the choice of many companies. However, the traditional PHP development API does not systematically develop PHP as an engineering project, and does not clarify the responsibilities of each module. Therefore, this course relatively proposes a more general method of PHP development API, which is simply input from the API. Output, API authentication, business exception handling and other modules to describe each module of the API and the relationship between each module
Course Intermediate 9208
Course Introduction:MVC forces the application's input, processing, and output to be separated. Applications using MVC are divided into three core components: model, view, and controller. They each handle their own tasks. Its advantages are: low coupling, high reusability, fast deployment, and high maintainability.
Course Elementary 29644
Course Introduction:Web project development process revealed 1. Project installation 2. Commonly used tools 3.Project analysis
Course Elementary 10901
Course Introduction:IOS is becoming more and more popular at present. Many IOS beginners really know what to do after learning IOS. Then "iOS Small Project Development Video Tutorial" is to take IOS beginners to practice software development. Here is a collection of the most popular 6 small projects suitable for beginners to learn, share with everyone!
Course Intermediate 21626
Course Introduction:This course uses PHP, MySQL, HTML and a small amount of JavaScript native code to develop a complete website, and introduces the relevant usage and knowledge points of PHP in detail.
Course Intermediate 31177
Course Introduction:This course develops the Jane Eyre reading project using a completely separated front-end and back-end approach. The front-end uses the uniapp framework, a set of popular code multi-end applications, and the back-end uses thinkphp6.0 to provide interface data and deploy it online (pagoda). To study this course, you need to have certain uniapp basics, such as conditional compilation, WeChat login, network requests, local caching, component development, etc. In addition, you also need to have certain thinkphp foundation, such as routing registration, cross-domain processing, file upload configuration, database query, etc...
Course Intermediate 8223
Course Introduction:This course develops the Jane Eyre reading project using a completely separated front-end and back-end approach. The front-end uses the uniapp framework, a set of popular code multi-end applications, and the back-end uses thinkphp6.0 to provide interface data and deploy it online (pagoda). To study this course, you need to have certain uniapp basics, such as conditional compilation, WeChat login, network requests, local caching, component development, etc. In addition, you also need to have certain thinkphp foundation, such as routing registration, cross-domain processing, file upload configuration, database query, etc...
Course Elementary 9918
Course Introduction:Basic knowledge and practice of HTML5+CSS3; JavaScript basics; practice: mobile layout (JD M terminal), classic carousel images, lazy loading and optimization, tabs, online photo albums, shopping cart automatic calculation, stage assessment.
Course Elementary 66378
Course Introduction:"Practical Project of Developing a News Website Natively in PHP" is a front-end and back-end program that uses pure native code to create a news station, and then displays the database information on the front-end page. How to manage the database in the background!
Course Advanced 55501
Course Introduction:"Developing a Simple Message Board Project in PHP" This article mainly provides guidance and ideas for building a PHP message board, to understand how to apply the PHP you have learned to projects and actual combat, and to provide a complete guide to friends who are new to PHP. The entire production process of php message board
Course Advanced 8819
Course Introduction:From the beginning of learning PHP, our code appeared in a mixed state of HTML, and then slowly became independent. Later, the PHP code was separated into different scripts, loading and calling each other. So what exactly is the logic in this? In fact, from the perspective of realizing business functions, any mode is acceptable. However, project development often involves team collaboration, which requires teamwork and the maintainability of later code. This leads to the practice of classifying code and dividing it into files.
Course Advanced 7297
Course Introduction:Develop Douyin-like video playback and live streaming functions based on laravel
Course Intermediate 7345
Course Introduction:The core concepts of webpack Entry: Entry, the starting point (file) for Webpack packaging Output: output, the bundle (packaged file) generated by webpack compilation and packaging Loader: Module loader (converter), which packages non-js and non-json modules into js modules that webpack can understand. Plugin: Plug-in, which inserts code with specific functions at specific times in the Webpack build process
Course Advanced 62583
Course Introduction:ThinkPHP is an open source PHP framework that was born to simplify enterprise application development and agile WEB application development. It was first born in early 2006, formerly known as FCS. It was officially renamed ThinkPHP on New Year's Day 2007, and was released under the Apache2 open source agreement. The early ideological architecture originated from Struts. Later, after continuous improvement and improvement, it also learned from many excellent foreign frameworks and models, using object-oriented development structure and MVC model, integrating Struts' Action and DAO ideas and JSP's TagLib ( tag library), RoR's ORM mapping and ActiveRecord mode, which encapsulates CURD and some common operations, single entry mode, etc., and has unique performance in template engine, caching mechanism, authentication mechanism and scalability.
Course Elementary 1777
Course Introduction:[Go Language Web Development] Classic Project: E-Mall is a course for Web development using Go language. This course is designed to help learners master the basic skills and knowledge of using Go language to build e-commerce malls. In this course, learners will gain an in-depth understanding of web development in Go language through actual project practice.
Course Intermediate 19744
Course Introduction:"PHP_CI Rapid Development of Electronic Mall Project Video Tutorial" mainly introduces ci, the full name of CodeIgniter, which is a small but powerful PHP framework. CI provides a rich set of standard libraries and simple interfaces and logical structures, based on oop and mvc. Its purpose is to enable developers to develop projects more quickly.
Course Intermediate 19718
Course Introduction:"C++ Game Project: Chinese Chess Development Video Tutorial" Although this project is small, it is extremely powerful and complete. You can master the advanced knowledge of C++ through this video.
Course Elementary 27948
Course Introduction:"Yii2.0 Framework Introduction and Practical Project Development Video Tutorial" will introduce you to a high-performance component-based PHP framework - Yii framework, which is used to develop large-scale Web applications. Yii is written in strict OOP and has complete library references and comprehensive tutorials. Note: There are some videos where there are no images at the beginning, so don’t be surprised, they will be there after ten seconds, the previous part is irrelevant!
Course Advanced 30544
Course Introduction:"ThinkPHP project development CMS content management system video tutorial" CMS is the abbreviation of "Content Management System", which means "content management system". Content management system is the new favorite in enterprise information construction and e-government, and it is also a relatively new market.
Course Intermediate 17991
Course Introduction:"Java Game Project: Puzzle Game Development Video Tutorial" has the function of freely selecting pictures. You can choose your favorite pictures according to your own interests to play the game. In order to reduce the difficulty, a digital prompt function has been added to the game. In the game interface , the left half is the game area, and the right half is the preview of the original image. When the game starts, the system will randomly allocate a missing piece and disrupt the order of the images. The user can move and restore the image based on the original image. The number of steps and time will be counted in the game for players to compare. This game is completely operated by the mouse, making it easy to get started.