E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
urllib.request
python实现2014火车票查询代码分享
Python3.3.3,PyQt5.1.1复制代码代码如下:#-*-coding:utf-8-*-#Python3.3.3#PyQt5.1.1importsys,time,re,urllib.parse,
urllib.request
·
2014-01-10 09:22
sublime的安装和使用
安装控制台: 1、通过快捷键 ctrl+` 或者 View > Show Console 菜单打开控制台 2、粘贴对应版本的代码后回车安装 适用于 Sublime Text 3: import
urllib.request
zjlbckf
·
2013-12-28 19:00
sublime
python 中的好多中文乱码问题
用python的
urllib.request
打开的url中如果有中文,是无法识别的。
Silent_Ray
·
2013-12-27 19:42
python
中文乱码
python模拟登录百度贴吧(百度贴吧登录)实例
复制代码代码如下:#-*-coding:utf-8-*-#python3.3.3importsys,time,re,urllib.parse,
urllib.request
,http.cookiejar,
·
2013-12-18 15:18
python模块学习---json
importos,io,sys,re,time,base64,json importwebbrowser,
urllib.request
defmain(): url="http://m.weather.com.cn
xing_anksh
·
2013-12-16 09:00
json
python
实践中Python 2.x 与 python 3.x 的改动
1,在3中没有urllib2,改为
urllib.request
,结合BeautifulSoup,抓取网页: resp=urllib.request.urlopen(url) soup=BeautifulSoup
xing_anksh
·
2013-12-13 18:00
python
浅谈Python http库 httplib2
浅谈Pythonhttp库httplib2http.client是实现了rfc2616,http协议的底层库
urllib.request
建立在http.client之上一个抽象层。
WeirdBird
·
2013-11-30 23:00
Python3 urllib GET方式获取数据
GET方式示例【百度搜索】 #encoding:UTF-8 import urllib import
urllib.request
#数据字典 data={} data['word']='python3
Mr_Tank_
·
2013-11-03 13:00
python3
Sublime Text 3 安装Package Control
Package Control很麻烦,现在简单的方法来了 一、简单的安装方法 使用Ctrl+`快捷键或者通过View->Show Console菜单打开命令行,粘贴如下代码: import
urllib.request
·
2013-09-09 20:00
Sublime Text
python获取最全ip归属地并数据库本地化
8importurllib.requestimporturllib.responseimporturllib.parseimportmysql.connectorassqlimportredis,re#抓取ip地址归属地defcurl_ip(ip): conn_req=
urllib.request
wylok
·
2013-08-30 17:55
数据库
IP
获取
本地化
归属地
python抓去网页
在调用包的时候出现一点差别,最后也是多番尝试,实现python3中的urllibmodule到python2.x的urllib和urllib2的调用的一些转换: 由于python3中将urllib分成了
urllib.request
cqsh1988
·
2013-08-23 22:17
python
技术
网页
values
Python Challenge Level 3 ~ 4
/usr/bin/python import
urllib.request
import re ""&q
dexterfeng
·
2013-08-23 14:00
python
使用Python访问并下载网页内容
/usr/local/bin/python3.2 import
urllib.request
,io,os,sys req=urllib.request.Request("http://bbs.admin5
oMingZi12345678
·
2013-07-14 09:00
python3处理json
importos,io,sys,re,time,base64,json importwebbrowser,
urllib.request
defmain(): "mainfunction" url
yuechuzhao
·
2013-07-04 09:00
Sublime Text 插件
按Ctrl+`调出console(注:安装有QQ输入法的这个快捷键会有冲突的,输入法属性设置-输入法管理-取消热键切换至QQ拼音) 粘贴以下代码到底部命令行并回车: 3的方法 import
urllib.request
·
2013-05-27 11:00
Sublime Text
Python3模拟金山快盘打卡
# zhouxianglh 2013.05.09 python3.3 # Python 模拟登录,然后记录cookie,打卡签到 import
urllib.request
import http.cookiejar
zhouxianglh
·
2013-05-09 11:00
python3
Python3模拟金山快盘打卡
# zhouxianglh 2013.05.09 python3.3 # Python 模拟登录,然后记录cookie,打卡签到 import
urllib.request
import http.cookiejar
zhouxianglh
·
2013-05-09 11:00
python3
Python3模拟登录获取页面内容
# zhouxianglh 2013.05.03 python3.3 # Python 模拟登录,然后记录cookie,之后获取公司OA主页公文信息 import
urllib.request
import
zhouxianglh
·
2013-05-08 17:00
python
Python3模拟登录获取页面内容
# zhouxianglh 2013.05.03 python3.3 # Python 模拟登录,然后记录cookie,之后获取公司OA主页公文信息 import
urllib.request
import
zhouxianglh
·
2013-05-08 17:00
python
python获取网站图片
# zhouxianglh 2013.05.03 python3.3 import
urllib.request
from html.parser import HTMLParser import
zhouxianglh
·
2013-05-08 08:00
python
python获取网站图片
# zhouxianglh 2013.05.03 python3.3 import
urllib.request
from html.parser import HTMLParser import
zhouxianglh
·
2013-05-08 08:00
python
十Python之Http Web服务(网页抓取二)
urllib.request
建立在http.client之上一个抽象层
dkz
·
2013-03-06 10:00
http
python
web服务
网页抓取
十Python之Http Web服务(网页抓取二)
urllib.request
建立在http.client之上一个抽象层。
zhdkn
·
2013-03-06 10:00
http
python
web服务
网页抓取
python
urllib.request
importurllib.request url='http://www.baidu.com' response=urllib.request.urlopen(url) text=response.read() textdecode=text.decode("utf8") response.close() print(textdecode)
weiyidemaomao
·
2013-02-22 16:00
黄聪:python访问抓取网页常用命令(保存图片到本地、模拟POST、GET、中文编码问题)
简单的抓取网页: import
urllib.request
url="http://google.cn/" response=urllib.request.urlopen
·
2011-09-03 18:00
python
Python 3来抓取网页
用Python来抓取网页是很容易的,前面也写过很多类似的内容,但在Python3.0中,内容多多少少有些不同,下面进行一下介绍.简单的抓取网页:viewplainimport
urllib.request
yatere
·
2011-07-20 10:00
python
服务器
测试
url
python抓取网页
import io import sys import os import time import socket import locale import datetime from
urllib.request
jeafu
·
2011-03-03 09:00
socket
python
正则表达式
OS
Blog
python3实现带cookie的上传文件
/usr/bin/envpythonimporthttp.cookiejar,
urllib.request
,http.clientimporturl
liuyukuan
·
2010-04-13 23:00
String
python
url
Random
Class
logging
简单的PYTHON应用(使用了urllib, re等库)
/usr/bin/env python import sys import re import
urllib.request
from urllib.parse import urlparse def
kingoal
·
2009-03-17 20:00
html
python
网络应用
用Python 3000 写点有用的东西 - 解析网页
打印出网页 import
urllib.request
url = 'http://www.google.cn/' f = urllib.request.urlopen(url) try
JackyCheng2007
·
2008-12-16 22:00
java
html
python
Google
F#
用Python 3000 写点有用的东西 - 解析网页
打印出网页 import
urllib.request
url = 'http://www.google.cn/' f = urllib.request.urlopen(url) try
JackyCheng2007
·
2008-12-16 22:00
java
html
python
Google
F#
上一页
9
10
11
12
13
14
15
16
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他