2010年10月13日 12:46 来源:部松昌的博客 作者:部松昌 编辑:胡铭娅 一: 下面以AdventureWorks2008为示例数据库做简要的说明,过滤掉一般的数据库的共享锁, 作为示例必须要看到锁, 所以用WITH(HOLDLOCK)来保持锁. 1. Shared locks (S).....
分类:
数据库 时间:
2014-08-26 19:34:36
阅读次数:
231
一.出现了上述问题解决办法 1.查看eclipse.ini文件 看看eclipse环境架构需要的是什么。 plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20140116-2212 这个是要求win32 ...
分类:
系统相关 时间:
2014-08-26 19:31:16
阅读次数:
257
HTML代码:1 2 3 JS代码:1 window.onload=function(){2 var oBtn=document.getElementsByTagName('input');3 var i=0;4 for(i=0;i<oBtn.length;i++){5 oB...
分类:
其他好文 时间:
2014-08-26 18:56:16
阅读次数:
208
list 对象 list 对象的定义 list对象内部是使用数组实现,在数组中存储的是指针,指向要保存的对象。 allocated是list中数组的大小,ob_size是当前已经使用的数组大小。 typedef?struct?{
????//?可变长对...
分类:
编程语言 时间:
2014-08-26 15:42:36
阅读次数:
361
Non-blocking algorithm
In computer science, a non-blocking algorithm ensures that threads competing
for a shared resource do not have their execution indefinitely
postponed by mutual ex...
分类:
其他好文 时间:
2014-08-26 09:52:09
阅读次数:
270
这个控件没有水印属性,依然使用依赖属性解决 public class DatePickerHelper { public static object GetWatermark(DependencyObject obj) { return (ob...
分类:
其他好文 时间:
2014-08-25 20:48:04
阅读次数:
447
一般我们在Linux下执行某些外部程序的时候可能会提示找不到共享库的错误, 比如:tmux: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file o...
分类:
其他好文 时间:
2014-08-25 18:32:04
阅读次数:
219
微软近期Open的职位:Title: Principal Dev ManagerLocation: BeijingThe R&D of Shared Data Platform at Search Technology Center Asia aims to build a unified data...
分类:
其他好文 时间:
2014-08-25 16:32:34
阅读次数:
271
Consistency model
From Wikipedia, the free encyclopedia
In computer science, consistency
models are used in distributed systems like distributed
shared memory systems or distributed da...
分类:
其他好文 时间:
2014-08-25 11:53:34
阅读次数:
359
ECMAScript5新增一系列新的方法(API接口),新的浏览器中大部分是被支持的(IE9,Chrome,FirFor),有少量API不是所有浏览器都支 持ES5通过对现有JavaScript方法添加语句和原生ECMAScript对象做合并实现标准化,IE9不支持严谨模式,但IE10是支持的。Ob...
分类:
其他好文 时间:
2014-08-24 22:17:13
阅读次数:
351