Qt Writing Custom Control 35-GIF Recording Screen Control

I. Preface In the ordinary writing process, it is often necessary to capture some action and effect maps into gif format, which makes the information covered more comprehensive and vivid. Sometimes, the whole operation process and operation effect can be recorded into MP4, but the file size is relatively large, and many websites are not easy to ...

Added by mrgrammar on Mon, 22 Jul 2019 11:01:05 +0300

Qt Writing Custom Control 34-Disk Capacity Statistics

I. Preface Disk capacity statistics control, to put it bluntly, is used to count the capacity occupied by local disk characters, including but not limited to used space, remaining space, total size, percentage used, etc. The corresponding percentage is displayed by progress bar, the foreground color, background color and text color of the progr ...

Added by caine on Sun, 21 Jul 2019 17:57:05 +0300

Android Alipay SDK Development Notes

I. Preparations Download Development Kit https://b.alipay.com/order/productDetail.htm?productId=2014110308141993&tabId=4#ps-tabinfo-hash In the "Alipay wallet payment interface development kit" under the compression pack, there are Andoid using Alipay's JAR and Demo. 2. Create Alipay applications Application creation in Alipay op ...

Added by UKlee on Tue, 16 Jul 2019 21:32:03 +0300

WeChat mars Open Source Analysis 1-Upper Saples Analysis

WeChat has already started mars, but there are few related articles on the market, even if there are many such as using xlog, so this time I hope to be able to analyze from stn, which is directly used for the bottom communication of im.To be more comprehensive, let's start with samples.First of all, WeChat explicitly replaced JSON and xml with ...

Added by nads1982 on Fri, 12 Jul 2019 19:12:55 +0300

android-Ultra-Pull-To-Refresh Source Parsing

Project address: https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh 1. Functional introduction Drop-down refresh is a feature that almost every Android application needs. android-Ultra-Pull-To-Refresh (hereinafter referred to as UltraPTR) is a powerful Andriod drop-down refresh framework. Main features: (1) Inherited from Vi ...

Added by curt3006 on Wed, 10 Jul 2019 22:19:05 +0300

Alignment Statistics Novice Help Document

Development of Alliance Statistical SDK 1. Setting up the Environment First, get the appKey, in Manage Background Home Page Create applications, fill in information, and the system will automatically generate appKey: Secondly, for the Android Studio environment, add gradle dependencies: dependencies { compile 'com.umeng.analyt ...

Added by EverToDesign on Wed, 10 Jul 2019 01:19:36 +0300

How to Use Presenter and ViewHolder--Android TV Application Development Tutorial 3

Copyright Statement: This article is an original translation of the blogger's articles. Please indicate the source of the reproduced articles. Recommend:Welcome to my Android TV profile, and I will regularly share some Android Tv related content with you.http://www.jianshu.com/c/37efc6e9799b I. Learning Objectives of this Chapter In the pre ...

Added by kubis on Mon, 08 Jul 2019 21:38:04 +0300

Notes on Wechat Payment

1. Development preparation 1.Registered Wechat Developer Account 2.Official Documents of Wechat 3.Official Demo 4. Registered Wechat Business Number Above 1 and 2 see the official registration process to ok, in the open platform to register your current development of the App application, where you need the App application signature ...

Added by nickholt1972 on Sun, 07 Jul 2019 04:58:48 +0300

Android -- Detailed usage of control Button (for beginners)

Button is a very simple control in Android. In our usual projects, it can be said that Button is very common and its usage rate is quite high. In itself, the use of this control is also well grasped. Next, we will introduce its use from several aspects, as well as the use of some custom Buttons. First of all, I will talk about some basic uses ...

Added by Jason Batten on Sun, 07 Jul 2019 02:39:49 +0300

Using Oauth 2.0 to Realize Authorized Logon of Weibo

References for this article: http://blog.csdn.net/highboys/article/details/52139268 http://blog.csdn.net/yypsober/article/details/51720355?locationNum=3&fps=1 Now the realization of third-party authorized login is achieved through Oauth 2.0, but about the understanding and use of Oauth 2.0, I am still learning, can see in detail. Here . ...

Added by phppssh on Tue, 02 Jul 2019 23:54:05 +0300