Course Intermediate 5670
Course Introduction:Vue is a JavaScript framework for building user interfaces. It is built on standard HTML, CSS, and JavaScript, and provides a declarative, component-based programming model to help you develop user interfaces efficiently. Whether it’s a simple or complex interface, Vue can do it all.
Course Intermediate 13628
Course Introduction:PHP is used to build a website CMS system. The project will use the MVC architecture to complete common registration and login, permission management, user management, menu management, article management, comment management, advertising management and other modules.
Course Elementary 32328
Course Introduction:What knowledge does a website developer need to have? How to build your own website?
Course Advanced 16529
Course Introduction:Mileduo CMS management system is an open source CMS management system that provides the best development solutions for small and medium-sized enterprises. It is a newly launched enterprise-level management system that is lightweight, high-performance, and separated from the front and back ends in 2021. It perfectly supports secondary development, can be learned and used commercially, and is designed to quickly build enterprise-level applications. The front and back ends are completely separated (independent of each other and high development efficiency), using PHP7.3 (strong type strict mode) Laravel8 (lightweight PHP development framework), vue-element-admin (enterprise-level middle and back-end product UI component library), nuxt The framework implements front-end SEO processing solutions.
Course Elementary 3908
Course Introduction:This course will guide you to build a powerful PHP debugging environment from scratch using phpenv, VSCode and Xdebug. Master how to set up and run PHP projects on a local server and use Xdebug for code debugging. Through practical operations, you will have an in-depth understanding of the debugging process, improve your ability to troubleshoot problems, and improve development efficiency. Suitable for developers with certain PHP foundation and VSCode experience. Important 2 lines of code: xdebug.remote_enable = 1 xdebug.remote_autostart = 1
Course Advanced 43214
Course Introduction:"High-Performance Linux Server Building Video Tutorial" introduces the installation and configuration of the system, the introduction of the editor, the operation of files, the establishment of the lnmp environment and the installation and use of Redis.
Course Elementary 14017
Course Introduction:There is a wise saying in the coding community: "Every first programmer should own a MacBook." Is this true? Apple computers start with appearance and end with experience. After all, using Apple computers is a completely different experience than traditional Windows computers. This set of tutorials is for new users who like MacBook computers but are worried about using them well.
Course Elementary 6339
Course Introduction:The web development environment contains various elements. For example, integrated development environments (IDEs), editors, compilers, code formatting and parsing and other tools directly related to coding work and testing tools, task runners, source code version control and other peripheral tools, and even bugs. / Rich in content, such as issue tracking and database and other operation and maintenance tools.
Course Intermediate 8855
Course Introduction:The teaching of this course mainly uses the popular PHP back-end framework thinkphp and the front-end adminlte to build a back-end system. Using a front-end framework to build pages will speed up project development. In addition, this course introduces several popular and easy-to-use jquery form-related plug-ins to help complete form verification and asynchronous requests, and encapsulates several recursive functions to help achieve asynchronous cache clearing, and implement Infinitus classification and other functions...
Course Intermediate 17701
Course Introduction:The teaching of this course mainly uses the popular PHP back-end framework thinkphp6.0 version and the front-end adminlte3.0 version to build a general backend system. Knowledge points covered are as follows: 1. TP6 multi-application configuration and route registration; 2. File upload disk configuration and multi-language configuration; 3. TP interface data and cross-domain processing; 4. rbac permission table design and implementation; 5. Unlimited navigation menu Extreme classification and cache clearing; 6. Article publishing, disk configuration, webuploader image asynchronous upload, etc...
Course Elementary 2986
Course Introduction:Ultimate cms is a free and open source PHP website building program that does not require commercial authorization. The call to data output is completely free and open. Webmasters do not need to manually configure pseudo-static, and it also supports configuring custom links in various formats. The webmaster can output any data stored in the database at the front desk. It has its own static data cache. It does not need to update to generate static pages to achieve static access efficiency. Upload image management, cache cleaning, etc. The ultimate cms is convenient for managing server files. It has complete functions and extensions. Convenience is the highlight of the ultimate cms website building system.
Course Intermediate 7809
Course Introduction:The projects shown in this course are implemented based on webpack and vue. The course content includes basic configuration of webpack, installation and configuration of vue-loader, css packaging, autoprefixer plug-in, devServer introduction and configuration, production environment packaging, parsing ES6 and many other contents. Tip: webpack has been upgraded to 5, and there are many changes. If you want to run it, it is best to bring the version. Webpack4 is used in this project. Bring the version number when installing webpack.
Course Intermediate 7839
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 Intermediate 7468
Course Introduction:Course introduction: 1. Detailed application of Composer tools; 2. Application of common components of Composer; 3. Use Composer to build your own PHP development framework; 4. Use your own PHP framework to develop a library management system. Basic requirements: Understand the basic use of PHP and MySQL.
Course Intermediate 5422
Course Introduction:Goal: Deploy the best environment for web projects (you can use Laravel+Redis+Memcache+Composer+Apache). Requirements: All software in the environment deployment is the highest stable version currently available. Reality: No Window or virtual machine installation is required. Cloud server (Alibaba Cloud) is used for deployment and installation. Using source code package installation is not only to build a perfect environment, but also very helpful for learning. You can have a deep understanding of your own environment architecture and gain an overall understanding of development. Have a deeper understanding of software such as Apache, MySQL and PHP.
Course Intermediate 35585
Course Introduction:This course will use short and concise language to develop a mall in a modular manner to facilitate code reuse. There is no need to spend a lot of time learning other unrelated functions to implement one function. At the same time, all courses are combined into one The complete shopping mall project is very suitable for colleges to practice.
Course Elementary 9442
Course Introduction:This course uses Go language to write a family photo album system based on HTTP server from scratch, supports multiple client access, and connects smart devices at home! It is suitable for students who have a certain understanding of computer programming and want to learn Golang.
Course Elementary 107969
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 4005
Course Introduction:Gin is a web framework written in Go language. It has fast running speed, grouped router, good crash capture and error handling, and very good support for middleware and json. In short, it is a web framework worth studying in the field of Go language development. Open source URL: https://github.com/gin-gonic/gin
Course Intermediate 14032
Course Introduction:"WeChat Public Platform PHP Development, Construction and Secrets Video Tutorial" is a comprehensive and systematic introduction to the construction of WeChat public platform based on PHP technology. The main content includes the introduction of WeChat public platform, operation management of editing mode, verification of development mode, use of geographical location information, common API docking, database operation, cache processing, WAP site construction, and promotional functions such as scratch-off and flash sales.