ERROR: SWT folder '' does not exist. Please set ANDROID_SWT to point to the folder containing swt.jar for your platform. 初始化错误,找不到swt.jar文件 解决办法参考: 先在 ...
分类:
移动开发 时间:
2020-04-06 21:05:58
阅读次数:
108
rem date: 04-06-2020 MM-dd-yyyy rem exclude folder: \.idea\ rem xcopy [from] [to] xcopy 原地址 目标地址 /s /d:04-06-2020 /exclude:EXCLUDE.txt /y 需要排除的文件 .cla ...
分类:
其他好文 时间:
2020-04-06 17:36:17
阅读次数:
64
VS Code 配置C++ 详解 我太难了一开始对配置一窍不通各种坑都踩过了,最后被逼无奈去学习了lauch.json还有tasks.json等文件的含义,才配置好了C++ 下面我写一个小白配置教程 首先下载VS Code还有MinGW,在VS Code商店里下载插件:Chinese、C/C++、C ...
分类:
编程语言 时间:
2020-04-05 18:44:10
阅读次数:
923
在项目名test上单击右键,在菜单中依次选择new Folder,创建一个名称是images的文件夹,并复制两张图片到该目录下。并在src下创建类BallGame.java。IntelliJ IDEA 下项目的最终结构如图1-40所示。 1-40 代码:package test;import jav ...
分类:
其他好文 时间:
2020-04-04 22:52:37
阅读次数:
85
交叉验证(Cross validation),交叉验证用于防止模型过于复杂而引起的过拟合.有时亦称循环估计, 是一种统计学上将数据样本切割成较小子集的实用方法。于是可以先在一个子集上做分析, 而其它子集则用来做后续对此分析的确认及验证。 一开始的子集被称为训练集。而其它的子集则被称为验证集或测试集。 ...
分类:
其他好文 时间:
2020-04-02 18:22:19
阅读次数:
88
一、下载插件时出现:“安装过程中出现一个错误: No such plugin: cloudbees-folder 安装插件 cloudbees-folder 失败 解决方案: 1、需要去 https://updates.jenkins-ci.org/download/plugins/cloudbee ...
分类:
其他好文 时间:
2020-04-02 17:39:33
阅读次数:
66
修改用户家目录 usermod -d /usr/newfolder -u uid username 先查看用户uid id ftpuser uid=1013(ftpuser) gid=1018(ftpuser) groups=1018(ftpuser) usermod -d /ftpdata/ftp ...
分类:
其他好文 时间:
2020-04-01 13:02:49
阅读次数:
56
@Configuration@Getterpublic class PPTConf { @Value("${ppt.template.folder}") private String templateFolder; @Value("${chrome.driver.path}") private St ...
分类:
其他好文 时间:
2020-03-30 19:40:41
阅读次数:
67
# 文件复制 $scp local_file remote_username@remote_ip:remote_folder $scp local_file remote_username@remote_ip:remote_file $scp local_file remote_ip:remote_ ...
分类:
系统相关 时间:
2020-03-29 21:03:36
阅读次数:
80
class Operation_folder(): def __init__(self, file_path = '', folder_path = ''): ''' @param file_path:the file path ''' self.file_path = file_path self ...
分类:
编程语言 时间:
2020-03-27 12:34:13
阅读次数:
87