python爬虫教程:http://python.jobbole.com/81332/ 廖雪峰博客:http://www.liaoxuefeng.com/
python修改mp3标题
很多时候,我们从互联网下载过来的MP3是没有标题的,很烦燥,特意弄了个程序,Mark一下! # coding:utf-8 def ModifyMp3FileInfo(f...
shadowsocks客户端下载
http://sourceforge.net/projects/shadowsocksgui/files/dist/
Advanced File Permissions in Linux
Here we will discuss about the 3 special attributes other than the common read/write/execute. Exampl...
Simple network agent — writen by python
1、从语言的选择方向来说,因为我目的是要方便生活使用,希望能快速达到目的,如果用C和C++来说,工作量稍大些,于是选择了我还算熟悉的python语言 2、里面比较有意思的是在于数据的转发,代理既要承担...
python操作excel
一、安装xlrd模块 到python官网下载http://pypi.python.org/pypi/xlrd模块安装,前提是已经安装了python 环境。 &nbs...
python中的日志模块logging
先上码:import logging import sys import time,os logfile = os.path.basename(sys...
Sublime text 3配置python运行环境
1. 在菜单栏依次点击:Tools->Build System->New Build System... 2. 添加以下内容: { "cmd": , "path":"C:\\Python2...
linux PPTP客户端安装(转载)
Linux使用pptp vpn client 其实很简单的,只是相对文档较少或是落后造成很多Linuxer报怨。下面我简单的列一下操作步骤。 背景: ...
如何登录Linux而不需要密码验证
1、生成公钥 使用如下命令生成公钥:ssh-keygen -t rsa -P ''然后回车一次,此时会在你的$HOME目录下的.ssh目录下生成...