Home >WeChat Applet >Mini Program Development >10 recommended articles about developing applications
WeChat application account (mini program, the new name of [application account]) is finally here! Everyone must be concerned about what the final form of the application account will look like? How to transform a [Service Account] into a [Mini Program]? Before you start developing an application account, take a look at the official [Mini Program] tutorial! Yingqu Technology, a WeChat mini program development company, will take you through the initial creation of a WeChat mini program and experience the actual effect of the mini program on your mobile phone. 1. Obtain the AppID for WeChat applet development. First, we need to have an account. If you can see this document, we should have invited and created an account for you. Note that the AppID of the service account or subscription account cannot be used directly. Use the provided account to log in to the WeChat official website, and you can view the AppID developed by the WeChat applet in the website's [Settings] - [Developer Settings]. 2. To create a project, we need to use developer tools to complete mini program creation and code editing. After the developer tools are installed, open and use WeChat to scan the QR code to log in. Select Create [Project], fill in the AppID obtained above, set a local project name (not the applet name), and select a local folder as the directory for code storage,
1. A brief introduction to the development steps of WeChat mini program
##Introduction: WeChat application account (small Program, the new name of [Application ID]) is finally here! Everyone must be concerned about what the final form of the application account will look like? How to transform a [Service Account] into a [Mini Program]? Before you start developing an application account, take a look at the official [Mini Program] tutorial! Yingqu Technology, a WeChat mini program development company, will take you through the initial creation of a WeChat mini program and experience the actual effect of the mini program on your mobile phone. 1. Obtain the AppID for WeChat applet development. First, we need to have an account. If you can see this document, we should have invited...
2. C# Summary of the conceptual system
## Introduction: 1. What is .Net.Net is launched by Microsoft An application development platform for building and running the next generation of Microsoft Windows and Web applications. 2. .Net core technology .Net Framework: The core of the .Net platform core, providing a basic framework for the operation of applications under the .Net platform. .Net Enterprise Server: part of Microsoft's technical services for enterprises, including various development toolkits. Building module service: COM+ component service and XML Web service technology provided by Microsoft use building module service to develop application modules, which can quickly assemble a fully functional software. Visual
3.
ES6 new features development WeChat applet (1)
Introduction: ECMAScript 6 (ES6 for short) is the latest standard for the JavaScript language. Because the current version of ES6 was released in 2015, it is also called ECMAScript 2015. WeChat applet supports most of the new features of ES6. C...
4.
C# Use Xamarin to develop applications--switch Activity
Introduction: C# Use Xamarin to develop applications--Switch Activity
##5.
C# Use Xamarin to develop applications--Alert BoxIntroduction: C# uses Xamarin to develop applications--Alert Box
6.
C# Use Xamarin to develop applications--list+search## Introduction: C# uses Xamarin Development application--list+search
7. C# Development of WeChat Portal and Application (5)--User Group Information Management
##Introduction: Last month I introduced the development of WeChat portals and applications in C#, and wrote several essays to share. Due to time constraints, I did not continue writing this series of blogs for a while. , it is not that we have stopped researching this aspect, but we continue to explore this technology in depth, and focus on the development of the underlying technology for better application. This article continues the introduction of the previous article, mainly introducing the development and application of group management. The content of this article and the previous article serve as a complete combination of user information and group information management.
8. WeChat public platform development custom menu function development
##Introduction: WeChat public platform service accounts and subscription accounts that have successfully applied for internal testing qualifications have the function of customizing menus. Developers can use this function to add a custom menu to the bottom of the public account's conversation interface. Users can click on the options in the menu to bring up the corresponding reply information or web link. The customized menu interface will provide more possibilities for the information display space of public accounts. This article will do a simple development application for custom menus for readers’ reference.
9.
WeChat Mini Program Example Tutorial (1)
Introduction: Before starting to develop an application account, let’s take a look at the official “Mini Program” tutorial! (The following content comes from WeChat’s official “Mini Program” development guide) This document will take you step by step to create a WeChat mini program, and you can experience the actual effect of the mini program on your mobile phone. The home page of this mini program will display the welcome message and the current user's WeChat avatar. Click on the avatar to view the startup log of the current mini program in the newly opened page.
10.
PHP development framework Yii Framework tutorial (3) Adding logs to the application
Introduction: In the process of developing applications, debugging is also a very important link. In addition to the real-time debugging supported by IDE (such as VS.PHP or the debugging function supported by IDE), adding Appropriate debugging information is also a very useful method. Anyone who has developed Java or .Net applications is familiar with log4XX. Yii Framework also provides a similar Log function, Yii::log, which appears as a built-in component of CWebApplication. of. It can be configured through a configuration file (the configuration in Yii is usually protected/config/main.php).
[Related Q&A recommendations]:
How to teach yourself iOS developmentC#WPF WebBrowser Load resource HTML pagephp - Make a third-party WeChat development application to obtain the user's unique IDCan I ask why my mysql local non-root cannot connect but Can it be done remotely?
The above is the detailed content of 10 recommended articles about developing applications. For more information, please follow other related articles on the PHP Chinese website!