Php study schedule personal:1. php intro + upper : imooc2. video course: php100, houdunwang (together with project practice)3. ubuntu system:?4. MVC c...
分类:
Web程序 时间:
2015-05-18 12:26:32
阅读次数:
129
laotech老师唠科mac 深入浅出MAC OS Xhttp://study.163.com/plan/planLearn.htm?id=1637004#/learn/resVideo?lessonId=325011前言,一堆废话第0节,也是废话。苹果自带的专业应用视频 Final Cut Pro...
分类:
系统相关 时间:
2015-05-17 07:03:38
阅读次数:
215
PDCA循环,也称戴明环,是由美国著名质量管理专家戴明(W、E、Deming)首先提出的。这个循环主要包括四个阶段:计划(Plan)、实施(Do)、检查(Check)和处理(Action),及八个步骤。八个步骤是四个阶段的具体化。 (1)计划(P)阶段计划是质量管理的第一阶段。通过计划,确定质量管....
分类:
其他好文 时间:
2015-05-15 15:08:54
阅读次数:
124
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 ...
分类:
其他好文 时间:
2015-05-14 22:10:26
阅读次数:
131
记一条很长的sql,为了方便阅读,我已经加了段落: SELECT * FROM ( (SELECT 1 AS acheck, s1.id, s1.plan_name, s1.cost_mode, s1.sta_type, s1.cost_type, s1.cost_period_time, s1.....
分类:
数据库 时间:
2015-05-14 20:12:59
阅读次数:
195
1、“There is no certainty, only opportunity.”没有一定会怎样,只有可能会怎样。--《V字仇杀队》,V2、“A good plan today is better than a perfect plan tomorrow.”今天的好计划胜过明天的完美计划。--...
分类:
其他好文 时间:
2015-05-14 13:39:55
阅读次数:
91
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 ...
分类:
其他好文 时间:
2015-05-07 16:48:34
阅读次数:
78
Estimator
The estimator determines the overall cost of a given execution plan. The estimator generates three different types of measures to achieve this goal:
Selectivity
This measure represe...
分类:
其他好文 时间:
2015-05-06 15:05:50
阅读次数:
223
在Test Manager中,测试计划用于管理某个迭代的整个测试工作。包括测试用例、测试结果,计划测试的配置。Test Center分为4个主要活动区域:Plan---用于管理整个测试计划,包括计划的属性,以及构成计划的独立测试集和测试用例。Test---用于浏览可以执行的测试用例列表,从这里可以通...
分类:
其他好文 时间:
2015-05-05 16:26:10
阅读次数:
128
原文:SQL Server 2012:SQL Server体系结构——一个查询的生命周期(第2部分)计划缓存(Plan Cache) 如果SQL Server已经找到一个好的方式去执行一段代码时,应该把它作为随后的请求重用,因为生成执行计划是耗费时间且资源密集的,这样做是有有意义的。 如果没找到被缓...
分类:
数据库 时间:
2015-05-05 10:09:46
阅读次数:
179