Course Intermediate 4469
Course Introduction:Use Github, Gitee, and Codechina to maintain website code, because these code libraries can support configuring webhooks. Linux cloud server (public IP); install Git, install Nginx, install PHP, and install FTP. Detailed tutorial document: https://mp.weixin.qq.com/s/VtTHUfyiITNSoGy052jkXQ
Course Intermediate 3909
Course Introduction:Digital signature generation and verification principles, AES and RSA encryption and decryption
Course Elementary 10516
Course Introduction:This course starts from the most basic concepts and goes deeper step by step. It will lead you to learn the basic knowledge of HTML and CSS styles, and understand the meaning and basic usage of various commonly used tags.
Course Advanced 113487
Course Introduction:ThinkPHP is a fast, open source, lightweight domestic PHP development framework and one of the most popular PHP frameworks in the industry. This course takes the blog system as an example to describe how to use TP for practical development and learn the practical application of Thinkphp. Template download address: //m.sbmmt.com/xiazai/learn/1766
Course Advanced 53818
Course Introduction:Laravel is a simple and elegant PHP Web development framework (PHP Web Framework). It can free you from messy codes like noodles; it can help you build a perfect network APP, and every line of code can be concise and expressive. Therefore, we have collected "Laravel5.2 Blog Practical Video Tutorial", which is a set of Laravel5.2 practical development tutorials focusing on project actual combat, which is a true introduction to mastery. I hope it can help everyone learn the Laravel framework better.
Course Advanced 44546
Course Introduction:Comprehensive use of html+css to design the entire blog site, including login page, registration page, home page, list and detail pages.
Course Intermediate 5254
Course Introduction:The TP5.1 version has made some architectural adjustments and optimizations to the bottom layer, adopted a more object-oriented development model, supported containers and Facade, and improved routing, dependency injection and verification.
Course Intermediate 9166
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 Intermediate 8579
Course Introduction:MVC refers to a certain framework of the MVC pattern, which enforces separation of input, processing, and output of the application. Applications using MVC are divided into three core components: model, view, and controller. They each handle their own tasks.
Course Intermediate 18111
Course Introduction:As an emerging front-end framework and back-end language, Node.js has many attractions. Then this chapter will take you through the practical development of personal blog projects using Node.js.
Course Intermediate 3692
Course Introduction:Symfony is a set of reusable PHP components and a PHP framework for web projects. This tutorial will teach you how to get started with the Symfony project and develop the Teebblog blog system from scratch. Suitable for beginners to get started and developers with a certain foundation to improve their skills.
Course Intermediate 50073
Course Introduction:1. As a programmer, writing technical blogs is a basic skill and one of the must-have skills; 2. Blogging can not only help sort out the knowledge system, but also discover technical shortcomings and enjoy the fun of writing; 3. Having your own technical blog can help you get more attention and get more opportunities in the workplace; Do you want to write a blog website by yourself and have everything under your control? Then follow the teacher "Ximen Daguanren" and use the native PHP language to develop a fully functional technical blog~~
Course Advanced 22910
Course Introduction:Comprehensive use of html+css to design the entire blog site, including login page, registration page, home page, list and detail pages.
Course Elementary 107796
Course Introduction:This chapter uses the Thinkphp6.0 framework to build a personal blog, and uses the multi-application mode of TP6 to build the front and backend of the blog. The front-end page of the blog includes: blog homepage, homepage carousel, Infinitus classification of the homepage personal blog, user login and registration, Blog details page, blog comments, comment replies, comment deletion and hiding and other functions. The design of data tables includes blog article classification tables, blog comment tables, background RBAC permission control tables, etc.
Course Intermediate 283177
Course Introduction:This course is a practical PHP development course. It uses the iQiyi movie website as a model to develop your own website from scratch. The purpose is to let everyone understand the architecture and development process of real projects
Course Intermediate 146052
Course Introduction:WeChat Pay is one of the most popular payment methods currently. This course introduces in detail how to access the WeChat Pay SDK, as well as issues that should be paid attention to in the actual development of the company.
Course Intermediate 20607
Course Introduction:There are many different web frameworks under Python. Django is the most representative of the heavyweight players. Many successful websites and apps are based on Django. Django is an open source web application framework written in Python. "Wheat Academy Django Personal Blog System Video Tutorial" takes you through creating a personal blog system.