一、IDEA安装 下载Community版的IDEA,Ultimate是免费试用版(相当于用到后面要给钱的) ideaIC-2019.2.3.tar.gz 解压IDEA: tar -zxvf ideaIC-2019.2.3.tar.gz 查看目录: 启动iedea: 报错:Unable to det ...
分类:
其他好文 时间:
2019-10-03 01:04:31
阅读次数:
270
upload_tmp_dir 临时文件夹问题 上传文件提示 Warning: File upload error - unable to create a temporary file in Unknown on line 0 找到php.ini 中的 upload_tmp_dir 把前边的“;”去 ...
分类:
其他好文 时间:
2019-10-02 16:45:43
阅读次数:
119
执行时报错: org.apache.spark.sql.AnalysisException: Unable to generate an encoder for inner class `cn.itcast.spark.sql.Intro$Person` without access to the ...
分类:
数据库 时间:
2019-09-30 23:57:00
阅读次数:
194
打开/etc/yum.repos.d/epel.repo,将 [epel] name=Extra Packages for Enterprise Linux 6 – $basearch baseurl=http://download.fedoraproject.org/pub/epel/6/$bas ...
分类:
Web程序 时间:
2019-09-30 20:01:07
阅读次数:
341
在我们日常使用gulp进行js文件压缩合并的时候: gulp.task('copy-js',() => { gulp.src('./js/**/*') .pipe(concat('main.js')) .pipe(gulp.dest('dist/js')) .pipe(uglify()) .pipe ...
分类:
编程语言 时间:
2019-09-29 21:33:34
阅读次数:
83
delphi7运行不正常的提示unable to rename'c:\program files\Borland\delphi7\Bin\delphi32.$$$'to'c:\program files\Borland\delphi7\Bin\delphi32.dro', 解决方案: step1,修 ...
1、官网下载VMware,安装~~ 2、找一个linux镜像,创建虚拟机~~ 3、进入系统,安装gcc 报错 could not retrieve mirrorlist...... 解决:sudo vim /etc/sysconfig/network-scripts/ifcfg-ens33 将ONB ...
分类:
其他好文 时间:
2019-09-25 10:50:06
阅读次数:
94
使用OpenCV的VideoCapture 读取.mp4文件时出现以下错误:Unable to stop the stream: Inappropriate ioctl for device 此问题由于未安装ffmpeg导致。 sudo apt-get install ffmpeg 重新编译opec ...
分类:
移动开发 时间:
2019-09-25 00:14:15
阅读次数:
196
DDL 操作数据库:常用的操作 CRUD 一、C(create)创建 1、创建数据库 2、创建数据库,判断是否存在,再创建(如果存在,就不再创建) 3、创建数据库,并指定字符集 Demo : 创建 DB1 数据库,判断是否存在,并制定字符集为 utf8; 二、R(Retrieve)查询 1、查询所有 ...
分类:
数据库 时间:
2019-09-23 14:51:57
阅读次数:
96