dpkt package official document parsing Sinicization - -- HTTP Request Example(tcp layer [tcp.data carrier http header request and other information]

Links to the original text: https://dpkt.readthedocs.io/en/latest/print_http_requests.html dpkt package official document parsing Sinicization - -- HTTP Request Example(tcp layer [tcp.data carrier http header request and other information] P ...

Posted by codeman on Fri, 04 Oct 2019 08:34:50 +0200

Delphi - Call an external program and block it into an external program

Delphi calls external programs and blocks them into external programs Background note: Some time ago, a data conversion system was developed. The business logic stated that the data needed to be compressed into. tar.gz format. I use Windows system, Mr. batch file processing, and then call WinExec to execute batch file, sleep and wait for a p ...

Posted by ecxzqute on Fri, 04 Oct 2019 04:09:10 +0200

Audio and video portal -10- uses libyuv to zoom, rotate, mirror, cut and mix YUV data.

Directory of Audio and Video Introduction Articles libyuv libyuv Google is open source to achieve a variety of YUV and RGB conversion, rotation, scaling and other libraries. It is cross platform and can be compiled and run on Windows, Linux, Mac, Android and other operating systems, x86, x64 and arm architectures. It supports the acceleratio ...

Posted by Scabby on Thu, 03 Oct 2019 19:45:03 +0200

[Mid-Autumn Festival] Universe First IDE Visual Studio

Official website https://visualstudio.microsoft.com/zh-hans/vs/ File https://docs.microsoft.com/zh-cn/visualstudio/designers/getting-started-with-wpf?view=vs-2019 https://docs.microsoft.com/zh-cn/dotnet/framework/wpf/getting-started/walkthrough-my-first-wpf-desktop-application The first WPF desktop application Install Visual Studio Create a ...

Posted by zfred09 on Thu, 03 Oct 2019 15:00:25 +0200

c#Winform Custom Control - Splitting Line

premise It's been 7 or 8 years, and I've always wanted to make a beautiful set of custom controls, so I've got this series of articles. GitHub: https://github.com/kwwwvagaa/NetWinformControl Code cloud: https://gitee.com/kwwwvagaa/net_winform_custom_control.git If you think it's OK, please click ...

Posted by chrispbrown on Thu, 03 Oct 2019 04:17:42 +0200

C++ Debugging (SetUnhandled Exception Filter based on SEH)

At last! Finally, the static debugging is serialized. Although it does not include all of them, it also has a preliminary understanding of the outline of the debugging. But it's only just beginning. It's over a mountain (pit), and there's another mountain (pit) waiting for you (pit). I just found that c ...

Posted by mbtaylor on Tue, 01 Oct 2019 07:06:12 +0200

Using Python crawler to automatically crawl daily stock ownership data of Shanghai and Hong Kong Stock Exchange

https://www.hkexnews.hk/sdw/search/searchsdw_c.aspx The website supports inquiring about the daily holding data of Shanghai and Hong Kong Stock Exchange Stock Holdings Institutions/Securities Firms, which is valid for less than one year. Popularly speaking, it is said in the news that the number of stoc ...

Posted by Vermillion on Sun, 22 Sep 2019 10:15:26 +0200

Use of Django Framework Caching and Paging

cache What is caching? Caching is a kind of media that can read data faster. It also refers to other storage methods that can speed up data reading. Usually used to store temporary data, the common medium is fast memory. Why use caching? View r ...

Posted by ThatGuyBob on Tue, 17 Sep 2019 14:00:46 +0200

Lesson 92. What is polymorphism

What is polymorphism in java? There are two kinds of polymorphism: compile-time polymorphism: method overload; run-time polymorphism: JAVA runtime system decides which method to call according to the type of instance calling the method. (We usua ...

Posted by cruz610 on Mon, 16 Sep 2019 08:10:37 +0200

Analysis of GitHub Open Source Project Hyperspectral-Classification

GitHub link: Hyperspectral-Classification Pytorch. Project brief introduction The author of the project is Xidian university, which is a classification program based on PyTorch hyperspectral image. The project is compatible with Python 2.7 and Pyt ...

Posted by system on Wed, 11 Sep 2019 15:02:57 +0200