1、docker安装wget -P /etc/yum.repos.d/ https://download.docker.com/linux/centos/docker-ce.repoyum list docker-ce --showduplicates | sort -r #查看可以安装的版本yum ...
分类:
其他好文 时间:
2021-06-02 11:38:46
阅读次数:
0
使用 DirectoryInfo 的 GetFiles 提取文件,提取多种文件 1. DirectoryInfo di = new DirectoryInfo(filePath); FileInfo[] afi = di.GetFiles("*.dat"); 或者 FileInfo[] afi = ...
分类:
其他好文 时间:
2021-05-24 16:47:16
阅读次数:
0
打开CMD的方式 开始+系统+命令提示符 Win键+R输入cmd打开控制台(推荐使用) 在任意的文件夹下面,按住shift键 +鼠标右键点击,在此处打开命令 资源管理器的地址栏前面加上cmd路径 常用的Dos命令 #盘符切换#查看当前目录下的所有文件#切换目录 cd (change director ...
分类:
其他好文 时间:
2021-05-24 09:36:58
阅读次数:
0
windows dos 常用命令行(完整) dir (directory) :列出当前目录下的文件以及文件夹 md (make directory): 创建目录 rd (remove directory):删除目录 cd (change directory):进入指定目录 cd.. : 退回到上一级 ...
分类:
其他好文 时间:
2021-05-24 09:36:19
阅读次数:
0
Accounts used for Azure AD Connect Azure AD Connect uses 3 accounts in order to synchronize information from on-premises or Windows Server Active Dire ...
分类:
其他好文 时间:
2021-05-24 04:09:23
阅读次数:
0
怎么引用模块 环境:win7 + python3.5.2文档结构: -project?-data?-src -filterCorpus.py -translateMonolingual.py 问题描述:在translateMonolingual.py中引用filterCorpus.py中的函数fun ...
分类:
编程语言 时间:
2021-05-23 23:12:29
阅读次数:
0
Ø 简介 本文主要记录 Oracle 常见错误及解决办法,包括以下内容: 1. ORA-00054: 资源正忙, 但指定以 NOWAIT 方式获取资源, 或者超时失效 2. ORA-01034: ORACLE not available 3. ORA-01261: Parameter db_reco ...
分类:
数据库 时间:
2021-05-03 12:42:12
阅读次数:
0
Dos命令 打开cmd方式 开始+系统+命令提示符 Win键+R 输入cmd 打开控制台 (推荐使用) 在任意的文件夹下面,按住shift键 + 鼠标右键点击,在此处打开命令行窗口 资源管理器的地址栏前面加上 ”cmd“和一个空格” "然后回车打开 常用的Dos命令 #盘符切换 #查看当前目录下的所 ...
分类:
其他好文 时间:
2021-04-28 11:49:00
阅读次数:
0
在做STM32f405 移植过程中,编译出现了cannot open source input file "core_cmInstr.h": No such file or directory的错误,显然我们需要将core_cmInstr.h添加keil include path中,具体如下图: 查 ...
分类:
其他好文 时间:
2021-04-15 12:04:39
阅读次数:
0
1.postgresql postgres-# ; ERROR: could not open extension control file "/usr/pgsql-10/share/extension/postgis_topology.control": No such file or direc ...
分类:
其他好文 时间:
2021-04-09 13:16:43
阅读次数:
0