摘要:将谷歌云linux实例转为Windows实例 想用谷歌云搭建英灵神殿的服务器,但是不熟悉Linux,所以把它转换成Windows实例。 使用SSH连接进入root模式 sudo -i 安装wegat apt-get install wget 安装运行库 //Debian/Ubuntu: apt-ge
阅读全文
随笔分类 - toys
摘要:将谷歌云linux实例转为Windows实例 想用谷歌云搭建英灵神殿的服务器,但是不熟悉Linux,所以把它转换成Windows实例。 使用SSH连接进入root模式 sudo -i 安装wegat apt-get install wget 安装运行库 //Debian/Ubuntu: apt-ge
阅读全文
摘要:用opencv写人脸识别的时候需要自己准备CSV文件,让程序来读取图像: 代码: #include<io.h> #include<iostream> #include<stdlib.h> #include<vector> #include <fstream> using namespace std;
阅读全文
|