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
对于程序员来说经常要查看一些Reference帮助文档,可是面对一些旧文档,以及在没有网络的状况下,如何让你的linux支持chm文档的阅读,那么看下文吧!方法一:简单方法,在你的Firefox火狐上安装扩展(Add-on),搜索有一个chmreader,选择安装,重启firefox浏览器即可。要看*.c..
分类:
系统相关 时间:
2014-09-02 18:13:05
阅读次数:
389
??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
Mvc Chart 是一个使用起来非常方便的控件,可以自定义参数,能呈现给用户很漂亮的各种统计图表;使用此图表首先要导入命名空间:System.Web.UI.DataVisualization.Charting此dll在vs自带的里面,它的位置: C:\Program Files\Reference...
分类:
Web程序 时间:
2014-09-02 11:50:24
阅读次数:
308
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
参考: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
Checkbox在不同版本的jQuery下面有不同的表现http://office.oa.com/applyfill.aspx?flowid=65http://ao.oa.com/flow/applyfill.aspx?flowid=151http://www.zhihu.com/settings/...
分类:
Web程序 时间:
2014-09-01 10:43:52
阅读次数:
188
1、如果一个数据既是static又是final,那么它会拥有一块无法改变的存储空间。2、final data: 当final用于基本数据类型时,final让其值(value)保持不变,但是当用于object reference时,final仅让reference保持不变。也就是说当reference...
分类:
编程语言 时间:
2014-08-31 18:34:51
阅读次数:
166
今天发现自己连Bundle类都没有搞清楚,于是花时间研究了一下。依据google官方的文档(http://developer.android.com/reference/android/os/Bundle.html)Bundle类是一个key-value对,“A mapping from Strin...
分类:
移动开发 时间:
2014-08-31 18:31:51
阅读次数:
206