Yuantong Express Express Rapid Free Docking Express Bird Single Number Query api Interface
The API interface of express inquiry is to use logistics number to query logistics information. Mainly used in e-commerce malls, ERP systems, WMS systems, express cabinets, banks and other enterprises. Several express logistics companies have unified interface access. It is suggested that docking interface providers can access multiple express ...
Posted by drcphd on Mon, 05 Aug 2019 23:32:21 -0700
MediaProvider Process Analysis
MediaProvider Process Analysis
1. Summary
Android Media Provider uses the SQLite database to store the information of multimedia files such as pictures, videos, audio, documents, etc. for use by video player, music player, gallery and document editor. According to Google's requirements, other Andro ...
Posted by inkfish on Sun, 04 Aug 2019 05:20:03 -0700
V-REP Adding Vision Sensor and Image Acquisition
Articles Catalogue
V-REP End Operation
1. Open scene
2. Add vision sensor
3. Add Floating View
4.Associate Vison_sensor
5. Modify vision sensor parameters
6. Mobile and Rotating Sensors
Python-side operations
Code
test result
annotation
Before completing this article, the communication between ...
Posted by clewis4343 on Sun, 04 Aug 2019 00:11:33 -0700
Design mode and python implementation
Design Patterns and Python Implementation
What is the design pattern?
Christopher Alexander: "Each pattern describes a problem that is recurring around us and the core of the solution to that problem.This allows you to use the program again and again without having to repeat your work."
Design patterns are summarized a ...
Posted by artied on Fri, 02 Aug 2019 19:40:21 -0700
uni-app with PHP for single user login
Single user login, that is, in an application, only one user can login online, one user can login and be immediately offline on other devices. After confirmation, the login loading on the device is cleared and the login interface is returned.
uni-app is currently able to package Android, IOS, WeChat, PayPal and H5 with only one set of code by ...
Posted by OLG on Fri, 02 Aug 2019 18:04:07 -0700
React: useHooks tips
Hooks is a new feature of React 16.8 that allows you to use state and other React functions without using class. This article provides easy-to-understand examples to help you understand how hooks are used and encourage you to use them in future projects. But before that, make sure you've read the hook's ...
Posted by sspoke on Fri, 02 Aug 2019 01:29:22 -0700
Summary of STM32 Car Project in Summer Holiday
It took two weeks to finally get the car ready because for another project in the group, I was only deeply involved at the beginning and later stages of the project.It involves the improvement of ultrasound driver, car obstacle avoidance algorithm, and the complete code of Bluetooth control.
First, ...
Posted by glory452 on Wed, 31 Jul 2019 18:27:50 -0700
A Brief Introduction to Android's Principle of Grabbing Wechat Red Packet by Auxiliary Function
With the address of the Red Pack Open Source Project, the code has been changed to Kotlin. It has been adapted to the latest version of Weixin 7.0.5. If it helps you, please star t. https://github.com/xbdcc/Grab...
Preface
It is believed that many people have seen that there will always be people snatching red envelopes very quickly in the crow ...
Posted by sirup_segar on Wed, 31 Jul 2019 10:23:35 -0700
Share a Practical Network Connection Class
Links to the original text: http://www.cnblogs.com/psunny/archive/2009/12/06/1617875.html
Network connection is often used to send data in mobile phone development. Like web, requests in mobile phone can be divided into GET requests and ...
Posted by healthnut on Tue, 30 Jul 2019 17:03:16 -0700
JWT Login, Logout, Verification Code Interface
6.2 Verification Code Interface
When the authentication code interface is used to display the login page, the image address and identification of the authentication code are obtained.
Install the Verification Code Function Component (if it is a full version of the framework downloaded from the official website, no installation is required)
...
Posted by dizzy1 on Tue, 30 Jul 2019 02:43:42 -0700