码迷,mamicode.com
首页 >  
搜索关键字:Plan    ( 1968个结果
leetcode:Valid Palindrome
一、     题目 题目给出一个字符串,求出它是否为回文字符串,其中只有字母和数字是有效字符,其他的字符可以忽略。 例如:"Aman, a plan, a canal: Panama" 是回文字符串. "race a car" is not a palindrome.不是回文字符串 二、     分析 看到这个题目我首先想到的是使用两个数组将有效字符串保存,其中一个正序一个逆序,然后做比...
分类:其他好文   时间:2014-12-26 21:44:07    阅读次数:152
windbg sos版本不匹配问题解决
dumpheap 时提示:0:105> !dumpheap -stat The garbage collector data structures are not in a valid state for traversal. It is either in the "plan phase...
分类:数据库   时间:2014-12-26 20:14:45    阅读次数:398
Heapsort
Basic plan for in-place sort. a.Create max-heap with all N keys. b.Repeatedly remove the maximum key. Procesure #include #include int N=11; char a[]={' ','S','E','E','L','M','O','P','R','S','T','...
分类:其他好文   时间:2014-12-26 09:42:19    阅读次数:186
mybatis入门
1.1.  什么是 MyBatis ? MyBatis 是支持普通 SQL 查询,存储过程和高级映射的优秀持久层框架。MyBatis 消除 了几乎所有的 JDBC 代码和参数的手工设置以及结果集的检索。MyBatis 使用简单的 XML 或注解用于配置和原始映射,将接口和 Java的 POJOs(Plan Old Java Objects,普通的 Java 对象)映射成数据库中的记录。 ...
分类:其他好文   时间:2014-12-23 19:34:47    阅读次数:192
软件测试基础(五) 测试方案与测试计划
测试计划Testing plan,描述了要进行的测试活动的范围、方法、资源和进度的文档。它确定测试项、被测特性、测试任务、谁执行任务、各种可能的风险。测试计划可以有效预防计划的风险,保障计划的顺利实施。简而言之,测试计划说的是“做什么”。测试方案描述的是测试需要测试的特性,测试的方法,测试环境的规划...
分类:其他好文   时间:2014-12-23 19:23:16    阅读次数:136
用m2eclipse创建Maven项目时报错??
Could not calculate build plan: Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.7.1 from http://repo1.maven.org/maven2 was ca...
分类:系统相关   时间:2014-12-22 21:04:37    阅读次数:225
POJ2392Space Elevator(多重背包)
Space Elevator Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 8701   Accepted: 4135 Description The cows are going to space! They plan to achieve orbit by b...
分类:其他好文   时间:2014-12-19 22:03:07    阅读次数:181
oracle学习----特殊的连接方式
1.笛卡儿积 merge join cartesionSQL> select ename,dname from emp,dept;已选择56行。执行计划----------------------------------------------------------Plan hash value:...
分类:数据库   时间:2014-12-17 12:42:20    阅读次数:199
人人都是 DBA(IV)SQL Server 内存管理
原文:人人都是 DBA(IV)SQL Server 内存管理SQL Server 的内存管理是一个庞大的主题,涉及特别多的概念和技术,例如常见的 Plan Cache、Buffer Pool、Memory Clerks 等。本文仅是管中窥豹,描述常见的内存管理相关概念。 在了解内存管理之前,通过 s...
分类:数据库   时间:2014-12-10 16:13:16    阅读次数:330
Explain tables does not exist. Check the explain plan properties for this database connection.
使用DbVisulalizer链接db2,查看执行计划是报错误  Explain tables does not exist. Check the explain plan properties for this database connection. 就是执行计划的表不村子,检查执行计划属性。 查看连接属性如下 只有DB2LUW里面才有Explain Plan属性,所以先调...
分类:数据库   时间:2014-12-08 15:35:28    阅读次数:236
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!