import re import requests import random import time import os.path from bs4 import BeautifulSoup import pymysql user_agent_list = [ "Mozilla/5.0 (Wind ...
分类:
其他好文 时间:
2020-07-09 15:06:17
阅读次数:
72
import requests from bs4 import BeautifulSoup # 实现有道在线翻译 trans_url = 'http://m.youdao.com/translate' headers = {'User-Agent': 'Mozilla/5.0 (Linux; And ...
分类:
其他好文 时间:
2020-07-08 22:57:00
阅读次数:
222
1、LAMP 环境搭建 1.1 、安装 apache 安装 pcre tar -zxvf pcre-8.41.tar.gz cd pcre-8.41 ./configure --prefix=/home/pcre make make install 安装 apr tar -zxvf apr-1.6. ...
分类:
其他好文 时间:
2020-07-08 21:26:11
阅读次数:
65
场景:aws跟aliyun多个区域的服务器需要安装部署ilogtail 通过ansible-playbook去安装部署,由于服务器是内网才能ssh进去,所以分开多个区域去执行playbook 主机清单目录,里面hosts文件,由于不同区域的user_defind_id不同,即ilogtail的机器组 ...
分类:
其他好文 时间:
2020-07-08 19:45:02
阅读次数:
72
从zabbix3.X开始 php必须5.4.x以上 系统7系列5.4.16 系统6系列5.3.x (1)安装相关依赖包 yum -y install gcc gcc-c++ httpd mariadb mariadb-server php php-devel php-mysql pcre-devel ...
分类:
其他好文 时间:
2020-07-08 12:55:55
阅读次数:
56
当线程执行通过后,接来下来我们看一下如何监测服务器相关性能指标: 一、需要安装ServerAgent插件到服务器和本地,进行连接: (1)网上下载ServerAgent,并解压到本地后,把lib/ext目录下的JMeterPlugins-Standard.jar复制到Jmeter相同目录下(lib/ ...
分类:
其他好文 时间:
2020-07-07 19:34:37
阅读次数:
61
.net的WebClient在网络编程中用来同远方地址通讯,正常情况下不需要明确设置user-agent , 但有的时候远方地址可能有针对连接请求user-agent的判断处理,如果必要我们可以为webclient加上user-agent 。 WebClient client = new WebCl ...
分类:
Web程序 时间:
2020-07-07 17:32:20
阅读次数:
84
本文链接:https://www.cnblogs.com/obarong/p/13260626.html 名词解释: AEC(agent event center):用户事件中心。 VoIP(Voice over Internet Phone):网络语音电话业务 项目: starrtc-web:前端 ...
分类:
其他好文 时间:
2020-07-07 15:37:24
阅读次数:
284
# -*- coding:utf-8 -*- import requests from bs4 import BeautifulSoup url = "http://top.baidu.com/buzz?b=1&fr=topindex" header = { "user-agent": "Mozil ...
分类:
其他好文 时间:
2020-07-06 16:29:50
阅读次数:
414