自定义博客皮肤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)
  • 资源 (2)
  • 收藏
  • 关注

原创 谈谈我是怎么学会python的

python我第一次听说的时候, 觉得不错, 毕竟代码缩进的很规范. 我以前很想学python的, 只是除了加减乘除在IDLE里弄完了之后, 觉得没什么意思, 就卸载了.  装了, 卸载, 后来再装, 又卸载了, 就这样, 倒腾了很多回, 还仅仅是了解了python的基本数据结构和流程. 后来我又开始学python了, 这会是web的原因, 主要是看到了zope, 一个w

2013-10-24 12:13:42 10583

原创 用python写了一个简单的模拟浏览器抓取网页的库webclient

对http协议过程中发送的http header和服务器返回的 http response info, 均可以print 调试(实际上我改为了 logging记录) 主要的特点: print http request headers # 打印 http 请求头信息 print http request cookies # 打印 http 请求的时候发送的cookie信息 print htt

2013-10-08 21:15:27 6047

原创 用python模拟一个文本浏览器来抓取网页

最近在研究爬虫, 主要是用urllib和urllib2以及其他的一些标准库. 当然, urllib2的缺点就是不能看到 http请求发送了那些header, 服务器返回的信息也看不到, 只能看到html代码. 实际情况肯定是能够看到的, 只是调用起来比较麻烦. 比如, 你构造了 Request(url, data), 你想看看你的http请求都有哪些东西, 你就不是很方便了. 比如看到下面

2013-10-08 20:39:47 5935

Selenium IE WebDriver

Selenium IE WebDriver

2017-08-06

DDTCMS 0.2.3.pre.20090808

a CMS based on django 1.0,supported by Django Dream Team,created by huyoo353 on 2008-NOV-10. -------------------------------------------------------------------------------- ddtcms ver0.1一些说明: 取消了registration的整合,因为它在google code不弄了,我用了userprofile,功能更强 使用的photologue加了自动修改上传的图片名,采用时间和随机码 -------------------------------------------------------------------------------- ddtcms一些说明: 模板的css参考了聚友网http://www.ogo.cc/index.php 首页index.html的框架用了一点poco网的,最顶端的参考了QQ首页的横条。 模板使用我想让每个app自带模板 views很多没有写,大多用的是generic_views blog用了分页,news,article继承blog的entry对象 评论使用了django自带的comments http://127.0.0.1/sitemap.xml 有错误,因为django自带flatpage有问题 http://127.0.0.1/sitemap_blog.xml 可以用 整合了registration,profiles,django-forum,前两者主要是解决了一些模板的问题,就可以用了。以后要完善的就是mysite 的 member模块了。 模板标记中,因为django-forum使用了markdown,所以要下载和安装markdown。 另外,国际化页面,使用了gettext,请到sf下载安装 以上内容见docs/更新历史。txt 还有很多地方要完善,首先要完善的就是的blog中不能发图片,只有photo模块可以发图片,现在比较忙,以后在搞吧,嘿嘿 截图请到我的群相册中去看 我的群号码69930365,Django 梦之队,欢迎讨论时加入,是一个公开小群,来者不拒,上限100人。 代码去除了(.pyc) rar格式压缩,共计3.6M ,包含了网站截图和一些图片,还有一些参考资料,以及一些模板碎片 忘了说了我的django是1.0版本的 -------------------------------------------------------------------------------- 管理帐户/密码 admin/admin DDTCMS Summary: DDTCMS(Django Dream Team's Content Management System),is a CMS based on django 1.0,supported by Django Dream Team,created by huyoo353 on 2008-NOV-10. http://code.google.com/p/ddtcms/ admin u/p: admin/admin Requirements: * django 1.0 Django version 1.0 or greater. * PILThe Python Imaging Library,Source: http://www.pythonware.com/products/pil/ * markdown Markdown is a text-to-HTML conversion tool for web writers. http://daringfireball.net/projects/markdown/ * django-navbar Site navigation controlled from the django admin with: Navigation bar Navigation tree Chained Navigation bars JSON sub tree requests (comming soon) Permission control on which entries are seen http://code.google.com/p/django-wikiapp/ # django-wikiapp Django WikiApp is a pluggable application for Django that aims to provide a complete Wiki (for really small values of "complete") http://code.google.com/p/django-wikiapp/ # django-photologue # django-forum # django-tagging # django-pressroom # gettext Optional(needed when you use i18n tags in code or templates) # Google Data API Optional(allows image searching) Download it from http://code.google.com/p/gdata-python-client/ # django-profile http://code.google.com/p/django-profile/ This is a Django pluggable user profile zone which can be used and customized easily in your social application web platform developed in django. App Directory Structure: appname/ --templates/ ----appname/ --templatetags/

2009-11-26

空空如也

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

TA关注的人

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