Windows. Page 3

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...
5:10 4 December 2019

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...
4:34 4 December 2019

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 ...
5:30 2 December 2019

cv2 window resizable and scaleable

import cv2 videoCapture = cv2.VideoCapture('test.mp4') cv2.namedWindow('name', cv2.WINDOW_NORMAL | cv2.WINDOW_KEEPRATIO) while Tr...
3:54 2 December 2019

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 ...
10:03 30 November 2019

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...
11:26 10 November 2019

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...
0:08 9 November 2019

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 ...
16:27 7 November 2019

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...
8:16 6 November 2019

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...
16:13 5 November 2019

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...
12:08 5 November 2019

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...
9:37 5 November 2019

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 ...
11:11 4 November 2019

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...
10:18 4 November 2019

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...
10:03 15 October 2019

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...
22:15 2 September 2019

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,...
18:11 12 July 2019

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...
4:15 20 April 2019

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 ...
0:18 7 April 2019

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: ...
13:12 2 April 2019