Home  >  Article  >  WeChat Applet  >  10 recommended articles about official tutorials

10 recommended articles about official tutorials

黄舟
黄舟Original
2017-06-15 11:40:481678browse

This tutorial is the first of the WeChat mini program development tutorials. I will briefly introduce some basic knowledge related to WeChat mini program development. Obtain AppID. If you are an invited developer, we will provide you with an account. Use Log in to mp.weixin.qq.com with the provided account, and you can view the AppID of the WeChat applet in the website's "Settings" - "Developer Settings". Note that the AppID of the service account or subscription account cannot be used directly. The above content comes from WeChat’s official tutorial. According to WeChat official statement, only 200 AppIDs are currently open (bloggers naturally don’t have any). But don’t worry, AppID will only have an impact when we need to upload the program to a real machine. In most cases, it will not affect our learning and development of WeChat applets. Obtain development tools WeChat has released a development tool specifically for developing WeChat mini programs. You can download it from WeChat Development Tools. WeChat has released three versions: windows64, windows32, and mac. You can download the corresponding version and install it. The window64 version installed by the blogger, subsequent tutorials will be based on this version. Installation completed

1. First introduction to the basics of WeChat applet development (1)

10 recommended articles about official tutorials

Introduction: This tutorial is the first of the WeChat mini program development tutorials. I will briefly introduce some basic knowledge related to WeChat mini program development. Obtain AppID. If you are a developer who has received an invitation, We will provide an account. Use the provided account to log in to https://mp.weixin.qq.com. You can view the AppID of the WeChat applet in the "Settings" and "Developer Settings" of the website. Please be careful not to Directly use the service account or the AppID of the subscription account. The above content comes from WeChat’s official tutorial. According to WeChat official...

2. Yii Framework Official Tutorial Supplement 45 - Special Topic: Logging

10 recommended articles about official tutorials

Introduction: Yii provides a flexible and scalable logging function. The recorded logs can be classified by log level and information classification. By using level and category filters, selected information can be further routed to different destinations, such as a...

3. Yii Framework Official Tutorial Supplement 6——Basic knowledge: application, components, configuration, life cycle

10 recommended articles about official tutorials

##Introduction: Application refers to request The execution context being processed. Its main task is to analyze user requests and dispatch them to the appropriate controller for further processing. It also serves as a service center, maintaining application-level configurations. In view of this, the application is also called...

4. Yii Framework Official Tutorial Supplement 5 - Basics: Entry Script

10 recommended articles about official tutorials

Introduction: The entry script is the initial boot PHP script that handles the user. It is the only PHP script that end users can directly request execution. In most cases, the entry script of a Yii application contains a simple script like the following: //In a production environment...

5. Yii Framework Official Tutorial Supplement 4 - Basic knowledge: Model-View-Controller (MVC)

10 recommended articles about official tutorials

Introduction: Yii uses The Model-View-Controller (MVC) design pattern is widely used in web development. The goal of MVC is to separate business logic from user interface considerations so that developers can more easily change each part without affecting its...

6. Yii Framework Official Tutorial Supplement 3 - Getting Started: Creating the First Yii Application

10 recommended articles about official tutorials

Introduction: In order to have a preliminary understanding of Yii, we will describe in this section how to build the first Yii application. We will create a new Yii application using yiic (command line tool). Gii (a powerful web-based code generator) for specific tasks...

7. Yii Framework Official Tutorial Supplement 2 - Getting Started: Installing the Yii Framework

10 recommended articles about official tutorials

Introduction: Yii installation consists of the following two steps: Download the Yii framework from yiiframework.com. Unzip the Yii compressed package to a web-accessible directory (such as your web root directory /www/wwwroot/). Mention...

8. Yii Framework Official Tutorial Supplement 1 - Getting Started: What is Yii

10 recommended articles about official tutorials

Introduction: Yii is a high-performance component-based PHP framework for rapid development of large-scale Web applications. It maximizes reusability in web development and can significantly increase the speed of your web application development. The name Yii (pronounced Yi (Yee)&n...

9. About the use of ZendSession in Zend Framework 2, zendframework_PHP tutorial

Introduction: About the use of ZendSession in Zend Framework 2, zendframework. About the use of ZendSession in Zend Framework 2, zendframework has always been confused about the use of zendSession. This is the Chinese version of ZendSession’s official tutorial, http:/ /zend-framework-2.ya

##10. About the use of ZendSession in Zend Framework 2, zendframework

Introduction: About the use of ZendSession in Zend Framework 2, zendframework. About the use of ZendSession in Zend Framework 2, zendframework has always been confused about the use of zendSession. This is the Chinese version of the official tutorial of ZendSession, http://zend-framework-2. ya

##[Related Q&A recommendations]:

php - WeChat interface configuration token verification failed

#. ##The python extension module written by swig under the Windows platform cannot be used when copied to other computers. How to solve the problem?

##linux - The sh lanmp.sh command is invalid when installing the official version of wdCP v3. What should I do? Solution?

javascript - angular 2 minimum dependency problem

javascript - I copied an example of vue, why the v-for attribute cannot be used Woolen cloth?

The above is the detailed content of 10 recommended articles about official tutorials. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn