安装依赖 引入样式// 第一个是videoJs的样式,后一个是vue-video-player的样式,因为考虑到我其他业务组件可能也会用到视频播放,所以就放在了main.js内 require('vue-video-player/node_modules/video.js/dist/video-js ...
分类:
其他好文 时间:
2019-08-29 20:33:58
阅读次数:
393
在Django中使用apscheduler django_apscheduler 实现定时任务, 来完成数据拉取. 一段时间后发现数据量对不上,遂查日志 发现报错如下: google 到的是github上的一个issue:https://github.com/agronholm/apschedule ...
分类:
其他好文 时间:
2019-08-29 15:57:53
阅读次数:
270
有时候为了方便管理,我们常常喜欢在Linux中将之安装为服务,然后就可以使用服务来管理。 但是当我们运行安装服务的命令时候,假设服务名为myservice #chkconfig --add myservice 常常会出现 service myservice does not support chkc ...
分类:
其他好文 时间:
2019-08-29 13:45:53
阅读次数:
68
1.调取对方的接口,对象自动转型成LinkedHashMap,直接用类型强会抛cast.Exception,解决方案 先序列化对象,再反序列化接受对象。 2.调取对方接口返回Long类型的值,我放直接使用Long接报Integer cast to Long异常,解决方案:使用Integer接并.lo ...
分类:
其他好文 时间:
2019-08-29 11:21:40
阅读次数:
252
Breakout InterfacesCisco NX-OS supports the breakout of high bandwidth 40G interfaces at the module level or at the per-port level.Module Level Breako ...
分类:
其他好文 时间:
2019-08-29 09:58:04
阅读次数:
311
Ubuntu16.04mount报Operationnotsupported解决办法:注:kernel升级到4.15版本后会有这个问题解决办法:加vers=1.0参数具体命令:$sudomount-ousername=aa,password=xxxx,vers=1.0//10.0.1.5/ming/mnt
分类:
系统相关 时间:
2019-08-27 19:13:32
阅读次数:
196
在构建docker镜像时,编写Dockerfile构建镜像时,配置自启动脚本报错,service mc_start.sh does not support chkconfig 添加下面两句到 #!/bin/bash 之后。 注:chkconfig命令对应的目录是/etc/init.d文件夹下,需要将 ...
分类:
其他好文 时间:
2019-08-27 18:55:20
阅读次数:
86
笔者在安装Android Studio 3.5的时候提示SDK tool Directory is missing(如图),通过关键字搜索后,结果基本上都是再装一个Android SDK tools,或者修改代理,但是都没有成功。 按照目前的情况来看,Android Studio的安装没理由这么麻烦 ...
分类:
移动开发 时间:
2019-08-26 19:36:17
阅读次数:
139
【Kendo UI for jQuery最新试用版下载】 Kendo UI目前最新提供Kendo UI for jQuery、Kendo UI for Angular、Kendo UI Support for React和Kendo UI Support for Vue四个控件。Kendo UI f ...
分类:
Web程序 时间:
2019-08-26 14:52:17
阅读次数:
110