码迷,mamicode.com
首页 >  
搜索关键字:create file    ( 79755个结果
Docker搭建EFK
#1、安装ElasticSearch ###拉取镜像 docker pull docker.elastic.co/elasticsearch/elasticsearch:7.1.1 ###创建资料卷 docker volume create es-data docker volume create ...
分类:其他好文   时间:2021-06-28 21:17:34    阅读次数:0
解决pycocotools/_mask.c:646:10: fatal error: maskApi.h: No such file or directory
有人说要先安装Cython,但是我安装了Cython之后还是报这个错误,然后就换了一种安装思路 先去清华源镜像站https://opentuna.cn/pypi/web/simple/pycocotools/下载pycocotools-2.0.2.tar.gz 然后cd到pycocotools-2. ...
分类:Windows程序   时间:2021-06-28 20:59:00    阅读次数:0
mysql 启动失败问题
Warning: World-writable config file '/etc/mysql/my.cnf' is ignoredERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mys ...
分类:数据库   时间:2021-06-28 20:57:43    阅读次数:0
mysql 单表查询 & 多表查询 & 子查询
单表查询 sql查询语句的完整语法 select .. from .. where .. group by .. having .. order by .. limit .. where条件的使用 功能:对表中的数据进行筛选和过滤 语法: 1.判断的符号: = > >= < <= != <>不等于 ...
分类:数据库   时间:2021-06-28 20:43:33    阅读次数:0
Mac下配置alias,zsh终端命令别名
经常使用命令行进行一些操作,一些常用的命令一遍遍的敲比较浪费时间,想通过别名的方式简化操作。 1、就是编辑~/.bash_profile,比如添加PS:=两边没有空格: alias st="git status" alias pull='git pull' alias push='git push' ...
分类:系统相关   时间:2021-06-28 20:41:29    阅读次数:0
JDK8 安装
JDK8下载网址 按默认设置一直点下一步 记录安装路径 本机路径:C:\Program Files\Java 该目录下包含2个路径 后面需要用 C:\Program Files\Java\jdk1.8.0_291 C:\Program Files\Java\jre1.8.0_291 配置环境变量 在 ...
分类:其他好文   时间:2021-06-28 20:41:11    阅读次数:0
C#调用MySQL几个错误的解决方法
公司项目C#操作mysql数据库时出现几个问题的解决方案作下记录 1、The MySQL server is running with the --secure-file-priv option so it cannot execute this statement” 解决方法:修改my.ini 配 ...
分类:数据库   时间:2021-06-28 20:37:38    阅读次数:0
Linux环境下安装配置vsftpd服务(三种认证模式)
一、FTP简介 文件传输协议(英文:File Transfer Protocol,缩写:FTP)是用于在网络上进行文件传输的一套标准协议。它工作于网络传输协议的应用层,使用客户/服务器模式,主要是用来在服务器与客户端之间进行数据传输。FTP 其实是以 TCP 封包的模式进行服务器与客户端计算机之间的 ...
分类:系统相关   时间:2021-06-28 20:36:24    阅读次数:0
C++ com 组件的使用
// CommonTest.cpp : This file contains the 'main' function. Program execution begins and ends there. // #include <iostream> #include <atlbase.h> #incl ...
分类:编程语言   时间:2021-06-28 20:36:02    阅读次数:0
【视频识别】基于matlab高斯模型视频车辆检测【含Matlab源码 503期】
一、简介 二、源代码 frameRate = get(trafficObj,'FrameRate'); % video = read(trafficObj); % implay(video, frameRate); darkCarValue = 50; darkCar = rgb2gray(read ...
分类:其他好文   时间:2021-06-28 20:32:07    阅读次数:0
79755条   上一页 1 ... 6 7 8 9 10 ... 7976 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!