android Application Development - From Design to Implementation of 4-10 Analytical Weather Forecast Data

Analysis of Weather Forecast Data After the layout of the interface is completed, it is necessary to design code to control the logic of the elements on the interface. Obtaining weather forecast data from network; Analyzing the acquired data; Update the weather forecast interface according to the analytical results. Weather forecast data d ...

Posted by ricroma on Mon, 20 May 2019 21:47:37 +0200

Front end technology frontier 1

Git branch-a View all local and remote branches () View local branch git branch View remote branch git branch -r WePY Component Usage components={ child:Child, anotherchild:Child }; props static pass value: parent passes constant data to son, only String string type can be passed <child title="mytitle"></child> ...

Posted by Discord on Mon, 20 May 2019 04:21:04 +0200

Webpack from entry to abandonment

Preface Tips If you have used webpack and have been using webpack 1, please refer to Migration from v1 to v2 (v2 There is little difference between v3 and v3) Understand the content of version changes properly, and then read this article selectively. First of all, this article is based on the latest. webpack Version (i.e. v3.4.1) w ...

Posted by brucemalti on Mon, 20 May 2019 03:47:59 +0200

Implementation of spring-cloud-zuul dynamic routing

First, two concepts are explained: routing configuration and routing rules. Routing configuration refers to configuring a request path to route to a specified destination address. Routing rules refer to matching to the routing configuration and then making a custom rule judgment. Rule judgment can change the routing destination address. zuul's ...

Posted by bradley252 on Sun, 19 May 2019 22:39:04 +0200

Development of custom menu java for wechat subscription number

The younger brother should change the menu of the public number according to the operation requirement. He thought it was configurable on the public number official website. Who knows that it was edited by the developer mode? Helplessly, I have never contacted the public number development. Some began to gnaw away at the api developed by Weixin ...

Posted by KevinMG on Sun, 19 May 2019 21:15:31 +0200

Baidu api usage method (java, js)

My own project used Baidu Map api, I will explain the part I used. First, let's look at a few websites. http://lbsyun.baidu.com/ This is the home page of Baidu Map Open Platform. http://lbsyun.baidu.com/index.php?title=jspopular/openlibrary This is the home page of the javascript docking Baidu Map api. http://lbsyun.baidu.com/i ...

Posted by jasonc on Sun, 19 May 2019 08:21:04 +0200

Serialization of django-rest-framework

Foreword: Yesterday I learned about rest-framework serialization, so I wrote a blog record. Official website: http://www.django-rest-framework.org/tutorial/1-serialization/#working-with-serializers.   Front-end and back-end separation: Front-end development and back-end development are separated. The implementation of this scheme is to use AP ...

Posted by wing328 on Sat, 18 May 2019 22:17:46 +0200

9. ABPZero series of tutorials on multi-vendor tool assembly reminder class library encapsulation

This article began to formally do the function, before I developed the reminder of puzzle puzzle, the function of reminding sellers that puzzle puzzle is too many and the number of puzzle puzzle is not enough. This idea comes mainly from the complaints of friends. I think it should be the voice of most sellers. After analysis, I got several a ...

Posted by Mobile on Sat, 18 May 2019 21:10:05 +0200

Object Copy of Javascript

Translator: Crazy Technology HouseOriginal text: https://smalldata.tech/blog/2... Wechat Public Number: Front-end PioneerWelcome to pay attention and push you fresh front-end technology articles every day. Before I begin, I will popularize some basic knowledge. Javascript objects are just pointers to a location in memory. These pointers are ...

Posted by newcastle_unite on Sat, 18 May 2019 19:01:57 +0200

Idea calls interfaces using httpclient

Preface Blogger github Blogger's personal blog http://blog.healerjean.com After using swagger, I think it's very convenient, and then using postman, I think it's a little bit troublesome, but finally the data can be saved. But after using idea's httclient, I really don't want to use them anymore. 1. Opening mode 1.1. ...

Posted by willfitch on Sat, 18 May 2019 16:21:55 +0200