DescriptionThe cows are going to space! They plan to achieve orbit by building a sort of space elevator: a giant tower of blocks. They have K (1 //把多重...
分类:
其他好文 时间:
2014-11-11 22:24:28
阅读次数:
232
各位1111快乐,不知道大家的卡上还剩多少钱啊~~~TCP server目前遇到一点小瓶颈,不过server的两个人承诺说明天就可以搞定,给他们加油!~!今天的plan~ ViewShilin Liu制作被破坏的砖块贴图ClientJiafan Zhu构造通讯类:Yiming Liao发送tan.....
分类:
其他好文 时间:
2014-11-11 14:18:13
阅读次数:
187
leetcode的第一题,回文数判断。原题如下:For example, "A man, a plan, a canal: Panama" is a palindrome. "race a car" is not a palindrome.Note: Have you consider that t...
分类:
其他好文 时间:
2014-11-09 19:33:04
阅读次数:
300
Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases.For example,"A man, a plan, a canal: Pana...
分类:
其他好文 时间:
2014-11-09 15:07:01
阅读次数:
129
http://blog.csdn.net/tianlesoftware/article/details/5827245 如果要分析某条SQL的性能问题,通常我们要先看SQL的执行计划,看看SQL的每一步执行是否存在问题。如果一条SQL平时执行的好好的,却有一天突然性能很差,如果排除了系统资源和阻塞的...
分类:
数据库 时间:
2014-11-08 15:07:55
阅读次数:
306
Raucous RockersYou just inherited the rights tonpreviously unreleased songs recorded by the popular group Raucous Rockers. You plan to release a set o...
分类:
其他好文 时间:
2014-11-08 10:27:53
阅读次数:
160
FactoryOne industrial factory is reforming working plan. The director suggested to set a mythical detail production norm. If at the beginning of the d...
分类:
其他好文 时间:
2014-11-06 14:19:09
阅读次数:
298
#include #include #include #include #include #include #include #define CMB(ID1, ID2) (((ID1) adj; int dist; City(int d = INT_MAX): dist(d){}};ty...
分类:
其他好文 时间:
2014-11-06 12:43:14
阅读次数:
214
我们的《坦克大战·无尽》正式开始动工了,今天的任务计划如下~[Plan] ViewShilin Liu搭建好开发环境收集素材ControlJiafan Zhu确定开发工具,调研通信APIYiming Liao通信测试ModelSongtao He实现简单map模型框架Junbei Zhang实现.....
分类:
其他好文 时间:
2014-11-06 12:27:11
阅读次数:
286
如何oracle的获取执行计划
1.获取普通执行计划,效果类似于先执行set autot on exp;然后执行sql。
explan plan for your_sql;
select * from table(dbms_xplan.display);
2.获取具有outline信息的执行计划,用sqlprofile调优时非常有用,或者用这个执行计划了解更多oracle内部的hint
...
分类:
其他好文 时间:
2014-11-06 11:10:21
阅读次数:
133