C#.net Implementation of Zhongtong Express Single Query Express Bird API Interface

In the last article, we introduced a logistics service provider. We recommend you to use Express Bird Interface. It mainly describes how to register an account, get a key, and find a registered address. I'll send it: http://kdniao.com/reg Today we're going to talk about how to use the interface provided by courier birds for instant queries. ...

Added by forced4 on Wed, 15 Apr 2020 04:59:12 +0300

Literal operation database

Litepal is an open-source Android database framework. It uses the object relational mapping (ORM) mode to encapsulate some database functions that we usually use. Add dependent file compile 'org.litepal.android:core:1.6.1'Object relational mapping (ORM): the programming language we use is the object-oriented language, and the database we use ...

Added by geetakhurana on Mon, 13 Apr 2020 19:25:04 +0300

go language system - from file operation to unit test

Catalog File operation Input and output streams Open and close files Functions and methods used Case demonstration Read file operation application case Write file operation application case Judge whether the file exists Application example of file programming Copy file Count the number of English, numbers, spaces and other characters ...

Added by ctjansen on Wed, 08 Apr 2020 08:00:29 +0300

thinkphp realizes mailbox activation when users register

When some websites register, they will send email to the user's mailbox. Click the link in the email to activate the account. The basic principle is to save the user's information into the database at the time of registration (i.e. Click to send email). In addition, there is an activated field (default is not activated) that clicks the link in ...

Added by guyfromfl on Wed, 08 Apr 2020 07:46:04 +0300

[swagger] the use and avoidance of swagger in C Chen

@ Catalog 1 installation 2 modification name and version number 3 display description 4 display controller notes and Chinese 5. The same route and different query parameters 6 ignore some fields in the Model 7 delivery header 8 HTTP status code on error When developing web api, it's a pain to write documents. Without documents, people don' ...

Added by nbalog on Tue, 07 Apr 2020 10:29:41 +0300

js cracking of crawler is very detailed

Preface When we write crawlers, we often encounter a variety of anti climbing measures. For example, more and more js loading on various large websites is a headache. The data of these websites is not directly accessible like a simple website. We often cannot find the data source. Can we only use selenium to simulate browser access? Of course n ...

Added by Cetanu on Mon, 06 Apr 2020 10:44:14 +0300

Python learning - string manipulation

Common operations of strings include but are not limited to the following: String replacement, deletion, interception, copy, connection, comparison, search, segmentation, etc 1 #capitalize: String initial uppercase: capitalize-Capitalize the first letter of the string and lowercase other letters 2 name = 'swhthaitun' 3 name.capitalize() 4 pr ...

Added by TheCase on Mon, 06 Apr 2020 00:19:46 +0300

RatingBar custom picture

The above are two pictures (size h*w = 50*94) that need to be used. There is a certain transparent area left and right of the picture as the space between the stars, which should not be seen in the blog, 1. Put them in different folders to adapt to different resolutions of the screen, If you try to put only one direc ...

Added by djlfreak on Sun, 05 Apr 2020 03:00:02 +0300

The problem of sax parsing xml

characters will have many problems. Record them and find them for a long time. It turns out that they are the problem of spaces. Here is the xml file after format and the corresponding print xml file: Corresponding log: Reference: the following excerpt from http://blog.csdn.net/Garmiter/article/details/8016840 XML type 1: no ...

Added by Codewarrior123 on Sat, 04 Apr 2020 14:47:05 +0300

Explanation of jump animation on Android Activity interface

Instance 1 overridePendingTransition Summary Animation when two activities are switched. Use in overridePendingTransition There are two parameters: the entry animation and the exit animation. Note (call time) 1. Must be called immediately after StartActivity() or finish(). 2. And it is valid in version 2.1 and abov ...

Added by jynmeyer on Sat, 04 Apr 2020 08:54:25 +0300