码迷,mamicode.com
首页 >  
搜索关键字:could not find driver    ( 34312个结果
POJ2528___
本文出自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 用法
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
poj 1426 Find The Multiple (bfs 搜索)
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
STL之涉及到的算法
一、非变异算法 是一组不破坏操作数据的模板函数,用来对序列数据进行逐个处理、元素查找、子序列搜索、统计和匹配。非变异算法具有极为广泛的适用性,基本上可应用与各种容器。 1查找容器元素find 它用于查找等于某值的元素。它在迭代器区间[first,last)(闭开区间)上查找等于value值的元素,如果迭代器i所指的元素满足*i=value,则返回迭代器i;未找到满足条件的元素,返...
分类:其他好文   时间:2014-08-07 18:59:50    阅读次数:306
JQuery学习备忘
//使用JQuery 给页面元素自定义属性添加值 , 和获取值:function kmTypeChange(){ var typeDesc= jQuery("#kmtype").find("option:selected").attr("desc"); jQuery("#typeDesc").h.....
分类:Web程序   时间:2014-08-07 18:51:10    阅读次数:272
oracle 连接字符串备份
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
[leetcode]Longest Consecutive Sequence
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
hdu 2095 find your present (2) 找到只出现一次的数字
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
css 选择器 (学习笔记)
参考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
Edit Distance leetcode java
题目: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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!