08 2017 档案
python模拟登陆discuz论坛
摘要:#! /usr/bin/env python # -*- coding: utf-8 -*- import urllib2, urllib, cookielib, re, time class Robot(object): def __init__(self, forumUrl, userName, password, proxy = None): ''' 初始化论坛u... 阅读全文
posted @ 2017-08-22 15:14 Rohero 阅读(1021) 评论(0) 推荐(0)
httpd2.4.27rpm包制作
摘要:http2.4.27 rpm包制作1.安装rpm-buildyum -y install rpm-build2.使用普通用户创建spec规则文件su - lxhvim httpd.spec Name: httpdVersion: 2.4.27 Release: 1%{?dist}Summary: c 阅读全文
posted @ 2017-08-01 15:58 Rohero 阅读(444) 评论(0) 推荐(0)