Course Advanced 85911
Course Introduction:WeChat mini program is an application that does not require downloading and installation. It realizes the dream of having applications "at your fingertips". Users can open applications by scanning or searching. It also embodies the concept of "use and go", and users do not need to worry about installing too many applications. WeChat "mini programs" can provide developers with WeChat-based development components such as forms, navigation, maps, media, and location, allowing them to build an HTML 5 application in WeChat web pages. At the same time, WeChat has also opened interfaces such as login and WeChat payment, so that this "mini program" can be connected with the user's WeChat account.
Course Intermediate 25391
Course Introduction:"WeChat Mini Program Development Video Tutorial" This course was recorded by the backer. WeChat Mini Program is an application that can be used without downloading and installation. It realizes the dream of "within reach" of applications. Users can scan or search Open the app in one click.
Course Intermediate 8808
Course Introduction:This set of video tutorials uses project-driven explanations, using NetEase Cloud Music as the prototype for project construction, using NetEase Cloud Music's real API interface data, and the final effect is consistent with the NetEase Cloud Music App, achieving true enterprise-level project explanations. The content ranges from basic to advanced, covering all knowledge points commonly used in small programs, including: events, data binding, routing, custom components, custom templates, music playback, video playback, performance optimization, and subcontracting operations before the project goes online. After studying this set of video tutorials, you can quickly get started with small program development and truly go from beginner to proficient!
Course Advanced 43167
Course Introduction:"Advanced Video Tutorial on WeChat Mini Program Development" This course mainly talks about the use and analysis of some advanced APIs for developing WeChat mini programs. If you don't understand the WeChat mini program interface or want to know more about it, you can watch this tutorial video. ! ! It can help us better develop WeChat applets, etc.
Course Elementary 11354
Course Introduction:WeChat Mini Program provides a simple and efficient application development framework and rich components and APIs to help developers develop services with native APP experience in WeChat. This course introduces the development language, framework, capabilities, debugging, etc. of mini programs in detail, helping developers quickly and comprehensively understand all aspects of mini program development.
Course Intermediate 3680
Course Introduction:This course is reproduced from bilibili Luffy Academy IT: https://www.bilibili.com/video/BV1Xy4y1s792
Course Elementary 25374
Course Introduction:"Video Tutorial on Easily Playing with WeChat Mini Program Development and Production" will take you from the most basic environment construction, configuration, API use to the complete process of developing an app. Each chapter will involve different knowledge points, and other tutorials After studying, you will not only master all the knowledge of small program development, but also have the development experience of a complete product! Learning by doing is the best and fastest way for developers to learn.
Course Intermediate 25146
Course Introduction:Use uniapp in 60 minutes to copy the WeChat applet Ele.me homepage layout 1 to 1. The core knowledge points of this live broadcast are as follows: 1. How to achieve flexible adaptation of the mini program status bar 2. Clever use of sticky positioning in the search box 3. Single-page component development of Ele.me homepage 4. Mini program adaptive screen size unit rpx conversion 5. Mescroll-body implements exquisite local area scrolling to make pull-down refresh smoother and silkier. 6. Use of carousel chart swiper component 7. How to correctly reference font icons in uniapp 8. How to obtain current location information when ordering takeout
Course Elementary 13747
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 82261
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 13131
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 24578
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 27436
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 57886
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 87568
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 21043
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.
Course Elementary 17785
Course Introduction:"Memcached Command Operation Manual" is the latest official Memcached online reference manual. In this Memcached document, various Memcached operation commands are provided with Chinese explanations. You will learn how to use Memcached to reduce database load and improve performance. It is a must-have online query reference document tutorial for Memcached learners and users!
Course Elementary 9833
Course Introduction:"XSLT Tutorial" XSL refers to the EXtensible Stylesheet Language (EXtensible Stylesheet Language), which is a stylesheet language for XML documents. XSLT refers to XSL Transformation. In this tutorial, you will learn how to use XSLT to transform an XML document into another document, such as XHTML.
Course Elementary 9161
Course Introduction:"XQuery Tutorial" XQuery is to XML what SQL is to databases. XQuery is designed to query XML data.
Course Elementary 8601
Course Introduction:XLink defines a standard way to create hyperlinks in XML documents. XPointer allows these hyperlinks to point to more specific parts (fragments) in the XML document.