1) VirtualBox manager setting share folder add share folder 选择 "Auto mount " "Make permanent" 2) 打开VirtualBox虚拟机,共享文件夹 应该已经挂载到 /media文件夹下面了 3) 共享文件夹的用 ...
分类:
系统相关 时间:
2018-07-24 14:55:42
阅读次数:
163
npm install -g express-generator express <project_name> cd <project_name>, npm install in webstorm, File | open, choose <project_name> folder ...
分类:
移动开发 时间:
2018-07-22 20:05:15
阅读次数:
177
public class copyDirectoryDemo { public static void main(String[] args) { File srcFolder = new File("C:\\Users\\MA\\Desktop\\IOtest"); File destFolder ...
分类:
编程语言 时间:
2018-07-22 01:01:21
阅读次数:
184
文件操作介绍 <1>什么是文件 示例如下: <2>文件的作用 大家应该听说过一句话:“好记性不如烂笔头”。 不仅人的大脑会遗忘事情,计算机也会如此,比如一个程序在运行过程中用了九牛二虎之力终于计算出了结果,试想一下如果不把这些数据存放起来,相比重启电脑之后,“哭都没地方哭了” 可见,在把数据存储起来 ...
分类:
其他好文 时间:
2018-07-21 14:31:44
阅读次数:
497
DOORS的引用类型包括:?Project: 项目引用?Folder: 文件夹引用?Item: 项目或文件夹之内的项(项目、文件夹、模块)?Module: 打开模块的引用?Object: 对象的引用?Link: 打开的源模块的链接引用?LinkRef: 源模块关闭的链接引用?AttrDef: 属性定 ...
分类:
其他好文 时间:
2018-07-18 15:18:21
阅读次数:
138
1 import os 2 3 4 # 1. 获取一个要重命名的文件夹的名称: 5 folder_name = input("请输入要重命名的文件夹:") 6 7 8 # 2. 获取那个文件夹中所有的文件名字: 9 file_names = os.listdir(folder_name) 10 11... ...
分类:
编程语言 时间:
2018-07-13 01:26:52
阅读次数:
196
1 CALL METHOD cl_gui_frontend_services=>directory_browse 2 EXPORTING 3 window_title = 'File Directory' 4 initial_folder = 'C:\' 5 CHANGING 6 selected_... ...
分类:
其他好文 时间:
2018-07-11 12:39:39
阅读次数:
1665
To perform object detection using ImageAI, all you need to do is 3. Download the Object Detection model file 4. Run the sample codes (which is as few ...
分类:
其他好文 时间:
2018-07-11 12:31:25
阅读次数:
475
使用DirectoryInfo类。 1、创建文件: DirectoryInfo folder = new DirectoryInfo(Application.StartupPath + "\\WaferMap\\MAP\\MeasureMap\\123"); 2、删除该文件: DirectoryIn ...
分类:
其他好文 时间:
2018-07-11 10:36:55
阅读次数:
151
一、Running in the host 1. pull centos 假设得到的容器ID为:8164e2537625 二、Container Running 1. install tools 2. install jdk 1) down download to tmp folder: unzip ...
分类:
其他好文 时间:
2018-07-07 10:40:21
阅读次数:
167