Use python to grab photos of Baidu's floating bottle girl paper
I accidentally found a sticker that also came out of a drifting bottle. I flipped it over and found that there were actually many sisters'pictures. When I was idle, I wanted to write a crawler program to grab all the pictures.
Here is the address of the sticker bottlehttp://tieba.baidu.com/bottle...
1. Analysis
First, open Fiddler, then open t ...
Posted by monkey72 on Thu, 11 Jul 2019 19:53:11 +0200
Introduction to Concurrent Pressure Performance Test Tools
1. AB Pressure Test Tool (ApacheBench)
1. Installation
linux Installation
yum -y install httpd-tools
windosinstall
// Download Apache software (ab software is not updated separately, but integrated independently into Apache)
download https://de.apachehaus.com/downloads/httpd-2.4.39-o102s-x64-vc14.zip
// Open Compressed Package
unzip httpd-2 ...
Posted by BinaryBird on Thu, 11 Jul 2019 18:07:57 +0200
mac upgrade php7 series of problems and Solutions
Causes:
Because the computer has its own php 5.3, try to run a php project, database import, and configuration file modification is not a problem, but the final error:
Message: Cannot modify header information - headers already sent by ...
Search for information: According to the following blog try in n ways http://www.dabu.info/warning_can ...
Posted by Scriptmaker on Mon, 08 Jul 2019 23:42:08 +0200
Hadoop Introductory Basic Tutorial Hadoop's Server Foundation Environment Construction
This paper demonstrates user configuration, sudo privilege configuration, network configuration, firewall closure, JDK tool installation and so on with K-Master server infrastructure configuration as an example. Users need to complete the basic environment configuration of KVMSlave 1 ~ KVMSlave 3 servers by referring to the following steps.
...
Posted by id10t on Wed, 03 Jul 2019 20:04:30 +0200
A Pressure Test Report for LVS
LVS test report
test plan
Basic Function Testing
Flow pressure test
Response time test
Configuration Correctness Test
Disaster Recovery Testing
Test points
Basic Function Testing
Client IP Address Correctness
Real Server Access Internet Tests (including Iptables Rule Priorities)
Flow pressure test
Flow peak t ...
Posted by chrispbrown on Wed, 03 Jul 2019 01:29:44 +0200
Deploying OpenStreetMap Server with Docker
Last month, my teacher asked me to build Docker's OSM server. At that time, I stepped on the pit while recording. Finally, I got the deployment, so I blogged.
I. Install and configure Docker
This section describes the installation steps of docker in centOS 7 environment. The content is from http://www.runoob.com/docker/docker-tutorial.html Fo ...
Posted by Sassci on Wed, 19 Jun 2019 01:43:59 +0200
Basic interaction between python-boto3 and dynamoDB, backup and recovery of tables
Reference material: http://boto3.readthedocs.io/en/latest/reference/services/dynamodb.html
Recently, due to the need of work, we have studied the dynamoDB part of boto3, and have some experience. Here we summarize it.
The first is the boto3 installation, which runs on a machine equipped with python and pip
sudo pip install boto3
In the of ...
Posted by bucfan99 on Sat, 15 Jun 2019 00:33:31 +0200
Application of OWT-UCM Hierarchical Segmentation Code in Image Segmentation and Extraction of Hierarchical Segmentation Results
A Contour Detection and Hierarchical Image Segmentation paper in Berkeley proposes a new image segmentation algorithm. This paper will briefly introduce the application of the corresponding code of the algorithm.
This article Blog This paper is introduced. Berkeley Resources The page includes database and code download links.
Downloa ...
Posted by oscar2 on Thu, 13 Jun 2019 20:26:37 +0200
Custom Node Scaling Using Ali Cloud Container Service
brief introduction
Ali Cloud Container Service was available early Cluster-based average CPU/memory usage triggers node autoscaling To help many customers cope with resilient changes in business pressures.The principle is to use Ali Cloud's cloud monitoring capabilities to trigger node scaling when resource usage (cpu and memory) reaches a thre ...
Posted by snaack on Mon, 27 May 2019 18:45:41 +0200
ghost blog deployment
Summary
ghost is an open source blog platform based on nodejs
There are many articles about ghost blog deployment, including ghost Chinese network. There are many ways to deploy ghost blog. But I think the most convenient way is to deploy ghost with ghost_cli. ghost-cli is a new tool after version 1.0. Simply put, it can help us install, sta ...
Posted by sfc12345 on Fri, 24 May 2019 22:37:16 +0200