码迷,mamicode.com
首页 >  
搜索关键字:beautiful soup    ( 1340个结果
第一个网络爬虫——简单的抓取网页
早上还有实验验收,先上代码,早上再写。import urllib2import refrom bs4 import BeautifulSoupcontent = urllib2.urlopen("http://www.cnblogs.com/ly941122/").read();soup=Beaut...
分类:Web程序   时间:2015-06-13 01:06:05    阅读次数:215
hubust 1339Touring (最短路Dijkstra算法)
Description:The best friends Mr. Li and Mr. Liu are touring in beautiful country M.M has n cities and m two-way roads in total. Each road connects two...
分类:编程语言   时间:2015-06-10 20:43:41    阅读次数:185
CSU1608: Particle Collider(后缀数组)
Description In the deep universe, there is a beautiful planet named as CS on which scientists have decided to build Immense Colossal Particle Collider (i.e. ICPC) to find the ultimate theory of t...
分类:编程语言   时间:2015-06-10 12:24:37    阅读次数:135
《自己动手写框架9》:理想的开源框架与设计原则
理想的开源框架?她应该是小的、简单的,满足Simple Is Beautiful?她应该是成长性好的,随着不断的扩展,她可以越来越丰满?她应该是有良好工具支持的,为什么要花时间做工具可以完成的事情呢??她应该是自组装的,也就是尽可能的脱离配置,而是用一种依赖即可用,取消依赖即消失的全自动处理模式?她应该是模块化的,所有的内容都可以被打入jar包而作为一个整体进行发布,并且能支持热部署的,可以开着车...
分类:其他好文   时间:2015-06-07 18:57:36    阅读次数:184
Python BeautifulSoup 简单笔记
2013-07-30 22:54 by 江湖么名,2359阅读,0评论,收藏,编辑Beautiful Soup 是用 Python 写的一个 HTML/XML 的解析器,它可以很好的处理不规范标记并生成剖析树。通常用来分析爬虫抓取的web文档。对于 不规则的 Html文档,也有很多的补全功能,节省了...
分类:编程语言   时间:2015-06-03 17:17:34    阅读次数:174
区间查询问题
问题:In your childhood, do you crazy for collecting the beautiful cards in the snacks? They said that, for example, if you collect all the 108 people in...
分类:其他好文   时间:2015-05-31 08:00:44    阅读次数:136
poj 2763 树链剖分(单点更新,区间求值)
http://poj.org/problem?id=2763 Description After their royal wedding, Jiajia and Wind hid away in XX Village, to enjoy their ordinary happy life. People in XX Village lived in beautiful huts. Th...
分类:其他好文   时间:2015-05-28 21:35:48    阅读次数:182
HDU 4607 Park Visit
Problem DescriptionClaire and her little friend, ykwd, are travelling in Shevchenko's Park! The park is beautiful - but large, indeed. N feature spots...
分类:其他好文   时间:2015-05-27 08:31:51    阅读次数:126
Atom编辑器折腾记_(10)CSScomb增强版[CSS/LESS/SASS]
何为CSScomb官方网站只有一句描述: Makes your code beautiful(让你的代码更漂亮) 通俗点讲: CSScomb是用来排版CSS代码的…可以说是格式化插件,依赖nodejs 获取CSScomb–这不是今天的话题官方网站: CSScomb 支持许多编辑器,比如Sublime/Atom/brackets等 第三方CSScomb—这才是今天的话题昨天写了篇CSS3的...
分类:Web程序   时间:2015-05-26 12:41:48    阅读次数:323
UVA 10054 The Necklace
10054 The Necklace My little sister had a beautiful necklace made of colorful beads. Two successive beads in the necklace shared a common color at their meeting point. The figure below shows a segme...
分类:其他好文   时间:2015-05-21 17:27:46    阅读次数:146
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!