前面写了两篇了,其实不光是说sys.dm_os_waiting_tasks的应用,研究了挺长时间的并行,自己有了一些理解,所以分享出来希望有什么理解错误的地方大神们及时纠正!! 给出前两篇的连接: 上篇 中篇 废话不多说,直接开整。 前面两篇的编写有一个疑惑.....
分类:
其他好文 时间:
2015-12-02 00:43:12
阅读次数:
145
easy-ui的操作及交互:Html:@using LangBo.Facade;@using LangBo.DataDefine;@using System.Threading.Tasks;@model List@{ ViewBag.Title = "小组管理"; Layout = "~/Vie.....
分类:
其他好文 时间:
2015-11-30 22:12:29
阅读次数:
289
List taskList = new List(); // string currentNoStr = null; cannot define at here, we should define the copy in for loop, this i...
分类:
其他好文 时间:
2015-11-29 18:03:55
阅读次数:
244
原文:http://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/MonitorLocalTrafficMonitor traffic to localhost from IE or .NETTo monitor traffic sent toht...
分类:
Web程序 时间:
2015-11-25 23:29:50
阅读次数:
172
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Diagnostic...
分类:
其他好文 时间:
2015-11-25 21:13:22
阅读次数:
127
SELECTblocking_session_id‘阻塞进程的ID‘,wait_duration_ms‘等待时间(毫秒)‘,session_id‘(会话ID)‘FROMsys.dm_os_waiting_tasks可以查询到锁死的进程ID下面只要杀死这些进程就可以了killspid(进程ID)或者exec(‘kill’‘spid’)这样就可以了重新刷新下库一切正常了顺便介绍下..
分类:
系统相关 时间:
2015-11-25 09:24:41
阅读次数:
157
using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Cons...
分类:
其他好文 时间:
2015-11-23 18:14:30
阅读次数:
103
Student类: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespac.....
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using OtherNamespce; namespace Cur...
分类:
其他好文 时间:
2015-11-21 15:42:59
阅读次数:
132
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 第四个程序{ class Program ...
分类:
其他好文 时间:
2015-11-20 07:00:02
阅读次数:
140