(1)安装go语言环境 https://storage.googleapis.com/golang/go1.3.1.darwin-amd64-osx10.8.tar.gz tar -C /usr/local -xvf go1.3.1.darwin-amd64-osx10.8.tar.gz 安装...
分类:
系统相关 时间:
2014-10-15 00:07:50
阅读次数:
386
在phpmyadmin中执行sql语句出现的错误:Unknown storage engine 'InnoDB'解决方法:解决方法: 1.关闭MySQL数据库 2.修改my.ini文件,把skip-innodb这行注释掉 3.打开MySQL数据库原因:没有开启MySQL Inno...
分类:
数据库 时间:
2014-10-14 23:41:39
阅读次数:
190
BACKGROUND, FEATURES
In a computer system having more than one memory storage facility, a special data integrity challenge can occur. Any computer sys...
分类:
其他好文 时间:
2014-10-13 23:44:17
阅读次数:
297
The term Column Projection refers to Exadata’s ability to limit the volume of data transferred between the storage tier and the database tier by only returning columns of interest (that is, those in t...
分类:
数据库 时间:
2014-10-13 11:26:29
阅读次数:
340
使用require.js或者els.js加载module的时候在django项目上前端报:500 Dude, this is whack! django 后台报:ImproperlyConfigured: The storage backend of the staticfiles finder <class ‘django.contrib.stat...
分类:
编程语言 时间:
2014-10-13 02:42:39
阅读次数:
205
人脸识别分为两大步骤
1.人脸检测 这个是首要实现的,你得实现人脸显示的时候把人脸框出来,当然算法很多,还有一些人眼检测鼻子检测什么的
主要用的是这个
const char *faceCascadeFilename = "haarcascade_frontalface_alt.xml";
detect_and_draw(IplImageBuffer,storage,cascade);
...
分类:
其他好文 时间:
2014-10-12 16:35:28
阅读次数:
262
代码: #include?<stdio.h>
#include?<stdlib.h>
//?字符串常量属于静态存储(static?storage)类
//?静态存储类是指如果一个函数中使用字符串常量,即使多次调用这个函数,该字符串在程序的整个运行过程中...
分类:
其他好文 时间:
2014-10-11 13:28:35
阅读次数:
211
??
1、什么是sizeof
首先看一下sizeof在msdn上的定义:
The sizeof keyword gives the amount of storage, in bytes, associated with a variable or a type (including aggregate types). This keyword returns a value...
分类:
其他好文 时间:
2014-10-11 11:06:15
阅读次数:
239
MyISAM:默认的MySQL插件式存储引擎,它是在Web、数据仓储和其他应用环境下最常使用的存储引擎之一。注意,通过更改 STORAGE_ENGINE 配置变量,能够方便地更改MySQL服务器的默认存储引擎。 InnoDB:用于事务处理应用程序,具有众多特性,包括ACID事务支持。 BDB:可替代...
分类:
数据库 时间:
2014-10-10 23:01:44
阅读次数:
217
1,storage systems use LVM Ins and configuration Block Storage;apt-get install lvm2;创建Physical volume创建volume groupadd a filter entry to the devices se...
分类:
其他好文 时间:
2014-10-10 12:36:24
阅读次数:
274