在我们日常使用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
主服务器需要开启Binary日志文件,从服务器需要开启Relay日志文件,主服务器中的MySQL每次操作都会记录到Binary日志文件中。 举个例子:比如这时候主服务器被插入了一条数据,这时候这个操作将会被记录在Binary日志文件中,这时候从服务器会创建一个IO线程把这个Binary日志文件中的数 ...
分类:
数据库 时间:
2019-09-28 14:46:39
阅读次数:
130
IRC(Internet Relay Chat) 列出服务器列表 /network list 添加服务器 /network add freenode /server add -network freenode irc.feenode.net 连接服务器 /connetc freenode 修改昵称 ...
分类:
其他好文 时间:
2019-09-27 22:48:26
阅读次数:
119
delphi7运行不正常的提示unable to rename'c:\program files\Borland\delphi7\Bin\delphi32.$$$'to'c:\program files\Borland\delphi7\Bin\delphi32.dro', 解决方案: step1,修 ...
使用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
Sat Sep 21 06:00:00 2019Begin automatic SQL Tuning Advisor run for special tuning task "SYS_AUTO_SQL_TUNING_TASK"End automatic SQL Tuning Advisor run ...
分类:
数据库 时间:
2019-09-21 23:29:36
阅读次数:
173
场景 Ubuntu Server 上使用Docker Compose 部署Nexus(图文教程): https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/101111611 在上面部署好Nexus后,启动后日志提示: Unable to ...
分类:
其他好文 时间:
2019-09-21 23:24:48
阅读次数:
364
记一次MySQL8.0.17主从复制的配置过程 master配置my.ini(windows)/my.cnf(linux) 注意:在该mysqld节点下配置 server-id主机一定要和从机不一样, log-bin一定要开启后面的的mysql-bin为二进制文件的名 slave配置my.ini(w ...
分类:
数据库 时间:
2019-09-21 17:33:38
阅读次数:
197
[plugin flannel does not support config version 导致 Unable to update cni config: no valid networks found in /etc/cni/net.d 解决 https://github.com/coreos ...
分类:
其他好文 时间:
2019-09-21 14:49:21
阅读次数:
276
我按照ExoPlayer的github指引添加 发现根本run不起来,并报错如题 后来在stackoverflow找到了解决方案,来源为:https://stackoverflow.com/questions/46949622/android studio 3 0 unable to resolve ...
分类:
移动开发 时间:
2019-09-21 12:55:02
阅读次数:
152