manjaro configuration record

I. Source Change Official mirror sources (including core, extra, community, multilib) sudo pacman-mirrors -i -c China -m rank //Update Mirror Ranking sudo pacman -Syy //Update data sources After running the first command, a few source options will appear in a few moments. Click on the source you want to select and recommend Tsinghua Source. ...

Added by wickning1 on Fri, 26 Jul 2019 10:54:14 +0300

Batch import of local photo galleries into Day One using scripts

Because iCloud currently has insufficient space, 95% of which are photos. DayOne was previously started with no space restrictions, and the subscription fee is not less than a year. DayOne is also well-known as a diary App. The most powerful features are the geographic and photo views, especially those used to remember things last year and tod ...

Added by jess3333 on Sat, 20 Jul 2019 19:54:17 +0300

First day I met Python

Python Fundamentals A programming language What is a programming language?The above-mentioned expression that can be recognized by computer is programming language, which is the medium of communication, and programming language is the medium of communication between programmer and computer. In the world of programming, computers are more like ...

Added by webhamster on Mon, 24 Jun 2019 21:04:17 +0300

python crawler - write the simplest web crawler

Knowledge is like rags, remember to "sew a seam" before you can show up magnificently. Recently, there has been a strong interest in python crawlers. Here we share our learning path and welcome your suggestions. We communicate with each other and make progress together. 1. Development tools The tool I use is sublime text3, which is s ...

Added by twostars on Thu, 06 Jun 2019 22:50:41 +0300

Python3 web crawler, simple crawl web novel and download

I'm sure we often have stories we want to read, but they can't be downloaded, so we can't watch them without the Internet.Here's how to crawl online fiction with python3. This article is mainly for learning, I hope you can support genuine. First we need two packages, requests and beautifulsoup4 We just need to run the cmd comman ...

Added by sactown on Fri, 17 May 2019 11:15:59 +0300