Introduction to Mapbox Android Learning Notes

brief introduction The Mapbox Maps SDK for Android is an open source toolkit for displaying maps in Android applications. Mapbox: https://docs.mapbox.com/android/maps/overview/ Reference resources: Introduction to Mapbox Android (I) install 1. Adding dependencies In the build.gradle file, ensure tha ...

Posted by jackinva on Sun, 04 Aug 2019 09:15:31 +0200

Teach you how to use vue to develop webpage wechat sharing function

First of all, you will have vue. Second, you will have Wechat Public Number 1. Appid 2. The key is equivalent to your Wechat Authentication ID Card. No nonsense!! The following direct approach Look at this first without a public number Public Number Opens Course Look at your id in the basic configura ...

Posted by kincet7 on Fri, 02 Aug 2019 07:46:57 +0200

Summary of the Experience of element Upload Component el-upload

Preface Recent background management projects, the use of the _____________ vue-element-admin Uploading pictures is a very common function, but also encountered many problems, just take this opportunity to do some summary. The list of questions that will be raised in the preliminary summary is as follows: el-upload custom upload method Picture ...

Posted by fleabel on Mon, 29 Jul 2019 06:07:24 +0200

An Excerpt of Android Confusion

Write in front Dear friends and relatives, brothers and sisters of CSDN, I want to kill you! Here should be applause, disappeared nearly two months of Han Xiaodai, I came back, again need applause, the dull finally adapted to the new company's various models (in fact, hands from a 0-1 project). The fo ...

Posted by daedlus on Thu, 25 Jul 2019 10:52:58 +0200

Qt Writing Custom Control 36-Picture Browser

I. Preface This control is mainly used as a simple picture browser. It can turn pages up and down to display pictures. Pictures can also turn on excessive effects such as transparency gradient, application scenarios such as viewing alarm pictures and running pictures. This control is not my original, from the network, I just revised a lot of BU ...

Posted by Xianoth on Tue, 23 Jul 2019 17:05:30 +0200

Use Qiniu Cloud to Store Pictures

Now many websites will use a large number of pictures, and pictures are the main amount of data in the transmission of web pages, but also one of the factors affecting the performance of websites. As a result, many websites will separate image storage from websites, and build one or more servers to store pictures, while pictures on webpages use ...

Posted by MichaelMackey on Tue, 23 Jul 2019 12:06:47 +0200

Using Baidu AI OCR image recognition, Java realizes the conversion of pictures into text in PDF

Preface: When we read some PDF books, if PDF is not a picture, it is good to take notes of reading; if PDF is a picture, it is impossible to edit and take notes, it is still very painful. I met him. Of course, we have to learn how to solve the current pain points by ourselves. I. Status Quo In order not to repeat the wheel building, of course, ...

Posted by sigmon on Mon, 22 Jul 2019 11:21:18 +0200

Qt Writes Custom Control 33-Picture Switching Animation

I. Preface In many graphics software, when switching pictures, you can bring animation transition or switching effect, which is more human-oriented. In fact, it is mainly dazzling, such as shutters, transparency changes, lower left corner flying in, etc. No matter how many kinds of effects, the core is around QPainter to carry out the correspon ...

Posted by Duell on Sun, 21 Jul 2019 16:52:52 +0200

Bmob Backend Cloud Initial Experience

Introduction to Baas Baas, short for Backend as a Service, is "Mobile Backend as a Service". "Mobile Backend as a Service" is a typical practice of mobile platform in the concept of "cloud". Baas helps us pack things in servers. People who are mobile end don't need to think about how to write servers, how to des ...

Posted by luketheduck on Tue, 16 Jul 2019 22:30:49 +0200

Development of Android Wechat Payment SDK

I. Preparations 1. Development Platform and SDK Download Wechat Open Platform https://open.weixin.qq.com Download SDK Wechat Payment Demo Download http://pay.weixin.qq.com/wiki/doc/api/app.php?chapter=11_1   2. Creating Applications Creating Mobile Applications to Get AppID AppSecret To obtain payment function, it also needs developer qualific ...

Posted by mattkirkey on Tue, 16 Jul 2019 20:18:32 +0200