Linux下磁盘分区、挂载、卸载操作记录. 操作环境:CentOS release 6.5 (Final) Last login: Wed Oct 26 17:25:27 2016 from 118.230.194.76 [root@CentOS ~]# [root@CentOS ~]# fdisk... ...
分类:
系统相关 时间:
2016-10-26 19:45:21
阅读次数:
301
1.cmd 中键入 tnsping orcl 2.sqlplus system/***@orcl(***是你安装时设的密码) 3. 至此OK ...
分类:
数据库 时间:
2016-10-26 07:23:02
阅读次数:
290
3-0. 类所占的内存大小受到三个因素的影响:(1)语言本身所造成的额外负担(Virtual base classes);(2)编译器对于特殊情况所提供的优化处理(空基类优化);(3)Alignment的限制(对齐);注:Empty Virtual base class提供一个Virtual int ...
分类:
编程语言 时间:
2016-10-25 01:54:23
阅读次数:
193
摘录ECCV2016部分文章,主要有Human pose esimation, Human activiity / actions, Face alignment, Face detection & recognition & .. , Hand tracking, Eye, and Others. ...
分类:
其他好文 时间:
2016-10-23 23:08:30
阅读次数:
707
Spacing 表示 每个 Item 之间的距离。 Child Alignment 表示对齐方式。 Child Force Expand 表示 自适应 宽 和高 使用了 列表之后 ,它的每一个子物体都不能设置 Rect Transform ,如图 可以使用 Layout Element Ignore ...
分类:
其他好文 时间:
2016-10-04 20:50:15
阅读次数:
267
项目中有时会遇到字节对齐的问题,英文为“Alignment trap”,如果直译,意思为“对齐陷阱”,不过这个说法不太好理解,还是直接用英文来表达。 ARM平台下一般是4字节对齐,可以参考文后的给出的文章链接。此处不细说。后面提及“字节对齐” 下面的例子使用了几种重现Alignment trap的方 ...
分类:
Web程序 时间:
2016-09-20 19:59:10
阅读次数:
332
效果图: 代码: 1.设置控件属性 tabControl1.DrawMode = TabDrawMode.OwnerDrawFixed; tabControl1.Alignment = TabAlignment.Left; tabControl1.SizeMode = TabSizeMode.Fix ...
分类:
其他好文 时间:
2016-09-01 18:43:26
阅读次数:
457