1、什么是sizeof 首先看一下sizeof在msdn上的定义: The sizeof keyword gives the amount of storage, in bytes, associated with a variable or a type (including aggrega...
分类:
其他好文 时间:
2015-03-01 13:03:45
阅读次数:
181
查看sqlserver被锁的表:select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type='OBJE.....
分类:
数据库 时间:
2015-02-28 18:01:02
阅读次数:
162
SELECT request_session_id spid,OBJECT_NAME(resource_associated_entity_id)tableNameFROM sys.dm_tran_locksWHERE resource_type='OBJECT 'Kill id
分类:
数据库 时间:
2015-02-26 18:01:08
阅读次数:
128
1.什么是Handler?SDK中关于Handler的说明例如以下:A Handler allows you to sendand process Messageand Runnable objects associated with a thread'sMessageQueue.Each Hand...
分类:
其他好文 时间:
2015-02-15 21:48:47
阅读次数:
312
查看被锁表:select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableNamefrom sys.dm_tran_locks whereresource_type='OBJECT'spid 锁表进程ta...
分类:
数据库 时间:
2015-02-12 10:32:17
阅读次数:
170
hibernate操作:实例化两个model类,更新时会提示adifferentobjectwiththesameidentifiervaluewasalreadyassociatedwiththesession:解决方法:merge
分类:
其他好文 时间:
2015-02-11 20:17:05
阅读次数:
160
1.什么是Handler?SDK中关于Handler的说明例如以下:A Handler allows you to sendand process Messageand Runnable objects associated with a thread'sMessageQueue.Each Hand...
分类:
其他好文 时间:
2015-02-10 20:22:01
阅读次数:
249
1.什么是Handler?SDK中关于Handler的说明例如以下:A Handler allows you to sendand process Messageand Runnable objects associated with a thread'sMessageQueue.Each Hand...
分类:
其他好文 时间:
2015-02-06 14:41:38
阅读次数:
143
查看sqlserver被锁的表以及如何解锁查看被锁表: www.2cto.com select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks...
分类:
数据库 时间:
2015-02-06 12:48:00
阅读次数:
236
SELECT request_session_id sessionid,resource_type type,resource_database_id dbid,OBJECT_NAME(resource_associated_entity_id, resource_database_id) obje...
分类:
数据库 时间:
2015-02-04 15:56:10
阅读次数:
247