码迷,mamicode.com
首页 >  
搜索关键字:reference    ( 5445个结果
C++11 thread::join(4)
原文地址:http://www.cplusplus.com/reference/thread/thread/join/ public member function std::thread::join void join(); Join thread The function returns when the thread execution ha...
分类:编程语言   时间:2014-09-04 11:50:40    阅读次数:217
C++11 thread::detach(2)
原文地址:http://www.cplusplus.com/reference/thread/thread/detach/ public member function std::thread::detach void detach(); Detach thread Detaches the thread represented by the object f...
分类:编程语言   时间:2014-09-04 00:15:17    阅读次数:279
[Hibernate] - Interceptors and events
Hibernate的拦截器,有很大作用。比如要监控SQL的执行效率等。参考文档:http://docs.jboss.org/hibernate/orm/3.5/reference/zh-CN/html/events.html下面是一个简单的监控Hibernate的操作SQL打印:新建一个Java类:...
分类:系统相关   时间:2014-09-03 19:46:17    阅读次数:334
Best jQuery Plugins of the Month – May 2014
1.jQuery referenceSectionjQuery referenceSectionby Scott Mascio ensures to help users in adding a reference section to page along with the description...
分类:Web程序   时间:2014-09-02 19:27:55    阅读次数:424
让你的linux支持chm文档的阅读
对于程序员来说经常要查看一些Reference帮助文档,可是面对一些旧文档,以及在没有网络的状况下,如何让你的linux支持chm文档的阅读,那么看下文吧!方法一:简单方法,在你的Firefox火狐上安装扩展(Add-on),搜索有一个chmreader,选择安装,重启firefox浏览器即可。要看*.c..
分类:系统相关   时间:2014-09-02 18:13:05    阅读次数:389
WebRTC 项目研究
??WebRTC目录(?)[+]1.官方网站: http://sites.google.com.sixxs.org/site/webrtc/homehttp://sites.google.com.sixxs.org/site/webrtc/reference/webrtc-componentshttp://sites.google.com.sixxs.org/site/webrtc/referen...
分类:Web程序   时间:2014-09-02 14:15:57    阅读次数:414
web开发经验—MVC 图表Chart
Mvc Chart 是一个使用起来非常方便的控件,可以自定义参数,能呈现给用户很漂亮的各种统计图表;使用此图表首先要导入命名空间:System.Web.UI.DataVisualization.Charting此dll在vs自带的里面,它的位置: C:\Program Files\Reference...
分类:Web程序   时间:2014-09-02 11:50:24    阅读次数:308
Extended paging tables to map guest physical memory addresses from virtual memory page tables to host physical memory addresses in a virtual machine system
A processor including a virtualization system of the processor with a memory virtualization support system to map a reference to guest-physical memory...
分类:其他好文   时间:2014-09-02 10:18:25    阅读次数:428
s3c6410_中断
参考:1)《USER'S MANUAL-S3C6410X》Chapter 10 GPIO, Chapter 12 VECTORED INTERRUPT CONTROLLER2)《ARM1176 JZF-S Technical Reference Manual》Chapter 2 Programmer...
分类:其他好文   时间:2014-09-02 00:03:03    阅读次数:226
引用计数的智能指针的实现
引用计数的智能指针是对《Effective C++ 条款13:以对象管理资源》的一个实现。我们要设计一个智能指针,使他能够管理资源,在正确的实际调用资源的析构函数。首先我们需要一个指针reference来指向资源,当智能指针构造时,用reference指针指向资源,在我们确定资源应该被析构时,我们对...
分类:其他好文   时间:2014-09-01 20:57:53    阅读次数:319
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!