本文出自Svitter的blog
——踏踏实实的做事儿啊!
POJ2528
题意
The citizens of Bytetown, AB, could not stand that the candidates in the mayoral election campaign have been placing their electoral posters at all place...
分类:
其他好文 时间:
2014-08-07 19:16:20
阅读次数:
270
mysql 中 FIND_IN_SET 是判断某个字符串是否在带逗号的字符串中
例如 SELECT
t.group_id,
COUNT(group_id) tsum
FROM (SELECT
group_id
FROM xx
WHERE FIND_IN_SET(openid,'qqqwqnfocFq5IL2sXB2Qu0I,oarwerrr...
分类:
数据库 时间:
2014-08-07 19:08:40
阅读次数:
268
Find The Multiple
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 18012
Accepted: 7297
Special Judge
Description
Given a positive integer n, write a pr...
分类:
其他好文 时间:
2014-08-07 19:06:40
阅读次数:
221
一、非变异算法
是一组不破坏操作数据的模板函数,用来对序列数据进行逐个处理、元素查找、子序列搜索、统计和匹配。非变异算法具有极为广泛的适用性,基本上可应用与各种容器。
1查找容器元素find
它用于查找等于某值的元素。它在迭代器区间[first,last)(闭开区间)上查找等于value值的元素,如果迭代器i所指的元素满足*i=value,则返回迭代器i;未找到满足条件的元素,返...
分类:
其他好文 时间:
2014-08-07 18:59:50
阅读次数:
306
//使用JQuery 给页面元素自定义属性添加值 , 和获取值:function kmTypeChange(){ var typeDesc= jQuery("#kmtype").find("option:selected").attr("desc"); jQuery("#typeDesc").h.....
分类:
Web程序 时间:
2014-08-07 18:51:10
阅读次数:
272
Oracle XE 标准连接 Oracle XE(或者"Oracle Database 10g Express Edition")是一个简单免费发布的版本。 以下是语法格式:Driver=(Oracle in XEClient);dbq=111.21.31.99:1521/XE;Uid=myUser...
分类:
数据库 时间:
2014-08-07 18:49:00
阅读次数:
300
Longest Consecutive SequenceGiven an unsorted array of integers, find the length of the longest consecutive elements sequence.For example,Given[100, 4...
分类:
其他好文 时间:
2014-08-07 18:13:20
阅读次数:
171
find your present (2)
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/1024 K (Java/Others)
Total Submission(s): 15349 Accepted Submission(s): 5821
Problem Description
In t...
分类:
其他好文 时间:
2014-08-07 13:10:40
阅读次数:
230
参考http://zachary-guo.iteye.com/blog/6051161. div+p 选择紧接在 元素之后的所有 元素。解释 : find p , p.prev = div 就ok!2. [class~=flower] 选择 title 属性包含单词 "flower" 的所有元素.....
分类:
Web程序 时间:
2014-08-07 12:15:19
阅读次数:
223
题目:Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)You ha....
分类:
编程语言 时间:
2014-08-07 05:11:48
阅读次数:
258