码迷,mamicode.com
首页 >  
搜索关键字:Plan    ( 1968个结果
mybatis实现增删改查
MyBatis 是支持普通 SQL 查询,存储过程和高级映射的优秀持久层框架。MyBatis 消除 了几乎所有的 JDBC 代码和参数的手工设置以及结果集的检索。MyBatis 使用简单的 XML 或注解用于配置和原始映射,将接口和 Java 的 POJOs(Plan Old Java Object...
分类:其他好文   时间:2014-07-10 00:39:15    阅读次数:224
LeetCode Valid Palindrome
Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. For example, "A man, a plan, a canal: Panama" is a palindrome. "race a car" is no...
分类:其他好文   时间:2014-06-27 10:36:41    阅读次数:183
LeetCode:Valid Palindrome
Given a string, determine if it is a palindrome, considering only alphanumeric  characters and ignoring cases. For example, "A man, a plan, a canal: Panama" is a palindrome. "race a car" i...
分类:其他好文   时间:2014-06-24 18:16:02    阅读次数:147
LeetCode: Valid Palindrome [125]
【题目】 Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. For example, "A man, a plan, a canal: Panama" is a palindrome. "race a car" is not a palindrome. Note: Have you consider that the string m...
分类:其他好文   时间:2014-06-24 15:35:07    阅读次数:150
GTD之图表
先挂个网站,褪墨·时间管理。还有一个温馨小站,風乃の部屋。学习啊。上图:之一播放幻灯片全部下载【之一】之Actions:【之一】之Done:【之一】之Week plan:【之一】之Month Plan:
分类:其他好文   时间:2014-06-24 11:33:58    阅读次数:238
SQL Server 性能调优 之执行计划(Execution Plan)调优
SQL Server 性能调优 之执行计划(Execution Plan)调优...
分类:数据库   时间:2014-06-22 20:32:58    阅读次数:203
使用hint优化Oracle的执行计划
背景: 某表忽然出现查询非常缓慢的情况,cost 100+ 秒以上;严重影响生产。 原SQL: explain plan for select * from ( select ID id,RET_NO retNo, FROM_SYS fromSy, TO_SYS toSys, COMMAND_CODE commandCode, COMMAND, STATUS, EXT_CODE,...
分类:数据库   时间:2014-06-22 14:32:23    阅读次数:277
[Oracle] - 性能优化工具(5) - AWRSQL
在AWR中定位到问题SQL语句后想要了解该SQL statement的详细运行计划,于是就用AWR报告中得到的SQL ID去V$SQL等几个动态性能视图中查询,但发现V$SQL或V$SQL_PLAN视图都已经找不到相应SQL ID的记录,一般来说这些语句已经从shared pool共享池中被替换出去...
分类:数据库   时间:2014-06-18 09:55:27    阅读次数:332
Oracle SQL执行计划基线总结(SQL Plan Baseline)
Oracle 11g开始,提供了一种新的固定执行计划的方法,即SQL plan baseline,中文名SQL执行计划基线(简称基线),可以认为是OUTLINE(大纲)或者SQL PROFILE的改进版本,基本上它的主要作用可以归纳为如下两个: 1、稳定给定SQL语句的执行计划,防止执行环境或对象统计信息等等因子的改变对SQL语句的执行计划产生影响! 2、减少数据库中出现SQL语句性能退化的概率,理论上不允许一条语句切换到一个比已经执行过的执行计划慢很多的新的执行计划上! 注意: 1、从Oracle的发展角...
分类:数据库   时间:2014-06-15 19:57:05    阅读次数:362
【leetcode】Valid Palindrome
Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. For example, "A man, a plan, a canal: Panama" is a palindrome. "race a car" is no...
分类:其他好文   时间:2014-06-10 18:36:29    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!