Add dynamic parameters to vue wechat sharing link

When sharing wechat, the carrying parameters of sharing link may not be fixed. You need to know that this is the basic code for dynamically setting sharing link before sharing, which is not so detailed, but the general process is as follows 1. Install and reference jssdk npm install --save weixin-js-sdk const wx=require('weixin-js-sdk') ...

Added by Dilb on Thu, 21 Nov 2019 16:23:22 +0200

Android access wechat sharing

I. preparations Wechat open platform account registration - > Wechat open platform Create an application and fill in the application information as required (pay attention to the signature of the application package here. The appid obtained by using the signature of the debug package can only be used by the debug package, ...

Added by ace_lovegrove on Thu, 14 Nov 2019 21:29:28 +0200

wangEditor3.X directly transmits files (pictures) to ali oss, supports ctrl+v and drag upload

Preface Recently, I arrived at a new company, just to meet the needs of image upload. Some of the previous image uploads are from the front end to the back end, and then the back end is uploaded to the server, or using 7niu cloud. This time, Alibaba oss, which is used by the company in a unified way, hasn't been used. I went online and looked u ...

Added by elementaluk on Mon, 11 Nov 2019 16:19:04 +0200

[Android 9.0] the usbhost module in the system/core cannot output log to logcat

Phenomenon: the native Android 9.0 SDK, system / core / libushost is the module used by usb module to communicate with the driver. When debugging, you want to output log to logcat, turn on the debugging switch to recompile the code, and report the error of "undefined reference to '" FAILED: out/soong/.intermediates/system/core/libusb ...

Added by shahansudu on Sun, 10 Nov 2019 18:36:01 +0200

ArcGIS API for JavaScript 4.6 2DmapView annotation

ArcGIS API for JavaScript 4.6 2DmapView map annotation When using ArcGIS for annotation a while ago, we found that according to the LabelClass provided in the sdk, map annotation could not be realized. After careful inspection, we found that LabelClass does not support mapView of 2d map. However, it has to find a way ...

Added by mrwutang on Sat, 09 Nov 2019 20:32:59 +0200

Android LocationManager obtains longitude and latitude information

Article directory I. positioning introduction Two, code 1. Instantiate LocationManager 2. Processing runtime permissions 3. Start request location 4. Positioning monitor 5. Update positioning III. Demo download I. positioning introduction You can also use Android without using the third-party map SDK Its own ...

Added by bunner bob on Sun, 03 Nov 2019 02:22:17 +0200

Building the first distributed project

I. create project guli Create a new folder in the working directory guli Select File - Open in idea and select this folder II. Create a Guli framework parent 1. Create parent project Create module under project guli: use spring initializer to quickly initialize a Spring Boot module, version: 2.0 ...

Added by BostonMark on Sun, 27 Oct 2019 10:09:11 +0200

Smaphor (Signal) Realization of Current Limiter

Semaphore semaphore The semaphore was used before the pipeline was put forward. Semaphore model One counter, one waiting queue, three methods. Counters and waiting queues are transparent to the outside world, so they can only be accessed through three methods provided by the semaphore model: init (), down (), up (). init(): Sets the initial v ...

Added by pt4siek on Sat, 05 Oct 2019 20:49:41 +0300

An Example of Node JS SDK for Communication between M2M Devices Based on Topic Message Routing

Summary M2M (Machine-to-Machine) is an end-to-end communication technology. This chapter takes Node JS SDK as an example, uses Topic message routing based M2M device-to-device communication, mainly introduces how to build a M2M device-to-device communication architecture based on the Internet of Things platform. Experimental steps Part I: Conf ...

Added by lettie on Sat, 05 Oct 2019 17:56:27 +0300

Spring Boot integration alipay4j

Alipay4j SDK For Java Development platform SDK for Java live or payment developers. Official website http://www.alipay4j.com/ (Da Jianzhong, if you have PHP development engineer, please contact my mailbox 15213595272@163.com) Introductory video Coming soon Project introduction alipay4j de ...

Added by philipreed on Tue, 01 Oct 2019 22:42:01 +0300