The uniapp project introduces wechat JSSDK and encapsulates it for use

1. Introducing wechat JSSDK In fact, I've studied this step for a long time. vue can import external cdn resources. However, in uniapp, at present, I don't know how to configure relevant files. It seems that it doesn't work according to vue's method. Still, I haven't found the right method. Friends who know can leave a message and tell ...

Added by luckybob on Sat, 22 Jan 2022 18:17:22 +0200

How to gracefully introduce Shence Web JS SDK

backgroundIn the past, the company used GrowingIo embedded sites to introduce the Web JS SDK provided by it into each project. However, recently, due to the expiration of the service life and some other considerations, it is ready to use Shence for data embedding and data analysis. Therefore, it is necessary to remove the GrowingIo Web JS SDK i ...

Added by Belleanme on Sat, 22 Jan 2022 10:03:25 +0200

Open source C# WPF Control Library - newbeecoder UI User Guide

introductionIn the past, winform software was often used. The system comes with some simple controls. The style and appearance are relatively single, and the extended functions and styles are not very complete. However, when developing with wpf, there are few similar open source components, and slightly better ones are charged.Newbeecoder.UI op ...

Added by rlgriffo on Thu, 23 Dec 2021 00:34:48 +0200

Android implements request HTTP authentication

These days, the development of external SDK, can achieve landing, payment.Similar to developing a set of QQ, WeChat third party login.The authorization protocol used is OAuth 2.0.Among them, Http Authentication is used, and you can consult the online materials. There are all kinds of answers, some don't know if they have been verified, and some ...

Added by ekalath on Fri, 10 Jul 2020 17:54:48 +0300

100% Perfect Friend Sharing

Step 1: go Federation Official Website Register an account to create an application (the application name matches the project name), a detailed step you can refer to Friends QQ Login Skipping this time, text Import jar package add permission <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-p ...

Added by parag on Fri, 03 Jul 2020 18:09:04 +0300

v.douyin.com And t zijieimg.com Tiktok official shortening interface generation method

Because of the company's business relationship, I find a way to shorten the interface generation from the tiktok open platform. Two interfaces need to be called here. Packet capturing analysis is as follows: Tiktok tiktok tiktok SDK currently provides basic capabilities for voice / login / authorization and sharing to vibrate. Tiktok tiktok ca ...

Added by mkubota on Sun, 28 Jun 2020 05:33:18 +0300

Alipay app payment server access (certificate mode)

Alipay has paid a lot of access documents. Because of the key configuration error, it has been returning to the 4000 error code for a half afternoon. The overall development flow chart is as follows: 1. First create the APP and sign the APP payment capability Official documents: Preparation befo ...

Added by dujed on Sat, 27 Jun 2020 08:18:19 +0300

Packaging Helm diagrams using Operator technology and deploying them to K8S clusters

Preface In " Packaging and deploying complex applications to the k8s cluster using helm "In this article, we package the application as a chart with helm, which simplifies the deployment process. However, while helm supports Seamless Upgrades for Stateless Applications on the line of Basic Install, replacing the mirrored version to ta ...

Added by kevin_newbie on Fri, 19 Jun 2020 19:26:51 +0300

DPDK — RTE_LOG log module

catalog Article catalog catalog Log system of DPDK RTE_LOG macro rte_log and rte_vlog function Log module initialization First stage initialization Second stage initialization Register a new log type Reuse existing log types Reference documents Log system of DPDK The dynamic type log system ...

Added by kf on Sun, 14 Jun 2020 03:57:57 +0300

How to identify and read American driver license information on Android devices

According to the American Association of motor vehicle managers (AAMVA https://www.aamva.org/DL-ID-Card-Design-Standard/ )According to the regulations of PDF417, the US driver's license uses PDF417 code, as shown in the following figure: Google Mobile Vision SDK The Google service supports driver license resolution. You can find the correspond ...

Added by alexdoug on Tue, 02 Jun 2020 18:32:15 +0300