Vertically scrolling ViewPager--VerticalViewPager

VerticalViewPager a vertical scrolling ViewPager Inherited from ViewPager, it has the same usage as ViewPager, including adapter, listening, but the sliding direction is different. Occasionally, we will find that viewpager wants to slide vertically, but the official doesn't provide a method. We found this on stack overflow, which can perfectl ...

Posted by hush2 on Sun, 31 May 2020 00:55:56 -0700

An article learning html [classic case]

html is called hypertext markup language. Note that it's just a markup language, not a programming language. Preparation specification: Composed of tags (html, div, p, h1, etc.) Tags appear in pairs (< HTML >... < / HTML >), with some exceptions, such as < img SRC = "" / >, < br / > Marked with hierarchy ...

Posted by devarticles on Sat, 30 May 2020 15:20:14 -0700

Data analysis | accurate data management based on smart tags

Source code: GitHub point here || GitEE point here 1, Scenario analysis 1. Scenario case Friends in the Internet industry must have known or heard of the following scenarios: Ali: thousands of thousands of faces, meaning different users use Ali related products feel different, for example, the recommended content of Alipay home page, and other ...

Posted by michaelnorth on Fri, 29 May 2020 19:00:49 -0700

Istio fault injection

Index total: istio from getting started to giving up series 1. Introduction Istio fault injection is different from other mechanisms that introduce errors (such as delaying packets or killing Pod directly) in the network layer. Istio allows fault injection in the application layer. This enables injection of more related faults, such as HTTP er ...

Posted by genista on Fri, 29 May 2020 07:15:01 -0700

Classic case of interface callback -- network request callback

Image metaphor: When you go to a shop to buy something, it happens that the thing you want is not available, so you leave your phone number with the assistant. After a few days, the shop has the goods, the assistant calls you, and then you go to the shop to pick up the goods after receiving the phone call. In this exam ...

Posted by aCa on Thu, 28 May 2020 09:15:49 -0700

Classic case of interface callback -- network request callback

Image metaphor: When you go to a shop to buy something, it happens that the thing you want is not available, so you leave your phone number with the assistant. After a few days, the shop has the goods, the assistant calls you, and then you go to the shop to pick up the goods after receiving the phone call. In this exam ...

Posted by skulk on Thu, 28 May 2020 09:14:10 -0700

Swift 4.0 multiple TableViewCell multiple request complex interface solution

ComplicatedUIAndMutiRequestDemo This project is a multi-layer complex structure and multi request interface implementation case. No, please advise. Thank you:) explain: The interface layout of this project is mainly Moya selected by IGListKit for network request. Overview effect Requirements Xcode 9.0+ iOS 9.0+ Swift 4.0+ CocoaPods Exam ...

Posted by markjoe on Thu, 28 May 2020 08:09:38 -0700

Experiment of DHCP auto acquiring ip address

1: Experimental environment1.1: Huawei ensp software1.2: PC, router and switchPC in initialization state and router and switch in initialization state2: Experimental process2.1: equipment configurationIn the ensp, the PC, router and switch are made into a topological diagram according to the diagram.2.2 configure SW1 switch [SW1]vlan batch 1 ...

Posted by themaxx113 on Thu, 28 May 2020 07:12:02 -0700

Basic principle of Chainlink Oracle

Basic principles of ChainlinkIn this paper, we will briefly introduce the basic principle of Chainlink. If we use the shortest sentence to explain what Chainlink is, we can say that Chainlink is a decentralized Oracle project, so in order to understand the working principle of Chainlink, we should first understand what is a oracle. Prophecy mac ...

Posted by jeethau on Thu, 28 May 2020 02:43:42 -0700

From enterprise wechat robot to Xiaoai classmate, use Serverless to realize life intelligence!

Through timing trigger, an enterprise wechat robot can be customized simply and quickly. We can use it to realize small functions such as drinking water, eating reminder, etc., and also to push news, weather and even monitor alarm regularly. Use enterprise wechat robot In enterprise wechat, select Add robot: After that, we can customize the ba ...

Posted by EvilPrimate on Wed, 27 May 2020 05:58:34 -0700