For a guy who has experienced his fair share of mysteries,on mystery,I still can't figure out is why some people come into our lives.Why some people g...
分类:
其他好文 时间:
2014-11-14 21:08:27
阅读次数:
200
一 : 查看死锁以及数据表阻塞信息 1 CREATE procedure sp_who_lock 2 as 3 begin 4 declare @spid int 5 declare @blk int 6 declare @count int 7 declare @index int ...
分类:
数据库 时间:
2014-11-13 14:37:21
阅读次数:
347
??
Description
Boudreaux reached over and shook awake Thibodeaux, who had dozed off somewhere in New Mexico. "Where we at?" Thibodeaux groggily yawned.
"Not in Vegas, I gua-ran-tee, but co...
分类:
其他好文 时间:
2014-11-12 10:38:32
阅读次数:
239
http://www.aqee.net/he-who-sits-the-most-dies-the-soonest/又一项研究显示,久坐对你的健康是真的、真的、真的非常有害。请买一个可站着工作的桌子吧!可站着编程的电脑桌一项对超过20万个澳大利亚人的研究结果给这样一个事实又增加了一份活体证明:坐得越...
分类:
其他好文 时间:
2014-11-11 18:34:36
阅读次数:
189
软件质量保证(Software Quality Assurance)
-what一系列用于监测和控制的活动;保证整个软件有序进行,有信心达到目标。(保证Assurance:都是未发生的事情。)
-when:在软件开发的整个过程中。(像一把保护伞)
-who:1.dev开发人员 2.SQAgroup
!不仅仅是SQA group的工作,更是dev
-How:SQA通过使用制定质量控制的指导...
分类:
其他好文 时间:
2014-11-11 10:54:47
阅读次数:
170
引言今天在群里看到分享的解决死锁的sql语句,就想着这东西以后肯定用的着,就下载下来,在这里记录一下,以后查找也方便。SQL 1 SET QUOTED_IDENTIFIER ON 2 GO 3 SET ANSI_NULLS ON 4 GO 5 CREATE PROCEDURE sp_who_lock...
分类:
数据库 时间:
2014-11-10 13:36:06
阅读次数:
228
要坚持“5W1H”的原则,明确测试内容与过程。 明确测试的范围和内容(WHAT); 明确测试的目的(WHY); 明确测试的开始和结束日期(WHEN); 明确给出测试文档和软件册存放位置(WHERE); 明确测试人员的任务分配(WHO); 明确指出测试的方法和测试工具(HOW)。
分类:
其他好文 时间:
2014-11-10 11:38:47
阅读次数:
213
HDU 4422 The Little Girl who Picks Mushrooms(数学)...
分类:
其他好文 时间:
2014-11-08 10:32:19
阅读次数:
146
DescriptionFJ is surveying his herd to find the most average cow. He wants to know how much milk this 'median' cow gives: half of the cows give as muc...
分类:
其他好文 时间:
2014-11-07 16:33:31
阅读次数:
170
程序pipe, 它使用可例如: ./pipe who sort ./pipe ls head 1 /* pipe.c 2 * Demostrates how to create a pipeline from one process to another 3 * * take two args...
分类:
系统相关 时间:
2014-11-06 23:34:02
阅读次数:
353