Crawler requests Library
If you want to use selenium to realize the functions of B station automatic login and click like, you can check how to solve the sliding unlocking. However, it's about the content of the crawler, and then you start to learn about the crawler. Before long, you want to make the website that records your life, so your friends recommend the layui f ...
Posted by madwormer2 on Sat, 14 Mar 2020 08:23:12 -0700
Crawler requests Library
If you want to use selenium to realize the functions of B station automatic login and click like, you can check how to solve the sliding unlocking. However, it's about the content of the crawler, and then you start to learn about the crawler. Before long, you want to make the website that records your life, so your friends recommend the layui f ...
Posted by JMJimmy on Sat, 14 Mar 2020 08:22:52 -0700
Install SSL certificate on Apache server and configure http jump https tutorial
Specific reference: Alicloud tutorial
This paper is a summary of pit falling
1. In the section of modifying httpd.conf configuration file, you need to make the following settings
#Loadmodule SSL ﹣ module modules / module ﹣ ssl.so ᦇ delete the comment symbol of configuration statement at the beginnin ...
Posted by uknowho008 on Sat, 14 Mar 2020 02:45:29 -0700
getattr in python
Catalog
getattr details
Preface
1. Eliminate if...else
2. Reflection mechanism
3. getattr Details
summary
getattr details
Preface
These two days, we are optimizing Tencent's cloud migration platform. SmartMS When using the middleware (go2cloud_api). Some of the interfaces ...
Posted by hhheng on Fri, 13 Mar 2020 09:52:31 -0700
Enumeration process (analysis of CreateToolhelp32Snapshot function)
I've written some code of enumeration process before. I'm reviewing the code I learned before these two days. I see the CreateToolhelp32Snapshot function. By the way, let's see its specific implementation.
The process of enumerating process information seems easy, just some Windows API functions:
Creat ...
Posted by cmw on Fri, 13 Mar 2020 00:09:04 -0700
bmp image graying and binarization
C language removes the background of bmp picture
I. Preface
2, Grayscale
Header file
C file
3, Binarization
I. Preface
In image processing, most of the processing methods need to convert color image into gray image in advance to carry out relevant calculation and recognition.
The principle of ...
Posted by robb73 on Thu, 12 Mar 2020 06:05:26 -0700
c + + communication evolution level 1 -- single thread synchronous blocking communication
This article records an example of using socket to communicate on windows. The code comes from the Internet. As time goes by for a long time, I didn't bookmark at that time, and now it's not easy to find a source. Some key code fragments are given in this paper. On the one hand, they are used to cons ...
Posted by Daukan on Tue, 10 Mar 2020 04:33:44 -0700
The story behind being praised by millions of people is the support of beauty or the improvement of technology?
Do you guys have a live class? Do you like your lovely teacher? Is it over a million?
At least we do.
There's no doubt that it can't be broken by hand. It's just over 30 people. This paper introduces the principle of the mouse connector.
1, Mouse event
The key to the implementation of the linker is th ...
Posted by RobNewYork on Mon, 09 Mar 2020 01:25:58 -0700
Things between linux processes
Before I wrote this article, I was afraid of the interprocess communication of linux. However, after reading some other articles, I found that the interprocess communication of linux is much more difficult than what I learned. First of all, the concept of thread under linux has been weakened. Thread ...
Posted by gterre on Mon, 09 Mar 2020 00:09:18 -0700
C++3D math library design explains the beauty of vector chapter
Preface
To support Ray tracing I decided to write a 3D generic math library.
I use windows platform and C++Template technology
My library file organization directory is as follows
--lvgm
----test
------testVec.cpp
----type_vec
------lv_vec2.h
------lv_vec3.h
...
Posted by CBI Web on Sun, 08 Mar 2020 21:33:34 -0700