码迷,mamicode.com
首页 >  
搜索关键字:the story of the sto    ( 674个结果
BeautifulSoup高级应用 之 CSS selectors /CSS 选择器
BeautifulSoup支持最常用的CSS selectors,这是将字符串转化为Tag对象或者BeautifulSoup自身的.select()方法。本篇所使用的html为:html_doc = """ The Dormouse's story The Dormouse's...
分类:Web程序   时间:2015-08-20 16:54:21    阅读次数:164
DropDownList查询&Input(Checkbox)查询
DropDownList查询 protected void btnGo_Click(object sender, EventArgs e) { var query1 = _Context.STO.AsQueryable();//根据产品别查 var query2 ...
分类:其他好文   时间:2015-08-20 12:12:29    阅读次数:123
BeautifulSoup的高级应用 之 contents children descendants string strings stripped_strings
继上一节,BeautifulSoup的高级应用 之 find findAll,这一节,主要讲解BeautifulSoup有关的其他几个重要应用函数。本篇中,所使用的html为:html_doc = """ The Dormouse's story The Dormouse's story...
分类:其他好文   时间:2015-08-19 14:55:45    阅读次数:127
POJ 3207 Ikki's Story IV - Panda's Trick(2 - sat啊)
POJ 3207 Ikki's Story IV - Panda's Trick(2 - sat啊)...
分类:其他好文   时间:2015-08-17 21:50:37    阅读次数:115
NYOJ--364--田忌赛马
田忌赛马 时间限制:3000 ms  |  内存限制:65535 KB 难度:3 描述Here is a famous story in Chinese history. "That was about 2300 years ago. General Tian Ji was a high official in the country Qi. He likes to...
分类:其他好文   时间:2015-08-16 19:56:12    阅读次数:103
hdu 3699 Aragorn's Story(树链剖分)
题意:一棵树,已知每个节点的值和连接关系, 三种操作: I x y k将x,y间的节点的值加k; D x y k将x,y间节点的值减k; Q x查询修改后x的值;参考:http://blog.csdn.net/pi9nc/article/details/27316879http://...
分类:其他好文   时间:2015-08-16 14:59:41    阅读次数:216
HDU 5094 --Maze【BFS && 状态压缩】
Maze Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 100000/100000 K (Java/Others) Total Submission(s): 903    Accepted Submission(s): 316 Problem Description This story happened on th...
分类:其他好文   时间:2015-08-14 01:08:14    阅读次数:114
hdoj 5094 Maze 【BFS + 状态压缩】 【好多坑】
Maze Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 100000/100000 K (Java/Others) Total Submission(s): 901    Accepted Submission(s): 314 Problem Description This story happened o...
分类:其他好文   时间:2015-08-13 22:19:12    阅读次数:132
田径赛马
DescriptionHere is a famous story in Chinese history."That was about 2300 years ago. General Tian Ji was a high official in the country Qi. He likes t...
分类:其他好文   时间:2015-08-13 11:26:28    阅读次数:95
[hdu4631 Sad Love Story]最近点对,枚举
题意:S是平面内点的集合,初始为空,每次向集合里面加入一个点P(x,y),询问S内最近点对的距离的平方和思路:设当前集合的答案为D,则找到集合里面横坐标在(x-√D,x+√D)内的数,用它们来更新答案,一边更新答案一边还要更新右边界x+√D,此时的更新注意不要用浮点数开平方算具体右边界,改用判断即可...
分类:其他好文   时间:2015-08-12 16:36:29    阅读次数:194
674条   上一页 1 ... 41 42 43 44 45 ... 68 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!