poj3356 字符串的最小编辑距离 dpAGTCTime Limit:1000MSMemory Limit:65536KTotal Submissions:10895Accepted:4188DescriptionLetxandybe two strings over some finite al...
分类:
其他好文 时间:
2015-09-04 07:34:08
阅读次数:
165
text-overflow是css3的属性,用来处理文本溢出,默认裁剪处理,text-overflow属性只能用于block和inline-block元素,内联的和box,flexbox不适用用法:div{white-space: nowrap;text-overflow:ellipsis;over...
分类:
其他好文 时间:
2015-09-03 15:22:02
阅读次数:
202
Book Description“About a year ago, noticing that Apple had not updated Objective-C much over the past few years, I got intimations that they were work...
分类:
移动开发 时间:
2015-09-03 01:52:06
阅读次数:
171
Keep an eye on comes with obstacles, Diesel-engined devices really are basically no different, really clockwork devices corruption over an obvious wid...
分类:
其他好文 时间:
2015-09-02 14:47:56
阅读次数:
188
--查看最耗磁盘读写率的磁盘语句 select *from (select v.sql_id,v.child_number,v.sql_text,v.elapsed_time,v.cpu_time,v.disk_reads,rank() over(order by v.disk_reads desc...
分类:
数据库 时间:
2015-09-02 00:30:11
阅读次数:
315
1、采用row_number方法。SELECT *FROM (SELECT RowNumber =row_number() OVER (PARTITION BY TaskID ORDER BY ProduceDate DESC), * FROM dbo.ShippingDocument)tWHERE...
分类:
数据库 时间:
2015-09-01 10:32:19
阅读次数:
152
题目连接http://poj.org/problem?id=1273Drainage DitchesDescriptionEvery time it rains on Farmer John's fields, a pond forms over Bessie's favorite clover p...
分类:
其他好文 时间:
2015-08-31 15:03:41
阅读次数:
190
1048. Find Coins (25)时间限制50 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueEva loves to collect coins from all over the universe, including some ot...
分类:
其他好文 时间:
2015-08-30 21:02:01
阅读次数:
137
Limak is a grizzly bear who desires power and adoration. He wants to win in upcoming elections and rule over the Bearland.
There are n candidates, including Limak. We know how many citizens are goi...
分类:
其他好文 时间:
2015-08-30 12:57:12
阅读次数:
171
时间挤挤总是有的太久不做题,脑子都生锈了。来道水题练练手题目地址:https://leetcode.com/problems/binary-search-tree-iterator/题目内容:Implement an iterator over a binary search tree (BST)....
分类:
其他好文 时间:
2015-08-30 00:56:27
阅读次数:
155