How to crawl all the cat's eye information (movie information, actor information)

Crawl all the information of Cat's Eye, mainly refer to the movie information and actors information in the movie list, such as the interface below. There are two difficulties when crawling.One: Font encryption (now seems to have a newer mechanism, but it is not possible to use the online method); ...

Posted by zevious on Tue, 03 Mar 2020 18:39:12 -0800

Inception V3 migration training

1: Prepare picture data, a training data, a test data. The structure is as follows: Download the retrain.py program (https://github.com/tensorflow/hub). In the image train under the example folder, if the retrain.py program downloaded from the above link reports an error that cannot be connected during ...

Posted by Taneya on Mon, 02 Mar 2020 22:16:46 -0800

Detailed explanation of observer mode of internal mental skill of architect, publish first and then subscribe

Application scenarios of observer mode The dynamic notification of wechat friend circle in life, the email notification in work, the broadcast notification on the school playground, the event response of the computer desktop application and so on are all real life scenes of the observer mode. Observer Pattern defines a one to many dependency be ...

Posted by scs on Sun, 01 Mar 2020 02:44:37 -0800

Sword finger offer (python) -- string class

01 replace space Please implement a function to replace the space in a string with "% 20". For example, when the string is We Are Happy, the replaced string is We%20Are%20Happy. Idea 1: directly use python's own replace function, replace (to replace, substitute) class Solution: # s sou ...

Posted by dlester on Wed, 26 Feb 2020 23:18:28 -0800

kali install Sogou Pinyin

Kali's version is Kali Linux large 2019.3-amd64 Sogou Pinyin version: sogoupinyin ABCD 2.3.1.0112 ABCD amd64.deb Installation idea: 1, Replace image source 2, Download Sogou Pinyin for Linux 3, Install Sogou Pinyin Four, restart Where there are pits: 1. When adding a source, do not update or upgrade i ...

Posted by webwannabee on Wed, 26 Feb 2020 02:00:34 -0800

FFmpeg porting Android platform

Development environment: FFmpge 3.3.9, JDK 1.8, Android Studio 3.5, NDK 14b, Android SDK, win10 64 bit system 1, Download FFmpeg (3.3.9) 1. Download address http://www.ffmpeg.org/download.html#releases%20%EF%BC%89 2. Right click Download gzip tarball, copy the link, log in to the server and execute the ...

Posted by Magneto on Tue, 25 Feb 2020 07:16:58 -0800

SystemVerilog array operation

There are many built-in methods in SystemVerilog to help with array search and sorting. Array manipulation simply traverses array elements, each of which evaluates the expression specified in the with clause. The iterator parameter specifies a local variable that can be used within the with expression t ...

Posted by jhlove on Sat, 22 Feb 2020 19:40:17 -0800

Spring Boot bottom level Exploration Series 04 - Web Development

Article directory Handling JSON data 1. Edit the Book class 2. Edit BookController controller 3. Convert set data 4. Replace the converter 1) Use Gson 2) Using fastjson Jiang Shuai, Naixue education, is good at system architecture design, big data, operation and maintenance and other technica ...

Posted by glitch003 on Sat, 22 Feb 2020 03:57:14 -0800

Spring cloud zuul service gateway implementation

authentication Next, write a simple authentication The request must carry the token parameter. If there is no token, the request will be rejected among filterType -- filter type, use pre? Type here filterOrder -- filter order. The smaller the value is, the higher the priority is. Here it ...

Posted by Tubbietoeter on Mon, 17 Feb 2020 02:42:43 -0800

13 lines greedy snake js

Source code first, version is ES6 13 lines regular (700bytes) shortest snake game.html Compressed 500bytes (of course, two document s can be compressed with eval) index.500bytes.html Previous hot 20 line code address (with BUG)(900bytes) hj7jay/article/details/51011269 One dimensional array 700char The snake body ...

Posted by forzatio on Sat, 15 Feb 2020 12:42:51 -0800