This is a preliminary document for an API or
technology in development. Apple is supplying this information to help you plan
for the adoption of the t...
分类:
移动开发 时间:
2014-06-13 14:05:54
阅读次数:
462
This how-to will explain how to download rpm
packages from a yum repository without installing them. This will work on Redhat
Enterprise Linux 5.x, Fe...
分类:
其他好文 时间:
2014-06-11 22:07:34
阅读次数:
406
Physical
Plan生成过程优化后的逻辑运行计划被LogToPhyTranslationVisitor处理,生成物理运行计划。这是一个经典的Vistor设计模式应用场景。当中,LogToPhyTranslationVisitor的visit()为入口方法,通过DependencyOrderWa...
分类:
其他好文 时间:
2014-06-10 21:35:33
阅读次数:
362
一、Query ProfilerMySQL 的Query Profiler
是一个使用非常方便的Query 诊断分析工具,通过该工具可以获取一条Query 在整个执行过程中多种资源的消耗情况,如CPU,IO,IPC,SWAP
等,以及发生的PAGE FAULTS,CONTEXT SWITCHE 等等...
分类:
其他好文 时间:
2014-06-09 21:24:10
阅读次数:
305
题目:For example,"A man, a plan, a canal: Panama" is a palindrome. "race a car" is not a palindrome.
解题思路:验证一个字符串是否是回文字符串。首先看看wiki上对于回文的解释:回文,亦称回环,是正读反读都能读通的句子,亦有将文字排列成圆圈者,Famous examples include "Amore, Roma", "A man, a plan, a canal: Panama" and "No 'x' in...
分类:
其他好文 时间:
2014-06-08 16:30:29
阅读次数:
235
SQLSERVER 里经常看到的CACHE
STORES是神马东东?当我们在SSMS里执行下面的SQL语句清空SQLSERVER的缓存的时候,我们会在SQL ERRORLOG里看到一些信息DBCC
FREEPROCCACHE大家可以看到cachestore、object plans、sql plan...
分类:
数据库 时间:
2014-06-07 23:37:19
阅读次数:
380
This is the beginning of my plan. Or this is a
manifesto, a motivation for me. Note what I read, good or bad, old or new, Tao
or method. Maybe sometim...
分类:
其他好文 时间:
2014-06-05 15:57:51
阅读次数:
373
今天是2014-05-27,实在无聊顺便研究一下x$kccle的内容吧。如下全部是自己分析和实验结果,真实可靠。
1、如何获得v$log的底层表?我们可以通过autotrace完成查看如:
SQL> set autotrace trace exp
SQL> set linesize 200
SQL> select * from v$log;
Execution Plan
--------...
分类:
其他好文 时间:
2014-06-05 01:56:13
阅读次数:
281
个人目标设定
每一个同学,都要思考自己的职业规划,暑假做什么实习、以后做什么工作。如有疑惑,欢迎大家交流。
我们每个人,都需要不断学习与成长,你们需要,老师也需要。老师计划于2014年6月26-27日参加在北京举行的《MOOC课程设计与实践》高级研修班,7月6日-12日参加在北京举办的《2014 CCF计算机课程改革导教班》。只有不断实践、总结、学习与反思,我们才能够有所成长。
和大家分享一个管理学的著名理论:戴明环(又称:PDCA循环),任何事情或计划,都需要有Plan(计划)、D...
分类:
其他好文 时间:
2014-06-03 05:07:53
阅读次数:
274
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-05-30 16:24:31
阅读次数:
222