Course Elementary 50391
Course Introduction:Python is purely free software. The source code and interpreter CPython follow the GPL (GNU General Public License) agreement. The syntax is concise and clear, and one of its features is the forced use of white space as statement indentation. Has a rich and powerful library. It is often nicknamed the glue language, which can easily connect various modules made in other languages (especially C/C++) together.
Course Elementary 20891
Course Introduction:"JavaScript Learning Guide" will teach you to learn JavaScript knowledge from basic to advanced. Including syntax, variables, events, data types, loops, comparisons, objects, etc., allowing learners to have a cognitive process of JavaScript from elementary to advanced.
Course Elementary 7271
Course Introduction:Oracle is a relational database management system from Oracle Corporation. It is a product that has always been in the leading position in the database field. It can be said that the Oracle database system is currently a popular relational database management system in the world. The system has good portability, easy use, and strong functions. It is suitable for various large, medium, and small computer environments. It is a database solution that is efficient, reliable and adaptable to high throughput.
Course Elementary 5752
Course Introduction:MongoDB is a general-purpose, document-based distributed database that helps modern application developers prepare for the cloud era. When it comes to databases, efficiency is a topic that never goes out of style.
Course Intermediate 3545
Course Introduction:This course is mainly a series of front-end development courses carefully created for students who are in the second stage of learning with zero foundation and want to enter the industry as front-end development. The course is based on the CRMEB open version, with practical drill teaching and a combination of theoretical explanation and practical operation. Better help students consolidate knowledge points and master operational skills. Effectively play the role of practical teaching to help students master development technologies.
Course Elementary 30206
Course Introduction:1. How to overcome inertia and force yourself to calm down and study? 2. If you encounter difficulties, how can you get answers quickly? 3. What should I do if I always have trouble paying attention during lectures and can’t remember? 4. There are many things that I know well as soon as I hear them, but I make mistakes as soon as I write them. What should I do? 5. What is the difference between studying on your own and enrolling in a training class? 6. I want to study, but I am busy with work and have no time. What should I do?
Course Intermediate 9012
Course Introduction:"PHP Enhanced Learning Video Course" This course is recorded by Boole Education. This course is a detailed and sublimated course of the previously released video tutorial "PHP Three Hours Light Speed Introduction". If you need to strengthen your PHP knowledge, you can take a look. oh! !
Course Intermediate 11923
Course Introduction:"PHP Framework System Learning Video Tutorial" This video was recorded by a teacher from Backend.com. The video explains very clearly. Starting from the most basic database construction, it will lead everyone to gain in-depth knowledge of the PHP framework system.
Course Intermediate 39733
Course Introduction:Want to improve your development efficiency? Let you use Laravel9, the most popular high-efficiency framework in the PHP world; do you want your code to be more like an artist's work? Let’s take you through Laravel9, a PHP framework specially built for web craftsmen. This course will start from scratch and teach you to use the world's most popular PHP framework to develop any project, and save you a lot of development and maintenance time. What are you waiting for? Get in the car! (Note: The course is still being recorded and updated... activate now to enjoy the original price)
Course Intermediate 4509
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 28751
Course Introduction:"Vue2.0 Getting Started and Learning Practical Project Video Tutorial" It is also very important to learn Vue.js well. Vue.js is a progressive framework for building data-driven web interfaces. The goal of Vue.js is to achieve it through the simplest possible API. Reactive data binding and composed view components.
Course Elementary 177972
Course Introduction:"Little Turtle's Zero Basics Learning Python Video Basics" is an introductory tutorial for Python development. It will introduce the characteristics and scope of application of the Python language, Python's basic data types, conditional judgments and loops, functions, and Python's unique slicing and List expression. Hopefully this python tutorial will get you started quickly and write simple Python programs.
Course Advanced 9625
Course Introduction:"In-depth Learning of Image Upload Function Example for PHP Development" introduces the development of image upload function.
Course Elementary 2976
Course Introduction:This course is the last stage of our overall zero-based course. It is an improvement and synthesis based on the previous stages one and two. We will learn the popular front-end development basic Vue technology stack and the basic knowledge of uniapp, and prepare small cases for everyone after each small knowledge point, so that what we have learned can be used immediately, combined with the usage scenarios, and integrated.
Course Intermediate 5503
Course Introduction:Node.js is an open source and cross-platform JavaScript runtime environment. It's a popular tool that can be used for almost any project! Node.js provides a set of asynchronous I/O native functions in its standard library (to prevent JavaScript code from blocking), and libraries in Node.js are generally written using a non-blocking paradigm (thus making blocking behavior Be the exception rather than the norm).