search
Summary of container component function definitions and usage

Summary of container component function definitions and usage

This article mainly introduces the detailed explanation of the WeChat applet view container component and the relevant information of the example code. Here is a detailed introduction to the basic knowledge and a simple example code. Friends in need can refer to the detailed explanation of the WeChat applet view container component: There are three view container components provided by the mini program: </view>, </scroll-view> and </swiper>: 1. </view> view container </view> is equivalent to in HTML </p&..

Jun 13, 2017 pm 02:27 PM
Summary of radio function definitions and usage

Summary of radio function definitions and usage

Baidu search problem: Recently, I am trying to build an online music station, similar to Douban. The links for online search are roughly the following: Link search.php User page.php Player.swf Data reception.js The js used is The ajax and json links use Baidu mp3 interface http://box.zhangmen.baidu.com/x?op=12&count=1&title=Title$$Singer$$$ The acquisition method is file_ge...

Jun 13, 2017 pm 02:20 PM
Recommended 10 commonly used ways to send messages, welcome to download!

Recommended 10 commonly used ways to send messages, welcome to download!

This article uses a small example to simply demonstrate how to use the Huanxin SDK to send and receive messages in the WeChat applet. After downloading the demo from the official website, copy the files in the entire utils directory to the directory of our own project. In WebIMConfig.js, replace the AppKey with the key of your own application. The interface is simply composed of an input box and a button. Click the button to send a message. Import WebIM.jsvar WebIM = require('../../utils/WebIM.j...

Jun 13, 2017 pm 02:20 PM
What is native? Summary of Native usage

What is native? Summary of Native usage

The WeChat mini program was released or leaked, and was brushed aside in the Internet circle. Many people are shouting that this is another great victory for HTML5, but is this really the case? As more details are revealed, we learn that WeChat mini programs are based on technologies similar to React Native. React Native is not strictly an HTML5 technology. On the mobile side, HTML5 technology is approximately equal to hyper. Its biggest feature is that it is based on the browser kernel...

Jun 13, 2017 pm 01:08 PM
10 recommended courses on UI components

10 recommended courses on UI components

On the eve of the 520 festival, the programmers were restless and updated some very attractive features, such as the content forwarding API, Ibeacon API, vibration API, screen brightness adjustment API, etc., which also enhanced the function of the map component function . In this update, a UI component is also added, which is the view component Movable-View, which needs to be used with Movable-Serea. In simple terms, it is a container that supports the content in the designated area. Let's look at a simple example: & lt; movable-a ...

Jun 13, 2017 am 11:06 AM
10 recommended courses on WeChat ID

10 recommended courses on WeChat ID

1. WeChat background settings 1. Add test authorization directory and test whitelist: In the WeChat background, set the test authorization directory, such as xxx.sinaapp.com/example/, and add your WeChat ID to the test whitelist. Note that the "personal WeChat ID" here is neither a QQ account nor a personal nickname. It is the string in the "WeChat ID" field in the "Me" interface after logging in to WeChat. It doesn't matter whether the payment authorization directory is set up or not, because we are just testing. 2. Set the web page authorization domain name for the list content: Go to "Developer Center/Interface Permission Table/Web Page Account/Web Page Authorization Obtain..."

Jun 13, 2017 am 10:53 AM
Summary of related articles on WeChat enterprise account development

Summary of related articles on WeChat enterprise account development

When the user clicks on the application to jump to the URL we set, it does not actually bring any user information. In order to obtain user information, we need to use the OAuth2.0 interface provided by WeChat. Obtaining user information is divided into two steps: constructing a URL to obtain the code and obtaining member information based on the code. 1. Constructing a URL to obtain the code. If an enterprise requires employees to bring their identity information when jumping to the enterprise webpage, the following link must be constructed: https:// open.weixin.qq.com/connect/oauth2/authorize?...

Jun 13, 2017 am 10:53 AM
Summarize the points to note about the form component

Summarize the points to note about the form component

This article mainly introduces relevant information about the detailed explanation of the form component of the WeChat applet. Friends who need it can refer to the following form: enter the <switch/> <input/> <checkbox/> < ;slider/> <radio/> <picker/> Submit main attributes: Rendering: ml:<!--Avatar--><

Jun 13, 2017 am 10:20 AM
4 recommended articles about scroll-view components

4 recommended articles about scroll-view components

This article mainly introduces the relevant information about the example code of the scroll-view component of the WeChat applet to implement the list page. Introduction to the scroll-view component scroll-view is a scrollable view component provided by the WeChat applet. Its main function is to be used for mobile phones Pull-up loading is often seen on the mobile terminal. Friends who need it can refer to the scroll-view component introduction. scroll-view is a scrollable view component provided by the WeChat applet. Its main function is to be used to do what is often seen on the mobile terminal. Pull up to load and pull down to refresh the list page! Next...

Jun 13, 2017 am 10:19 AM
A brief discussion on the summary of WeChat protocol

A brief discussion on the summary of WeChat protocol

WeChat web protocol analysis (WeChat web version wx2.qq.com) 1. Open the homepage, assign a random uuid, 2. Obtain the QR code image based on the uuid. 3. Scan the picture on the WeChat client and confirm the login on the client. 4. The browser keeps calling an interface. If the login is returned successfully, the login interface is called. 5. At this time, the contact list can be obtained and messages can be sent. Then continuously call the synchronization interface. 6. If the synchronization interface returns, you can obtain new messages and then continue to call the synchronization interface. Source code address: github.com/biezh...

Jun 12, 2017 pm 04:05 PM
Summary of some program examples

Summary of some program examples

This article mainly introduces the example of WeChat applet displaying json data to the applet through the API interface. The editor thinks it is quite good, so I will share it with you now and give it as a reference. Let’s follow the editor and take a look. An important knowledge prerequisite for implementing Zhihu client is to know how to display data on the WeChat applet through the interface of Zhihu News. So let’s first learn how to display the data obtained by the interface on the WeChat applet. 1. Knowledge points used<1> wx.request requests interface resources (WeChat applet...

Jun 12, 2017 pm 03:05 PM
A brief discussion on the core architecture design of chat interface

A brief discussion on the core architecture design of chat interface

This article uses a small example to simply demonstrate how to use the Huanxin SDK to send and receive messages in the WeChat applet. After downloading the demo from the official website, copy the files in the entire utils directory to the directory of our own project. In WebIMConfig.js, replace the AppKey with the key of your own application. The interface is simply composed of an input box and a button. Click the button to send a message. Import WebIM.jsvar WebIM = require('../../utils/WebIM.j...

Jun 12, 2017 pm 02:36 PM
Recommended 10 view container source codes (collection)

Recommended 10 view container source codes (collection)

View component description: View container is the same as p in HTML code. It can wrap other components or be wrapped inside other components. It is relatively free to use and has no fixed structure. Usage of view component: wxml code of sample project: [XML] Plain text view Copy code <view class="btnGroup&am

Jun 12, 2017 pm 02:04 PM
10 recommended articles about WeUI

10 recommended articles about WeUI

What is WeUI? WeUI is a basic style library customized for mini programs by the official design team in compliance with WeChat visual design specifications. We put WeUI in the basics here because WeUI is an official product, and after the IDE update on October 28, the IDE cannot recognize and reference css, and it also blocks the acquisition of style files from the network, drawing a clear line with css. 》》》 How to introduce WeUI and download WeUIweui.wxss. Note that it is in the [weui-wxss/dist/style/] directory, not [weui-wxss...

Jun 12, 2017 pm 01:57 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