题目意思:
http://poj.org/problem?id=1458
给出两个字符串,求出这两个字符串的最长子序列的长度,最长子序列的定义如下:
Given a sequence X = another sequence Z = is a subsequence of X if there exists a strictly increasing sequence of ind...
分类:
其他好文 时间:
2014-11-08 23:39:50
阅读次数:
296
介绍了Fragment在使用过程中经常导致应用崩溃的原因,以及如何避免这种崩溃...
分类:
其他好文 时间:
2014-11-08 18:16:01
阅读次数:
210
一、子查询补充:Exists的用法:select*fromhahawhereexists(select*frombumenwherebumen.code=haha.bumen,andbumen.name='销售部')andage>35--相当于循环嵌套语句一般用法:=select*fromhahaw...
分类:
数据库 时间:
2014-11-08 16:39:06
阅读次数:
304
http://blog.csdn.net/hollboy/article/details/7550171对于Oracle中没有 if exists(...) 的语法,目前有许多种解决方法,这里先分析常用的三种,推荐使用最后一种第一种是最常用的,判断count(*)的值是否为零,如下declare v...
分类:
数据库 时间:
2014-11-08 15:05:31
阅读次数:
198
有时候因网络太慢或中断 就会出现这种锁定状态
1、在客户端命令行使用命令 svn cleanup D:/MyEclipse/workspace/WebRoot/...(被锁定的文件夹)
2、直接进入到上面的文件夹下的.svn目录,删除lock文件就可以了
3、直接在eclipse中 项目右键 team - 清理(cleanup)...
分类:
其他好文 时间:
2014-11-07 22:07:45
阅读次数:
302
首先判断一个关键字在另外一张表中是否存在很容易!如果判断的关键字有多个字段构成怎么办呢?...
分类:
其他好文 时间:
2014-11-07 11:27:20
阅读次数:
146
错误: java.lang.IllegalStateException: Already attached本文地址: http://blog.csdn.net/caroline_wendy可能原因: @Override
protected void onContinueCreate(Bundle savedInstanceState) {
super.onCreate...
分类:
移动开发 时间:
2014-11-07 08:39:47
阅读次数:
1125
变量用来临时存储数据运算符练习:优先级① *,%,/② 正,负号③ +,-④ >,=,,!=,!⑤ not⑥ and,or,between(范围)⑦ all(全部),any(任一),in,like(模糊查询),some,exists(存在)⑧ =
分类:
数据库 时间:
2014-11-06 21:28:17
阅读次数:
191
Suppose a sorted array is rotated at some pivot unknown to you beforehand.
(i.e.,
0 1 2 4 5 6 7 might become
4 5 6 7 0 1 2).
Find the minimum element.
You may assume no duplicate exists in the ...
分类:
其他好文 时间:
2014-11-06 17:35:17
阅读次数:
206
2012-04-11 ibatis exception“Alias name conflict occurred. The alias 'weibobo' is already mapped to the value 'null'.”别名已有定义,sqlmap的namespace只是方便调用定义的语...
分类:
数据库 时间:
2014-11-06 16:23:38
阅读次数:
212