(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
上一章我们使用WindowsServerBackup把本地的文件备份到了Azure恢复服务中,下面我们将来介绍使用WindowsServerBackup来恢复文件。首先我们删除保护项目文件夹中的一个文件。接下来在WindowsServerBackup中打开恢复数据服务,选择此服务器。选择恢复模式,这里选择浏览文件选择..
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
通过MicrosoftAzure的恢复服务,我们可以把我们本地数据中心到数据通过WindowsBackup者DPM备份到Azure云端进行保护。而Azure廉价按需计费到存储也能大大节省我们的存储投入的费用。AzureBackup通过MicrosoftAzure备份代理来备份和还原文件和文件夹的基本工作流与使用任何其他类..
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
今年9月25日,世纪互联正式开通微软Azure商用服务,有感。 我是世纪互联创业历程的见证人(之中的一个),现在看到世纪互联推出微软Azure公有云的商用服务,心中感到无比高兴。 回顾往事,三十多年来,尤其是在2013年,我坚持在国内倡导、普及与推广无穷小微积分教育,可是,毫无结果,究其原因是:没....
分类:
其他好文 时间:
2014-10-12 20:55:48
阅读次数:
240
人脸识别分为两大步骤
1.人脸检测 这个是首要实现的,你得实现人脸显示的时候把人脸框出来,当然算法很多,还有一些人眼检测鼻子检测什么的
主要用的是这个
const char *faceCascadeFilename = "haarcascade_frontalface_alt.xml";
detect_and_draw(IplImageBuffer,storage,cascade);
...
分类:
其他好文 时间:
2014-10-12 16:35:28
阅读次数:
262