引言今天在群里看到分享的解决死锁的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
echo命令结果和echo文本字符串在同一行显示,实现如下:只需要加-n参数即可[root@localhost~]#cat1.sh#!/bin/bash#Thisscriptdisplaysthedateandwho‘sloggedonechoThetimeanddateare:dateechoLet‘sseewho‘sloggedintothesystem:who*******************************************..
分类:
其他好文 时间:
2014-11-06 17:48:15
阅读次数:
136
Background: Why we need QoS ?There are premium subscribers who always want to have better user experience on their 4G LTE device. These users are will...
分类:
其他好文 时间:
2014-11-05 19:02:09
阅读次数:
527
很酷的时钟-石家庄编导培训-石家庄化妆培训Hi Guys this is amazing.I do not know who wrote this HTML code.Asoka Liyanage.
分类:
其他好文 时间:
2014-11-05 12:44:24
阅读次数:
238
希望编写一个程序,当其他用户登录系统或者注销时通知你。需要用到的命令:who, sort, commshell code 1 who | sort > prev 2 while true ; do 3 sleep 60 4 who | sort > curr 5 echo "...
分类:
系统相关 时间:
2014-11-04 22:33:07
阅读次数:
310
传送门Description The TV shows such as You Are the One has been very popular. In order to meet the need of boys who are still single, TJUT hold the show....
分类:
其他好文 时间:
2014-11-02 22:19:42
阅读次数:
169