Chinaunix首页 | 论坛 | 博客
  • 博客访问: 54188
  • 博文数量: 18
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 145
  • 用 户 组: 普通用户
  • 注册时间: 2017-02-03 22:58
文章分类

全部博文(18)

文章存档

2017年(18)

我的朋友

发布时间:2017-03-02 18:11:31

基本的读取配置文件
-read(filename) 直接读取ini文件内容
-sections() 得到所有的section,并以列表的形式返回
-options(section) 得到该section的所有option
-items(section) 得到该section的所有键值对
-get(section,option) 得到section中option的值,返回为string类型
-getint(section,option) 得到section中option的值,返回为int类型,还有相应的getboolean()和getfloat() 函数。......【阅读全文】

阅读(1265) | 评论(0) | 转发(0)

发布时间:2017-02-17 01:59:49

测试点击(此处)折叠或打开#coding:utf-8from bs4 import BeautifulSoupimport urllib2import reimport sysHomePage="http://www.niu173.com/"'''   .........【阅读全文】

阅读(1228) | 评论(0) | 转发(0)

发布时间:2017-02-17 00:17:43

Python beautifulsoup 初使用......【阅读全文】

阅读(1093) | 评论(0) | 转发(0)

发布时间:2017-02-14 22:16:02

socket select 服务端......【阅读全文】

阅读(1194) | 评论(0) | 转发(0)

发布时间:2017-02-14 22:12:36

python 爬取视频url 迅雷批量下载......【阅读全文】

阅读(1250) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册