执行一条查询语句,结果一直显示的是查询状态,没有出来结果。原来是在执行的一个存储过程里加了事务,但是这个执行存储过程出了错。于是想到,肯定是这个表被锁住了。接下来就好办了。select request_session_id spid,OBJECT_NAME(resource_associated.....
分类:
其他好文 时间:
2014-07-30 00:21:42
阅读次数:
248
This XML file does not appear to have any style information associated with it. The document tree is shown below.博客园_首页代码改变世界uuid:5de59c50-a92f-4447-9...
分类:
编程语言 时间:
2014-07-27 23:18:00
阅读次数:
794
Methods and systems are disclosed for ultra-wideband (UWB) secure wireless device pairing. Secure pairing between devices for secure UWB communication...
分类:
其他好文 时间:
2014-07-20 22:36:49
阅读次数:
358
Each else for which the choice of assocated if is ambiguous shall be associated with the nearest possible if that would otherwise hava no correspondin...
分类:
其他好文 时间:
2014-07-18 14:25:57
阅读次数:
208
查询死锁SELECT request_session_id spid,OBJECT_NAME(resource_associated_entity_id)tableNameFROM sys.dm_tran_locksWHERE resource_type='OBJECT' and OBJECT_NA...
分类:
数据库 时间:
2014-07-16 21:38:05
阅读次数:
204
错误提示:与此更新关联的程序包标识符与已上传程序包中的标识符不匹配:The package identity associated with this update doesn't match the uploaded appx解决办法:1,进入开发者中心仪盘表,点击正在提交的应用名,点击详细信息中...
分类:
其他好文 时间:
2014-07-16 20:20:00
阅读次数:
154
Culture Names [C#]This example shows how to get all culture names in the .NET Framework. Use static methodCultureInfo.GetCultures. To get associated ...
分类:
其他好文 时间:
2014-07-16 15:25:54
阅读次数:
228
#import Objective-C开发者应该小心谨慎地遵循这个危险咒语的各种准则。一个很好的原因的就是:混乱的运行时代码会改变运行在其架构之上的所有代码。从利的角度来讲,中的函数具有其他方式做不到的、能为应用和框架提供强大功能的能力。而从弊的角度来讲,它可能会会毁掉代码的sanity meter...
分类:
其他好文 时间:
2014-07-15 00:20:22
阅读次数:
358
之前一直都没找到 用到的时候就是用net 弄了。哎。还在开发东西都是在9上面,这次脚本必须在 max8 上面 逼的我找到了他getFileAttribute setFileAttribute Get and set the attributes associated with a file. ...
分类:
其他好文 时间:
2014-07-14 20:20:26
阅读次数:
192
1. onAttach ------called once the fragment is associated with its activity2. onCreate-------called to do initial creation of the fragment3. onCreateVi...
分类:
移动开发 时间:
2014-07-11 10:23:34
阅读次数:
252