有同学希望调用Scan.setMaxResultSize(long)这个方法来设置scan扫描后返回的条数,目前我的理解,这个属性能到一定的限制作用,但是很多时候不会向你想的那样其作用,下面我来进行一些说明。 如果你看过HRegionSe...
分类:
其他好文 时间:
2015-02-05 15:15:14
阅读次数:
5645
转自:http://www.cnblogs.com/taoxu0903/archive/2007/10/27/939261.html对于一个c/c++程序员来说,内存泄漏是一个常见的也是令人头疼的问题。已经有许多技术被研究出来以应对这个问题,比如 Smart Pointer,Garbage Coll...
分类:
编程语言 时间:
2015-02-03 22:37:56
阅读次数:
303
环境:oracle11.2.0.4rac修改前IP地址#publicip192.168.2.71db1192.168.2.72db2192.168.2.76db3#privip200.100.100.11db1-priv200.100.100.12db2-priv200.100.100.13db3-priv#vipip192.168.2.73db1-vip192.168.2.74db2-vip192.168.2.77db3-vip#scanip192.168.2.75db-scan修改后..
分类:
数据库 时间:
2015-02-02 07:16:15
阅读次数:
447
Android Studio快捷键提示Ctrl+P方法参数提示Ctrl+空格代码提示Ctrl+Shift+Space在很多时候都能够给出Smart提示 Ctrl+Alt+Space类名或接口名提示查看Alt+1快速打开或隐藏工程面板Ctrl+H查看类结构图Ctrl+F12查看当前文件的结构Ctrl+...
分类:
移动开发 时间:
2015-02-02 00:35:50
阅读次数:
202
boost.smart_ptr库提供了六种智能指针:scoped_ptr、scoped_array、shared_ptr、shared_array、week_ptr和intrusive_ptr。
说到智能指针,我们会想到c++98标准中的自动指针auto_ptr.auto_ptr获取指针所有权后,离开作用域时自动释放该指针指向的堆内存。也可以转移指针的所有权。
auto_ptr ap_a1(new...
分类:
其他好文 时间:
2015-01-30 21:08:29
阅读次数:
364
For 2008-2010 model years, the function of the turn signal flasher was incorporated into the software of the Smart Power Distribution Junction Box (SP...
分类:
其他好文 时间:
2015-01-30 17:35:00
阅读次数:
169
//?shim?layer?with?setTimeout?fallback
//?credit?Erik?M?ller?and?http://www.paulirish.com/2011/requestanimationframe-for-smart-animating/
(function()?{
????var?lastTime?=?0;
??...
分类:
其他好文 时间:
2015-01-30 06:47:31
阅读次数:
933
采样表扫描(sample table scan):扫描返回表中随机采样数据,这种访问方式需要在FROM语句中包含SAMPLE选项或者SAMPLE BLOCK选项. 注:从Oracle8i开始Oracle提供采样表扫描特性? ? 2、使用sample获得随机结果集?...
分类:
数据库 时间:
2015-01-29 10:44:09
阅读次数:
253
std::auto_ptr很多的时候并不能满足我们的要求,比如auto_ptr不能用作STL容器的元素。boost的smart_ptr中提供了4种智能指针和2种智能指针数组来作为std::auto_ptr的补充。
shared_ptr:使用shared_ptr进行对象的生存期自动管理,使得分享资源所有权变得有效且安全.
weak_ptr:weak_ptr 是 shared_ptr 的观察员...
分类:
其他好文 时间:
2015-01-29 09:22:31
阅读次数:
288
ELM327 Buletooth/Wifi OBD2 Code Scanner is handle scan tool which can work with iPhone,iPad,Android. ELM327 support reading and clearing fault codes,d...
分类:
移动开发 时间:
2015-01-27 17:59:30
阅读次数:
306