Download the complete novel from "top novel" -- python crawler
This program is just for practice. First of all, it's a non fee based novel website. I often read novels on this website, so I chose this website...
Python 10 minutes to create your own personal logo
Preface I believe you are no stranger to the use of word cloud. It's easy to use. Just call wordcloud package directly. Its main function is to g...
Cross thread access of winform
Problem description In winform development, we can't avoid using multi-threaded or asynchronous methods in data exchange, so we can't avoid ...
cv2 window resizable and scaleable
import cv2 videoCapture = cv2.VideoCapture('test.mp4') cv2.namedWindow('name', cv2.WINDOW_NORMAL | cv2.WINDOW_KEEPRATIO) while Tr...
X264 application engineering
In the next few blogs, learn the implementation process of X264. The analysis of source code refers to Raytheon's blog, thank you Raytheon! Blog ...
Go is fun, 5.20 make a diagram with go / let the words dance
Today, I'd like to introduce an interesting codeThe picture is generated into a pattern of text. Have you seen the GIF of dancing sister composed...
First contact decorator
Preface A few days ago, my teacher used an ornament when optimizing and refactoring my code. I felt that the ornament was a useful thing, and it was a...
Linux Account and Rights Management
Linux/Centos7 Account and Rights Management Manage user accounts, group accounts Query account information Set permissions for files and directories ...
The most complete pip use guide, 50% you may not have used it
All Python developers know that Python is so popular, which can stand out among many high-level languages. In addition to its simple syntax and easy t...
Samba server configuration under Centos7 (actual combat!)
Samba overview Samba is a free software to implement the SMB protocol on Linux and UNIX systems, which consists of server and client programs. SMB (S...
Set generate Dump file on C + + Crash
The Dump file is the memory image of the process, which can save the execution state of the program to the Dump file through the debugger. The Dump f...
A complicated socket program under Windows
In the previous section, I demonstrated the socket program under Linux. In this section, I will take a look at the socket program under Windows. Othe...
Display the current process memory usage value in Unity3D by calling CPP DLL under PC
After parsing MIDI, CSharp wants to write a memory occupation display. Generally, when writing CPP programs, it likes to check the memory and prevent ...
Adding, deleting, modifying and querying cookies in Java
Adding, deleting, modifying and querying cookies in Java Cookie attribute Name: the name of the cookie Value: the value of the cookie maxAge: the expi...
8086 assembly basic masm compilation source file
IDE : Masm for Windows Integrated experimental environment 2015 OS : Windows 10 x64typesetting : Markdown blog : my.oschina.net/zhichengjiu gitee : g...
Details Python operation Excel files
Preface This article summarizes the third-party libraries and methods for working with Excel files using python. Introduction to Common Libraries 1.x...
Java Basic Tutorial - Conversion Stream
Conversion flow Usually, the default encoding method for Window s is GBK, and UTF-8 encoding is generally recommended for Java projects. At this time,...
Build your own ngrok service
1. Server preparation I tried it on CentOS 6 and the compiler got stuck. It is said that it is. Git As a result of the low version, I want to upgrade...
Use Electron to customize menus
Use Electron to customize menus Application examples for this series of articles have been published GitHub: electron-api-demos-Zh_CN Clone or run it ...
Ubuntu Server 18.04 configuration rsync (system ctl)
[Server Configuration] System version # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.2 LTS Release: ...