Course Intermediate 12723
Course Introduction:This practical project was developed using the popular front-end and back-end separation method. The front-end uses uniapp, and the back-end uses tp6.0 to provide interface data. To study this course, you need to have a certain Vue foundation and PHP foundation, and be familiar with the use of the thinkphp framework. ~
Course Intermediate 8067
Course Introduction:Realize the packaging of the project, talk about several ways to develop mobile apps, use HBuliderX to package mobile websites into mobile apps, talk about the role of defineProperty, talk about the difference between server-side rendering and client-side rendering, understand the role of Nuxt, understand The role of asyncData.
Course Advanced 11894
Course Introduction:In the era of separation of front-end and back-end, using PHP to develop APP back-end API (interface) is the choice of many companies. However, the traditional PHP development API does not systematically develop PHP as an engineering project, and does not clarify the responsibilities of each module. Therefore, this course relatively proposes a more general method of PHP development API, which is simply input from the API. Output, API authentication, business exception handling and other modules to describe each module of the API and the relationship between each module
Course Intermediate 16943
Course Introduction:Flutter is Google's mobile UI framework that can quickly build high-quality native user interfaces on iOS and Android. Demo source code: https://gitee.com/hbwangz/wangz-flutter-demo; dio test interface document: http://api.td0f7.cn:8083/dio/doc.html; Project actual source code: https://gitee.com/hbwangz/zhaoxiaowu_app.git
Course Advanced 22945
Course Introduction: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 Intermediate 11128
Course Introduction:This course is a uni-app zero-based to project practical course. uni-app is easy to get started and can quickly develop small programs, h5, Android, and ios applications. To study this course, you need to have a basic knowledge of Vue before continuing. Of course, those who want to learn mini programs are also recommended to study this course. After learning uni-app, you can also quickly get started with native mini programs.
Course Intermediate 34291
Course Introduction:Charity live broadcast time: 19:30-21:30 pm on November 25, 2020, communication QQ group: 916808767, and there will be a mysterious lottery, so stay tuned! This public welfare live broadcast course uses the uniapp framework to write the tabbar of the WeChat app, allowing users to pull down to refresh and pull up to load~
Course Intermediate 21974
Course Introduction:uni-app is a framework that uses Vue.js to develop all front-end applications. Developers write a set of codes that can be published to iOS, Android, Web (responsive), and various small programs (WeChat/Alipay/Baidu/Toutiao/ QQ/DingTalk/Taobao), Quick App and other platforms. The basic introductory course of uni-app allows novice uni-app developers to quickly become familiar with and use the uni-app framework to develop simple cross-end applications~
Course Intermediate 6581
Course Introduction:Course content: Chapter 1 Basic Operation of Figma Chapter 2 Icon Drawing Practical Project Chapter 3 APP Project Practice Course Highlights: 1. The most comprehensive and simplest Figma introductory course on the Internet. 2. The explanation is from shallow to deep, without nonsense, and teaches the most practical techniques in the shortest time. 3. Use the real needs of first-tier manufacturers to drive knowledge learning, making it clearer, more efficient and more practical. 4. With a large number of case operations, even beginners can get started quickly.
Course Intermediate 10999
Course Introduction:Real commercial-level B2C e-commerce projects, real API data interfaces, say goodbye to simple case exercises and simulated data calls. Based on the vue family bucket (vue, vue-router, vuex), combined with the currently popular uniapp framework, the packaged output is implemented to implement a B2C client H5. Teach you how to code step by step and gain project experience. Suitable for novices and front-end engineers who lack project experience.
Course Advanced 8802
Course Introduction:First, we systematically explain the HarmonyOS application development technology, including HarmonyOS system architecture, Ability framework, UI framework, and permission management. On this basis, we combine the background data interface of the "Fengmi Mall" e-commerce project to analyze the HarmonyOS mobile application business process. Design UI prototype and gradually complete the implementation of core business.
Course Intermediate 11722
Course Introduction:"HTML5 plus Runtime Developing APPs to Call Native Components" provides a detailed tutorial on how to use HTML5plus Runtime to develop APPs to call native components. Friends in need can refer to it!
Course Elementary 3101
Course Introduction:This course is designed for students with a certain foundation in front-end development. This course will teach how to combine the front-end uniapp framework and the back-end ThinkPHP framework to develop feature-rich and high-performance full-stack APP applications. Students will learn how to use the uniapp framework to build cross-platform applications and combine it with the ThinkPHP framework to implement back-end data processing and interface development. Through this course, students will master the key skills of full-stack APP development, allowing them to take a more professional step in the field of mobile application development.
Course Intermediate 7058
Course Introduction:From the website production process to project development, to project performance analysis and complete launch, this course will guide you step by step to complete a complete Meituan buying project. This course is a must-have front-end project for job hunting, salary increase, interview resume, and is full of useful information!
Course Elementary 13105
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 81571
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 12653
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 24103
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 26864
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 57389
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!