#coding:utf-8 import urllib2 def url_user_agent(proxy,url): proxy_support = urllib2.ProxyHandler({'http':proxy}) opener = urllib2.build_opener(proxy_s... ...
分类:
编程语言 时间:
2017-03-29 13:22:26
阅读次数:
240
$Proxy该类是动态生成的,在运行的时候生成。具体源代码的提取参考的是:http://www.cnblogs.com/ctgulong/p/5011614.html?utm_source=tuicool&utm_medium=referral的blog2.根据上面博客的内容详细写一下生成源代码的过程。参考之前的项目http://yinyueml.blog.51cto.com/4..
分类:
编程语言 时间:
2016-12-16 02:18:40
阅读次数:
381
记录,回公司空余时间继续写
AgentConnect.java/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template i...
分类:
其他好文 时间:
2016-05-13 00:31:11
阅读次数:
173
Centos下Zabbix_Server/agent/proxy的安装配置--------源码编译完整版请查看附件一、环境说明a)软件环境由于是源码安装,官方的zabbix源码包内已经包含了Server,Proxy,Agent,GUI所有组件和必要的执行脚本,截至本文正式版本限于2.2.3;LAMP环境n操作系统使用Centos6.5X86_64最..
分类:
系统相关 时间:
2014-05-14 18:55:40
阅读次数:
724