自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (4)
  • 收藏
  • 关注

原创 Crawl AJAX dynamic web page using Python 2.x and 3.x

The term AJAX is short for Asynchronous Javascript and XML. It uses the Javascript XMLHttpRequest function to create a tunnel between the client's browser and the server to transmit information back a

2016-06-25 05:36:42 772

原创 Crawl GB2312 encoded webpages with Python 3.x

The following code works well. from urllib.request import urlopen import bs4 doc= urlopen("http://www.w3school.com.cn/html/html_tables.asp") soup = bs4.BeautifulSoup(doc,fromEncoding="GB2312") a=s

2016-06-25 01:44:36 718

原创 detect the encoding of files in Python

I found a very useful Python package for detecting the encoding of files. It's chardet.  1. install chardet pip install chardet 2. an example of how to use it Python 2 import urllib rawdata

2016-06-23 23:46:30 652

wince 罗技pro5000摄像头驱动

wince pxa270开发板 罗技 Logitech quickcam pro5000摄像头驱动

2010-12-25

QQ聊天程序 Java

此程序简单明了,模拟QQ功能。Java语言编写。

2010-10-17

贪吃蛇小游戏,纯C语言编写

经典的贪吃蛇源代码,代码容易看懂,操作方便。C语言编写,是做课设和练习编写游戏的首选。希望大家评分。

2009-08-25

兔子过河C语言代码小游戏

一款很实用的C语言小游戏,自己编的,对于游戏入门会有很大的帮助。圆圈代表兔子,方块代表木板。兔子借助木板跳过河去。可选择游戏的难易程度,也有输入胜利者名称的功能。

2009-08-25

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除