Tag:basic function
-
Time:2020-11-30
Micro course | lesson 2: introduction to docker installation methodhttps://v.youku.com/v_show/id… In the last issue, we introduced the basic overview of dble. Now we will go to the main topic. The main topic is basically divided into these four parts. The structure of the course catalogue 1. Installation demonstration We’ll introduce two ways to get started […]
-
Time:2020-10-18
preface: This paper introduces the related functions of stlocation to obtain GPS coordinate information and jump to the third party map. 1. Basic definition of stlocation: @interface STLocation : NSObject typedef void (^OnLocationEnd)(STLocationModel *model); @property (nonatomic,retain) STLocationModel *cityModel; + (instancetype)share; -(void)runOnce; -(void)start:(OnLocationEnd)locationEnd; //! is GPS available -(BOOL)isEnabled; //! get the distance between coordinates (in meters) […]
-
Time:2020-8-2
Operating system version Ubuntu 18.0.4Machine raspberry pie 4B Target installation tensorflow Take a look at the link below and download the tensorflow you need Raspberry pie 4B installation tensorflow (install under Python 3.5 and 3.7 respectively) The download version needs to work with yourmachine、operating systemandPython versionThe three correspond Before installing tensorflow, you need to install […]
-
Time:2020-3-1
brief introduction Recently, a small and exquisite react route has been implemented, with only 200 lines of code. Compared with react router, it has the following advantages: 1. The code volume difference is more than 10 times. If it’s a piece of land and a piece of gold, it’s suitable for mobile terminal development. 2. […]