Free docking case of API interface for Zhongtong Express Logistics Single Query

Express inquiry API interface uses the logistics number to query the logistics information.Mainly used in e-commerce stores, ERP systems, WMS systems, express cabinets, banks and other enterprises.Several express logistics companies have unified interface access. It is recommended that docking interface providers can access more than one expre ...

Posted by someguyhere on Wed, 31 Jul 2019 19:12:47 +0200

Build your own environment with gazebo simulator of ROS

https://blog.csdn.net/qq_36355662/article/details/80030372 Recently, we need to build an indoor simulation environment for exp ...

Posted by magie on Tue, 30 Jul 2019 13:29:02 +0200

Construction of Word Vector Based on Wikipedia

You will use Gensim and Wikipedia to get your first batch of Chinese word vectors and experience the basic process of word vector training. For a detailed explanation of the principle of word vector, please refer to: https://blog.csdn.net/weixin_40547993/article/details/88779922 Word vector train ...

Posted by StevenJ on Tue, 30 Jul 2019 11:20:57 +0200

Android layout optimization three swordsmen: include+merge+ViewStub

Preface When writing Android layouts, you always encounter pain points of one kind or another, such as: Some layouts are used in many pages, and the style is the same. Every time they are used, they have to copy and paste a large section. Is there any way to reuse them? After solving the problem in 1, it is found that there is alw ...

Posted by PHPSpirit on Mon, 29 Jul 2019 16:15:09 +0200

Java Advanced-File and IO

File Concept java.io.File is used to represent files (directories) and files and directories on hard disks can be manipulated through File classes in programs. File class can only be used to describe the attribute information (name, size, etc.) of the file (directory), and can not access the conte ...

Posted by samvelyano on Mon, 29 Jul 2019 13:28:45 +0200

Object-oriented polymorphism

I. Concept What is polymorphism? Multiple objects of different classes can respond to the same method and produce different results First of all, it is emphasized that polymorphism is not a special grammar, but a state, a feature (that multiple different objects can respond to the same method and produce different results). Benefits: For us ...

Posted by nonexistentera on Mon, 29 Jul 2019 10:39:15 +0200

StopWatch Execution Time Monitor provided by Apache and Spring

Related reading [Xiaojia java] An important leap in the new features of Java 5 (a brief description of the ten new features)[Xiaojia java] New Java 6 features (Ten new features in brief) Chicken ribs upgrade[Xiaojia java] New features of java7 (a brief description of the eight new features) are not hot[Xiaojia java] The new features of java8 (a ...

Posted by anto91 on Sun, 28 Jul 2019 19:04:58 +0200

Are you sure you don't want to know the principle of Redis jump meter?

Why Choose Jump TableAt present, the commonly used balanced data structures are: B tree, red-black tree, AVL tree, Splay Tree, Treep and so on. Imagine giving you a sketch paper, a pen, an editor. Can you instantly implement a red-black tree, or an AVL tree? It's hard. It takes time. It takes a lot of details. It's a lot of trouble to refer to ...

Posted by songwind on Sun, 28 Jul 2019 05:30:58 +0200

Decision Tree: Testing and Storing Classifiers

Test and Storage Classifier introduce Code section Decision Tree: Sample Prediction Decision Tree: Tree Storage summary introduce After the decision tree is constructed based on the training data, we can use it to classify the actual data. Decision trees and label vectors used to construct tr ...

Posted by bj_ on Fri, 26 Jul 2019 13:15:57 +0200

Android self-drawing control

During the development process, we need to use some custom View s, which can generally be divided into three categories: (1) Inherit Class View - Basic View after the general inheritance system, add/reset some custom properties, such as two-end aligned TextView; (2) Combination Class View - Combining several basic views of the system to form ...

Posted by brianjw on Wed, 24 Jul 2019 18:47:12 +0200