Crawling knowledge planet with python

Last year, we did a community activity called "question and answer for seniors", which precipitated a lot of valuable interactive information, and then it was terminated for various reasons. Today, I started to talk with Tu Teng, and thought that the information was so quiet and wasteful. So try to use python to crawl the content of t ...

Posted by kylera on Sat, 07 Dec 2019 21:05:17 -0800

Practice: shell programming practice

Preface mac record and port scan script Develop system monitoring script I. sharing of script programming steps 1.1 script programming steps 1.2 demand analysis According to the requirements of system management, the functions, levels, commands and statements of the script are analyzed 1.3 command test Test the commands to be used one by ...

Posted by ro1960 on Fri, 06 Dec 2019 16:35:11 -0800

Use python to analyze funds! Make money to win in the starting line!

You don't manage money, money doesn't care about you! Can python help you with your finances? Effect preview Trend chart of cumulative yield Basic information results How to use: Python 3 + some third-party libraries import requests import pandas import numpy import matplotlib import lxml Configure config.json. Code to configure the fund cod ...

Posted by fingerprn on Fri, 06 Dec 2019 05:31:52 -0800

Analysis of configuration file of Kodex Explorer open source private cloud program

config/setting_user.php append content (all of the following, be careful not to use Chinese quotation marks, double quotation marks and semicolons) //[specify multiple languages and keep Chinese only] $GLOBALS['config']['settings']['language'] = 'zh-CN'; //[automatically create a new directory when creating a user-defined group] $GLOBALS['conf ...

Posted by paulareno on Wed, 04 Dec 2019 20:42:40 -0800

Basic crawler, who can learn? Use requests and regular expressions to crawl the top 250 movie data of Douban!

Crawls to take the Douban top 250 movie score, the poster, the movie review and so on data!   this project is the most basic and simple example among reptiles; Later, there will be more advanced and automated crawlers using the crawler framework.   the process of this project is to use requests request library to get html, and then us ...

Posted by V-Man on Wed, 04 Dec 2019 02:47:50 -0800

MFC develops a simple synchronous time application

Looking at the structure of a garbage program, mmp is a real pit. It took me a little time to finish it. Just record it directly. This is a simple application of windows, but it's a little complicated. We need to build an app Wizard program based on mfc (written by memory, I don't know if there are any mistakes in the words). Then we can add th ...

Posted by DataRater on Tue, 03 Dec 2019 20:36:20 -0800

Set up the server login and logout remote server from scratch

During the period of double 11, we started a cloud server, which took a week or two for filing, and finally passed the filing. So we installed Docker containers on the personal server for deployment projects, and prepared to pack all services into containers as much as possible, so as to facilitate unified management and operation and maintenan ...

Posted by kikidonc on Mon, 02 Dec 2019 03:31:57 -0800

Analysis of the php program configuration of Kodex Explorer open source network disk

config/setting_user.php append content (all of the following, be careful not to use Chinese quotation marks, double quotation marks and semicolons) //[specify multiple languages and keep Chinese only] $GLOBALS['config']['settings']['language'] = 'zh-CN'; //[automatically create a new directory when creating a user-defined group] $GLOBALS['conf ...

Posted by kingconnections on Sun, 01 Dec 2019 17:48:22 -0800

Network virtualization

Network virtualization technologyOpenVSwitch: virtual switchVLAN, VXLANVirtual router What is VLAN?Virtual LAN: LAN refers to the range from broadcast frame to node, that is, the range of direct communication; VLAN: MAC address basedPort implementation based on switchImplementation based on IP addressUser based implementation Type of switch in ...

Posted by NathanLedet on Sat, 30 Nov 2019 21:00:43 -0800

Election mechanism for Pulsar Functions Worker

abstract In Pulsar, Function, Source, and Link are all running on Function Worker, and you can refer to Function for reference An article about Pulsar Functions , you can refer to the use of Source and Link Introduction to Pular Source Pular Sink Getting Started Guide. This paper introduces the election mechanism of Functions Worker.Read th ...

Posted by theironchef on Fri, 29 Nov 2019 20:39:52 -0800