Course Elementary 4420
Course Introduction:Consult WeChat: ycku_com; this course is a course for the Vue.js framework and Element UI component library. In this course, learners will gain an in-depth understanding of the basic concepts and core features of the Vue.js framework, and how to use the Element UI component library to build modern web applications. The course content covers the basic knowledge of Vue.js, component development, state management, routing, and the use and customization of Element UI components. Through this course, learners will be able to master the skills of using Vue.js and Element UI to build responsive, interaction-rich web applications, laying a solid foundation for their career development in the field of front-end development.
Course Advanced 17450
Course Introduction:"Shangxuetang IOS-UI Video Tutorial" introduces the detailed knowledge points of front-end UI in IOS development. It basically achieves full coverage. All the knowledge points you want to know are in this video. Now explain, practice and teach Practice without delay, so that you can learn without realizing it.
Course Elementary 28038
Course Introduction:This course will teach you a classic modular front-end framework - layui, which is small in size, rich in components, and ready to use. There is no need to get involved in the complex configuration of various front-end tools. You only need to face the browser itself to achieve everything you want. Required elements and interactions. All in all, it’s easy to learn, great... Come and learn...
Course Elementary 19315
Course Introduction:According to the "jQuery UI Chinese Reference Manual", jQuery UI is a set of user interface interactions, special effects, widgets and themes built on the jQuery JavaScript library. Whether you're creating a highly interactive web application or just adding a date picker to a form control, jQuery UI is a perfect choice. jQuery UI contains many widgets that maintain state, so it is slightly different from the typical jQuery plug-in usage pattern.
Course Elementary 12973
Course Introduction:"Introduction to jQuery UI Framework Video Tutorial" This course describes the detailed process of jquery ui framework from downloading to using, and how to use it. It is a benefit for students who have not come into contact with the framework or students who want to come into contact with the framework! ! Let’s take a look! !
Course Intermediate 11062
Course Introduction:"Chuanzhi Podcast iOS-UI Basic Video Tutorial" is a free essence version of UI basic video carefully recorded by Chuanzhi Podcast iOS Academy. The feature of this video is that it ensures the completeness of knowledge points to a large extent. The starting point of the video is for those who have certain knowledge. OC basic students
Course Elementary 10814
Course Introduction:"Brothers Zhang Cheng UI Tutorial Bootstrap Video Tutorial" Speaker: Zhang Cheng, the course explains the application of the BootStrap framework. Each section starts with the most basic knowledge of BootStrap and learns the use of the Bootstrap framework.
Course Elementary 11760
Course Introduction:"Basic Video on UI Control Development for iOS Applications" is a free essence version of UI basic video carefully recorded by Chuanzhi Podcast iOS Academy. The feature of this video is that it ensures the completeness of knowledge points to a large extent. The starting point of the video is for people with a certain OC foundation. It was carefully designed and recorded by my classmates. Ensure that students can accept and understand the details of knowledge to a greater extent. The lectures should be easy to understand, humorous, and logically rigorous. Through studying this video, I believe you can easily master the knowledge of the UI part of iOS and lay a solid foundation for further learning iOS development.
Course Elementary 28098
Course Introduction:Including the use of PS tools, UI design basics, and business design elements, "16 Days to Get You Started with UI Video Tutorial" will help you quickly get started with UI design - 2019 IT Brothers New Video
Course Advanced 8538
Course Introduction:In "Commonly used libraries for front-end development—jQuery UI", jQuery UI is a set of user interface interactions, special effects, widgets and themes built on the jQuery JavaScript library. Whether you're creating a highly interactive web application or just adding a date picker to a form control, jQuery UI is a perfect choice. jQuery UI contains many widgets that maintain state, so it is slightly different from the typical jQuery plug-in usage pattern.
Course Advanced 17008
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 17724
Course Introduction:This course is an intensive course for Axure9. Through the explanation of various functions, operations, components, functions, etc. of Axure9 software, all users who are interested in Axure9 can fully understand and master the functions of the software, allowing users to have a new understanding of Axure9. and a relatively thorough understanding.
Course Elementary 13764
Course Introduction:Scala Tutorial Scala is a multi-paradigm programming language, designed to integrate various features of object-oriented programming and functional programming.
Course Elementary 82273
Course Introduction:"CSS Online Manual" is the official CSS online reference manual. This CSS online development manual contains various CSS properties, definitions, usage methods, example operations, etc. It is an indispensable online query manual for WEB programming learners and developers! CSS: Cascading Style Sheets (English full name: Cascading Style Sheets) is an application used to express HTML (Standard Universal Markup Language).
Course Elementary 13140
Course Introduction:SVG is a markup language for vector graphics in HTML5. It maintains powerful drawing capabilities and at the same time has a very high-end interface to operate graphics by directly operating Dom nodes. This "SVG Tutorial" is intended to allow students to master the SVG language and some of its corresponding APIs, combined with the knowledge of 2D drawing, so that students can render and control complex graphics on the page.
Course Elementary 24589
Course Introduction:In the "AngularJS Chinese Reference Manual", AngularJS extends HTML with new attributes and expressions. AngularJS can build a single page application (SPAs: Single Page Applications). AngularJS is very easy to learn.
Course Elementary 27445
Course Introduction:Go is a new language, a concurrent, garbage-collected, fast-compiled language. It can compile a large Go program in a few seconds on a single computer. Go provides a model for software construction that makes dependency analysis easier and avoids most C-style include files and library headers. Go is a statically typed language, and its type system has no hierarchy. Therefore users do not need to spend time defining relationships between types, which feels more lightweight than typical object-oriented languages. Go is a completely garbage-collected language and provides basic support for concurrent execution and communication. By its design, Go is intended to provide a method for constructing system software on multi-core machines.
Course Elementary 57890
Course Introduction:"Redis Command Operation Chinese Manual" is the latest official Redis online reference manual. Redis is an in-memory cache database. This manual contains various Redis operation commands with Chinese explanations. You will learn to master the efficient use of Redis in the data server. It is a must-have online query for Redis learning and users. Refer to the documentation tutorial!
Course Elementary 87574
Course Introduction:"Python 3 Tutorial" The 3.0 version of Python is often called Python 3000, or Py3k for short. This is a major upgrade compared to earlier versions of Python. In order not to bring too much burden, Python 3.0 was not designed with backward compatibility in mind. Python language is very simple and easy to use for beginners and to complete common tasks.
Course Elementary 21051
Course Introduction:"XML DOM Tutorial" XML DOM defines a standard method for accessing and manipulating XML documents. DOM treats an XML document as a tree structure, with leaves defined as nodes. If you want to use XML, you need to understand the XML DOM.