mAlloc proc nSize:dword add nSize,4 invoke
GlobalAlloc,GMEM_ZEROINIT or GMEM_FIXED,nSize .if eax==0 invoke
MessageBox,NUL...
分类:
其他好文 时间:
2014-06-02 08:38:50
阅读次数:
267
轻松解决oracle11g 空表不能exp导出的问题[引用 2012-9-22
18:06:36]字号:大中小oracle11g的新特性,数据条数是0时不分配segment,所以就不能被导出。共两种解决方法,推荐使用第二种(最简单)。一、修改数据库参数alter
system set deferre...
分类:
数据库 时间:
2014-06-02 06:31:17
阅读次数:
271
1,能够用route命令暂时改动:route add default gw 2,
通过改动/etc/sysconfig/network 文件永久改动:脚本:#!/bin/sh#configure default gw# $1 is ip of
gatewaydefgw=$1sed -i "s/NET...
分类:
其他好文 时间:
2014-06-02 02:11:10
阅读次数:
270
方法1:在Eclipse中,右击项目,选择Java Build
Path->Libraries->Add External
JARs,找到你计算机中tomcat的安装路径,在common\lib文件夹下选中"servlet-api.jar",添加点击“确定”,ok!方法2:把servlet-api....
分类:
编程语言 时间:
2014-06-02 01:44:50
阅读次数:
349
原理:使用GT人脸库做样本,VS2010下使用openCV2.44自带的Haar算法检測人脸区域,ASM
Library特征检測,然后使用YCrCb颜色空间做肤色检測,再用LBP+Gabor小波提取特征,最小邻近距离做分类识别。1、GT人脸库Georgia Tech
face database,网址...
分类:
其他好文 时间:
2014-06-01 23:54:42
阅读次数:
430
UIScrollView:常用属性@property(nonatomic)
UIEdgeInsets contentInset; // default UIEdgeInsetsZero. add additional scroll
area around content@prop...
分类:
移动开发 时间:
2014-06-01 23:53:28
阅读次数:
505
《GC资源管理器》
官方文档:administrator’s Guide->24 Using the Database Resource Manager
使用率:在实际生产环境中使用的比较少
作用:限制数据库资源的使用,CPU 内存 undo表空间 IO session
场合:当有多个应用使用一个数据库并且资源紧张时可用“资源管理器”调节
实现:可用GC完成也可用EM完成,还可...
分类:
数据库 时间:
2014-06-01 18:17:01
阅读次数:
417
vertica统计一天内登录的用户(时间计算SQL语句实例)...
分类:
数据库 时间:
2014-06-01 17:54:47
阅读次数:
353
iOS7刚发布的时候,总是出现这个 Can't add self as subview 的崩溃,团队内部没出现过,但是外部用户的crash频频上报这个崩溃。
异常描述和崩溃堆栈是这样的:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Can't add se...
分类:
其他好文 时间:
2014-06-01 17:32:08
阅读次数:
489
You are given two linked lists representing two
non-negative numbers. The digits are stored in reverse order and each of their
nodes contain a single ...
分类:
其他好文 时间:
2014-06-01 17:05:44
阅读次数:
296