logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Axel多线程下载工具使用详解

Axel多线程下载工具使用详解http://www.ttlsa.com/tools/axel-multi-thread-download-tool-detailed/http://www.vpser.net/manage/axel.htmlLinux中将一个文件权限分配给某个用户http://kingschan.iteye.com/blog/1935622https://www.google.c

Redis订阅发布消息实例

Redis订阅和发布消息首先,发布端启动 redis-server.exe 服务发布端 pub.py#!/usr/bin/env python# -*- coding: utf-8 -*-'''Created on 2015-9-9@author: sxli'''import redisimport sysclassPublishChannel(object):...

#python#redis
TypeError: takes exactly 1 argument (2 given)

执行以下脚本报错:TypeError: takes exactly 1 argument (2 given)#!/usr/bin/env python# -*- coding: utf-8 -*-'''Created on 2017-12-18@author: sxli'''import redisimport sysclassPublishChannel(obje...

#python
到底了