[First line of code--Android] A streamlined version of Kotlin's introductory tutorial

Google announced Kotlin as the official Android and development language at the I/O conference in 2017, and Android Studio also provides full support for Kotlin. How do I run kotlin's code?adopt https://try.kotlinlang.org Or IDEA and other IDEs that support Kotlin write directly on top of it, and then run away. Here's the main record of how to ...

Posted by gazolinia on Sat, 06 Jun 2020 19:57:34 +0200

Pandas-01-DataFrame|Series Common Methods

This paper introduces the data structure DataFrame and eries of data analysis star pack Pandas in Python, which is practical. Copyright Statement: This is an original blogger article, please indicate the source of the original text for reproducing, no white lyrics! Writing time: 2020-06-06 0:08 ...

Posted by designationlocutus on Sat, 06 Jun 2020 02:56:32 +0200

Python tells you: what are the videos of ten million net red Li Ziqi?

Yunqi information:[ Click to view more industry information]Here you can find the first-hand cloud information of different industries. What are you waiting for? Come on! Guide: today, let's talk about Li Ziqi who lives a poem. See the second part for Python technology. Official account background, reply to the keyword "Li Zi Qi" to o ...

Posted by itpvision on Fri, 05 Jun 2020 09:46:32 +0200

In the past 520, what gifts are you giving? Python tells you with a visual chart

preface The text and pictures of this article are from the Internet, only for learning and communication, not for any commercial purpose. The copyright belongs to the original author. If you have any questions, please contact us in time for handling. The annual 520 has just passed. Due to the impact of the epidemic, we missed this year's ...

Posted by transfield on Sat, 23 May 2020 09:52:22 +0200

Script custom command

preface There are many built-in commands in the script, but sometimes we want to customize some commands, because writing a script is not as convenient as typing a command. However, there is no document for the custom command on the scrap website. There is only one sentence: you can also use the commands_ The module setting adds a custom projec ...

Posted by wolfcry044 on Tue, 19 May 2020 10:00:43 +0200

Java knowledge point Stream

overview There are two very famous improvements in java8, one is Lambda expression and the other is Stream. Stream is a stream. Its main function is to search and filter Collection data. It is similar to SQL database operation. The difference between stream and Collection is that Collection is only responsible for storing data, not for other ...

Posted by mushroom on Wed, 13 May 2020 16:35:23 +0200

The implementation of flash restful API and the basic permission control based on flash httpauth

This tutorial series is divided into three phases 1.flask restful web service 2. Flash restful API (to be updated) 3. Flash httpauth implements permission control (to be updated) 4.uwsgi management flash application (to be updated) Article excerpted from http://www.pythodoc.com/flask-restful/ I corrected some of the procedural problems arisin ...

Posted by cmzone on Wed, 13 May 2020 14:22:53 +0200

java List Entity Sorting

There are three ways to sort Java entity collections. The first is through a natively supported Comparator, the second is through a Lambda expression in java8, and the third is by using the apache-common toolkit.Tested to achieve the desired results, the third code is more readable and usable, and the third is recommended. The third sort ...

Posted by john_zakaria on Mon, 11 May 2020 18:36:19 +0200

Seven traversal methods and performance analysis of HashMap, a must for high salary

With the release of JDK 1.8 Streams API, HashMap has more ways to traverse, but which one should be chosen? Instead, it becomes a problem. This paper starts with the traversal method of HashMap, and then analyzes the advantages and disadvantages of various traversal methods of HashMap from the aspects of performance, principle and security. Th ...

Posted by 990805 on Mon, 04 May 2020 14:53:42 +0200

Crawling novel (step 3) python

Suppose you have installed bs4 requests This novel is chosen at will, so you don't have to worry too much Python 3 implementation. There are too many crawlers using Python 2 on the Internet, but there are still few crawlers using Python 3 The link is https://www.qu.la/book/12763/10664294.html Get the title of the article (find the exact htm ...

Posted by hnissani on Fri, 01 May 2020 10:30:06 +0200