Secondary packaging of wechat applet Page and Component (in line with vue2's development habits)

preface I believe many developers who have developed wechat applets should know that wechat applets are very similar to vue in syntax, but there are some differences. This article will describe how to re encapsulate the Page constructor and Component constructor of wechat applets, and smooth out the differences between some wechat applets ...

Added by BinaryStar on Fri, 21 Jan 2022 00:48:25 +0200

Wechat interactive big screen dominating screen grabbing red envelope source code and required technology

At that time, the project was developed for a media company in mid-2019. It has many functions, but it does not involve many technical points. It may be the reason why customers need fewer functions. But it's still quite cumbersome, because there are many function points. Dominate the screen, grab red envelopes, interaction, crowdfunding, cash ...

Added by Integra_grrl on Thu, 20 Jan 2022 15:37:09 +0200

R329-opencv4_contrib - wechat QR code

R329-opencv4_contrib-wechat_qrcode The CV team of wechat has opened the wechat QR code scanning engine and has joined opencv4_contrib module, let's try it today. Install opencv_contrib In the previous tutorial, we only installed the python version of OpenCV (in fact, it can be used without installation, because the C + + version and python v ...

Added by HiddenS3crets on Thu, 20 Jan 2022 02:08:39 +0200

Wechat applet learning journey -- improving the pages page -- Font Icon, data binding, condition / list rendering, event / catch/bind and routing learning

Previously: Wechat applet learning journey - production of the first page Wechat applet learning journey - making your own applet based on zero - making the second page Introduction to wechat applet (3) We made the article section earlier. The simulated user collection articles and browsing times we made at that time used png format ...

Added by astaroth on Wed, 22 Dec 2021 06:04:58 +0200

Interaction of bullet screen, goods and keyboard in Android live broadcast, Android development environment

Realization idea ==== By monitoring the state of the keyboard and the state of the commodity card, the translation y animation is made for the bullet screen area. The implementation idea is very simple. There are some difficulties below Implementation method of monitoring keyboard state How to get the height of the keyboard Monitor keybo ...

Added by Prine on Sat, 18 Dec 2021 17:30:39 +0200

Exploration of wechat applet jump -- why does open label exist?

1. What are the ways to pull up applets? Wechat open label Applet link URL Scheme Applet link URL Link APP pull up applet 2. Examples of various approaches URL Scheme example URL Link and wechat open label example Looking at the second example and official documents, you can see that URL Link is the URL Scheme used outside wechat and th ...

Added by JMJimmy on Sat, 18 Dec 2021 14:49:51 +0200

Nail / wechat applet canvas handwritten signature, signature rotation

###Foreword Recently, the nail applet developed by the company requires handwritten signature. I wrote one. Let's see the effect first. Wechat applet can also be used. ####The first step is page layout I found an example of handwritten signature on the Internet, copied and modified it, and posted the code directly: //Layout code <view ...

Added by nineseveninteractive on Sat, 18 Dec 2021 05:03:41 +0200

Imitation [get things] wechat applet full tutorial (hands-on)

preface Recently, I'm learning wechat applet development, and I'm also working with two students to copy the wechat APP applet. Here I mainly share my learning process and some pits I have stepped on, hoping to help you. "I am an old programmer who has been engaged in Web front-end development for six years. At the beginning of this ...

Added by web_noob on Fri, 17 Dec 2021 14:03:25 +0200

Wechat applet one week introduction - conclusion - production of movie details page

Previously: Wechat applet learning journey - production of the first page Wechat applet learning journey - making your own applet based on zero - making the second page Wechat applet learning journey – improving pages page – learning Font Icon, data binding, condition / list rendering, event / catch/bind and routing Wech ...

Added by NerdConcepts on Fri, 17 Dec 2021 08:09:27 +0200

[fluent] wechat project practice [02] my interface construction

1. Write in front stay Last article Flutter's wechat actual combat project has been opened in, so let's continue to write the wechat actual combat project today, the construction of my interface! 2. What are you going to do today Last time, we built the basic framework of wechat. Today, we also built the switching of four pages. Today, we ...

Added by garethj on Thu, 09 Dec 2021 03:38:35 +0200