Introduction to WeChat Development (2) WeChat Mini Program Development Tool Usage and Design Specifications

Introduction to WeChat Development (2) WeChat Mini Program Development Tool Usage and Design Specifications

In this article you can learn: How to use mini program development tools to write a Hello World WeChat mini program design specifications WeChat mini program project structure

May 23, 2017 pm 03:21 PM
微信开发,开发工具,设计规范
Getting Started with WeChat Development (1) The Correct Way to Get Started

Getting Started with WeChat Development (1) The Correct Way to Get Started

This article is the first article in the series of getting started with WeChat Mini Programs. It mainly contains the following contents: 1. Tutorial arrangement 2. Mini Program background and application scenarios 3. Advantages and limitations of Mini Programs 4. Essentials for getting started

May 23, 2017 pm 03:14 PM
微信开发,正确方法
Introduction to the new drag component developed by WeChat - movableview

Introduction to the new drag component developed by WeChat - movableview

On the eve of the 520 holiday, the mini program made programmers restless again. It updated some attractive functions, such as content forwarding API, iBeacon API, vibration API, screen brightness adjustment API, etc., and also enhanced the functions of the map component. . In this update, a new UI component is also added, which is the view component movableview, which needs to be used together with movablearea. Simply put, it is a container that supports dragging content within a specified area.

May 23, 2017 pm 03:00 PM
微信开发,拖动组件,movableview
An introduction to several methods of passing and retrieving values ​​in WeChat development

An introduction to several methods of passing and retrieving values ​​in WeChat development

This article mainly introduces the relevant information summarized in several methods of transferring and obtaining values ​​​​in WeChat applet. Here are detailed explanations of these methods, with sample code attached. Friends in need can refer to it.

May 22, 2017 am 11:53 AM
微信开发,传值取值
Summary of the use of markup language (Markdown) introduction

Summary of the use of markup language (Markdown) introduction

Markdown is a markup language that can be written using an ordinary text editor. Through simple markup syntax, it can make ordinary text content have a certain format, thereby making the text easy to read and write, and enhancing readability. Therefore, Markdown is widely used in communication and learning websites with large amounts of text such as hexo personal blog, Github, and Coding. The following is the format commonly used in Markdown: 1. Title There are six levels of title, divided into level one, level two... to level five, level six, similar to the h1h6 tag in HTML,...

May 22, 2017 am 11:44 AM
Markdown,使用介绍
WeChat development demo and actual mall development

WeChat development demo and actual mall development

WeChat mini program mall development and real machine testing are useful! This example is purely written by myself. I have invaded and deleted it. I started writing the code. I specially share it as follows.

May 22, 2017 am 11:33 AM
微信开发,商城实战
WeChat Development Practical Zhihu Daily

WeChat Development Practical Zhihu Daily

Preface After reading so many introductions to mini programs, you must have a certain understanding of mini programs. This article will no longer focus on getting started. Now we will practice it through a Zhihu Daily mini program to deepen our understanding of the WeChat mini program API. By the way, you can read this article to get started, which contains a preliminary introduction to the use of tools: p/37dfcea4a2f8 Introductory Tutorial on WeChat Mini Program Development https://mp.weixin.qq.com/de...

May 22, 2017 am 11:26 AM
微信,开发实战,知乎日报
WeChat development: making a running WeChat applet

WeChat development: making a running WeChat applet

First published in my Preface I have put all the code on github weChatAppRun. You can download it to have a look or star it first. I will make some optimization updates in the future. Now it is just a learning demo for everyone to communicate and learn. The actual application needs more optimization. Text 1. Preparation 1. To register a mini program account, you must use an email address that has not registered a public account. 2. The registration process requires a lot of certifications. There are many certifications, which are relatively cumbersome. If it is just development and testing for the time being, without review or release, as long as the camp...

May 22, 2017 am 11:18 AM
微信开发,跑步微信,小程序
Detailed explanation of Flex layout for WeChat development

Detailed explanation of Flex layout for WeChat development

The WeChat applet page layout adopts Flex layout. Flex layout is a new solution proposed by W3c in 2009, which can realize various page layouts simply, completely and responsively. Flex layout provides the alignment, direction, and order of elements within a container, and they can even be dynamic or indefinitely sized. The main feature of Flex layout is the ability to adjust its child elements to fill the appropriate space in the most suitable way on different screen sizes. Features of Flex layout: scalable in any direction, left, right, down, up in style...

May 20, 2017 pm 04:40 PM
微信开发,Flex布局
Share an example tutorial on data decryption in WeChat development

Share an example tutorial on data decryption in WeChat development

Recently, I am using the thinkphp framework to write the server side of the WeChat applet. Maybe it is because of Virgo, so I downloaded a PHP WeChat decryption demo from the official website. It can be integrated into one class without much code, so I have to divide it into several. Classes were written. Considering that the thinkphp 5.0 framework seemed to be too painful for extended class references, it was integrated into a class for easy calling. Friends in need can download it. Baidu disk download address: https://pan.baidu.com/s/1kURMQ2b If necessary...

May 20, 2017 pm 04:19 PM
微信开发,数据解密
Post request for WeChat development pitfalls

Post request for WeChat development pitfalls

1.Post request wx.request(OBJECT) wx.request initiates an HTTPS request. A WeChat applet can only have 5 network request connections at the same time. The official website describes WeChat applet example. This request GET method is OK, and the header does not need to be added. But POST has a bigger problem. I use the following code for debugging (Code 1): Pay attention to the picture below, the prompt in the WeChat development tool: POST request will put the value of data in the Request Pa...

May 20, 2017 pm 04:09 PM
微信开发,Post请求
WeChat development personal account application process

WeChat development personal account application process

Compared with corporate accounts, personal accounts lack payment and other functions and are similar to personal subscription accounts. The mini program is open to individual developers to apply for registration. Individual users can visit the WeChat public platform, scan the QR code to verify their personal identity, and then complete the mini program account application and code development. Next, let’s talk about the application process for personal mini programs.

May 20, 2017 pm 04:05 PM
微信开发,帐号,申请流程
What should we pay attention to when developing WeChat?

What should we pay attention to when developing WeChat?

The rise of WeChat mini programs has given hope to many companies that cannot afford traditional APP development costs. Some companies shift their development focus on the basis of having technical teams and App development experience, while some companies use this WeChat mini program development tool that does not require direct generation of code for rapid development. So what should we pay attention to when developing WeChat mini programs?

May 20, 2017 pm 04:00 PM
微信开发,注意事项
Share an example tutorial on how to develop cash red envelopes on WeChat public accounts

Share an example tutorial on how to develop cash red envelopes on WeChat public accounts

Welcome to leave a message and forward WeChat speed development series of articles: Click here The previous articles introduced WeChat payment. Official account payment, WeChat scan code payment, card payment, WeChat payment This article will talk about the payment tool cash red envelope preparation work in WeChat merchants [Official Document] 1. Activate Cash Red Envelope Permissions Before using cash red envelopes, please go to Activate Cash Red Envelopes Function. Operation path: [Log in to WeChat Pay Merchant Platform -> Product Center -> Cash Red Packet -> Activate]. 2. Download the API certificate. When a merchant calls the WeChat red envelope interface, the server will authenticate...

May 19, 2017 pm 04:18 PM
微信开发,现金红包

Hot tools Tags

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

vc9-vc14 (32+64 bit) runtime library collection (link below)

vc9-vc14 (32+64 bit) runtime library collection (link below)

Download the collection of runtime libraries required for phpStudy installation

VC9 32-bit

VC9 32-bit

VC9 32-bit phpstudy integrated installation environment runtime library

PHP programmer toolbox full version

PHP programmer toolbox full version

Programmer Toolbox v1.0 PHP Integrated Environment

VC11 32-bit

VC11 32-bit

VC11 32-bit phpstudy integrated installation environment runtime library

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Hot Topics

Java Tutorial
1662
14
PHP Tutorial
1261
29
C# Tutorial
1234
24