原因:环境变量设置问题 <property> <name>Hive.exec.local.scratchdir</name> <value>${system:Java.io.tmpdir}/${system:user.name}</value> <description>Local scratch ...
分类:
编程语言 时间:
2017-06-30 17:07:57
阅读次数:
290
在jQuery中,我们常常这样开始我们的js代码: $(document).ready(function(){ // do something ...... }) $(function(){ // do something ..... }) 我们知道这是等DOM元素加载完成之后执行的代码 但是原生中 ...
分类:
其他好文 时间:
2017-06-29 09:57:11
阅读次数:
243
Centos7 yum -y install ipvadm 安装后,启动ipvsadm却报错。 看提示是要我查看服务状态 提示没有 网上查阅很多资料,说先save,可是并没有这个操作。 最后还是看到个靠谱的解决方法,手动生成这个文件: service ipvsadm start ,启动OK。 附录( ...
分类:
其他好文 时间:
2017-06-29 09:55:47
阅读次数:
1158
六月 28, 2017 9:50:09 上午 org.apache.catalina.core.AprLifecycleListener init 信息: Loaded APR based Apache Tomcat Native library 1.1.27 using APR version 1... ...
分类:
其他好文 时间:
2017-06-28 11:01:51
阅读次数:
1534
Linux服务器执行yum update报错提示: Loaded plugins: fastestmirror, refresh-packagekit, security You need to be root to perform this command. Centons下其大概意思是faste ...
分类:
系统相关 时间:
2017-06-27 16:20:36
阅读次数:
216
下图来自:http://blog.csdn.net/jiangwei0910410003/article/details/17733153 我将编译后的Sample.class和Dog.class放在他们源代码所在的包里 运行结果: 如果我将Sample.class和Dog.class放在非Syst ...
分类:
其他好文 时间:
2017-06-27 08:14:40
阅读次数:
306
在mui框架中调用手机摄像头进行拍照可以直接使用原声的HTML5; 以下是HTML代码 以下是JavaScript代码 ...
分类:
Web程序 时间:
2017-06-26 18:01:55
阅读次数:
181
第四章、计划任务4.1使用at定义一次性的计划任务$sudosystemctlis-enabledatd.service开机运行enabled$sudosystemctlstatusatd.service保证该服务是已经运行了的atd.service-JobspoolingtoolsLoaded:loaded(/usr/lib/systemd/system/atd.service;enabled)Active:active(running..
分类:
其他好文 时间:
2017-06-26 10:30:53
阅读次数:
252
解决cudnn问题:Loaded runtime CuDNN library: 5005 (compatibility version 5000) but source was compiled with 5103 (compatibility version 5100). 问题产生的原因是 caf ...
分类:
其他好文 时间:
2017-06-24 11:21:20
阅读次数:
137
script标签存在两个属性,defer和async,因此script标签的使用分为三种情况: 1.<script src="example.js"></script> 没有defer或async属性,浏览器会立即加载并执行相应的脚本。也就是说在渲染script标签之后的文档之前,不等待后续加载的文 ...
分类:
其他好文 时间:
2017-06-20 09:38:47
阅读次数:
228