转自:http://www.cppblog.com/liangbo/archive/2006/10/06/13394.html1.sizeof操作符的结果类型是size_t,它在头文件中typedef为unsigned int类型。该类型保证能容纳实现所建立的最大对象的字节大小。2.sizeof是算...
分类:
其他好文 时间:
2014-05-26 21:01:12
阅读次数:
250
poi导出excelhttp://blog.csdn.net/gavinloo/article/details/6707828ext自带导出excelhttp://www.cnblogs.com/kunpengit/archive/2012/07/26/2610236.html
分类:
其他好文 时间:
2014-05-26 16:17:38
阅读次数:
236
转自:http://www.cnblogs.com/eustoma/archive/2012/06/08/2541416.html1.
buffer_handle_t文件位置:system\core\include\system\window.htypedef const
native_handle...
分类:
移动开发 时间:
2014-05-26 16:14:38
阅读次数:
574
转载自:http://www.cnblogs.com/happyPawpaw/archive/2012/10/19/2730478.html1按钮组件(Button)(1)Button组件常用样式SWT.PUSH按钮SWT.CHECK多选按钮SWT.RADIO单选按钮SWT.ARROW箭头按钮SWT...
分类:
其他好文 时间:
2014-05-26 16:12:58
阅读次数:
334
http://www.cnblogs.com/liongis/archive/2011/05/09/2041679.htmlhttp://www.cnblogs.com/beniao/archive/2010/04/18/1714544.html
分类:
其他好文 时间:
2014-05-26 15:46:11
阅读次数:
157
参考1:http://www.jb51.net/LINUXjishu/142722.html参考2:http://sookk8.blog.51cto.com/455855/328076主服务器IP
192.168.109.128从服务器IP 192.168.109.1321.查看 rsync xin...
分类:
其他好文 时间:
2014-05-26 15:39:24
阅读次数:
386
来源:http://www.cnblogs.com/taizhouxiaoba/archive/2009/02/05/1384772.htmlCookie中的数据以文本的形式存在客户端计算机,考虑它的安全性,最好在将数据存入Cookie之前对其进行加密。
加密的方法很多,比较简单一点的有:Base6...
分类:
Web程序 时间:
2014-05-26 14:12:10
阅读次数:
298
在防火墙阻挡rsync端口的情况下使用,而且绕开了rsync的认证机制,直接使用ssh的认证:rsync -avz --delete -e ssh
remoteuser@remotehost:/remote/dir /this/dir/
分类:
其他好文 时间:
2014-05-26 12:06:23
阅读次数:
194
转载自:http://www.cnblogs.com/yjf512/archive/2011/06/03/2071914.htmlJS中的phototype是JS中比较难理解的一个部分本文基于下面几个知识点:1
原型法设计模式在.Net中可以使用clone()来实现原型法原型法的主要思想是,现在有1...
分类:
Web程序 时间:
2014-05-26 11:20:54
阅读次数:
170
原文地址:http://www.cnblogs.com/itech/archive/2011/11/03/2234662.html注意:我们知道Jenkins通过master/slave来支持分布式的job运行,这里的JavaHelloworld运行在master,即Jenkins所在的机器。一
J...
分类:
编程语言 时间:
2014-05-26 10:54:11
阅读次数:
309