今天在学习hadoop启动命令的时候,先jps看了下,发现namenode、datanode都开着,所以想要先停止这些服务,结果输入命令后报错:“WARN util.NativeCodeLoader: Unable to load native-hadoop library for your pla ...
分类:
其他好文 时间:
2018-08-12 21:30:56
阅读次数:
128
Thu Sep 01 21:25:33 CST 2016 WARN: Establishing SSL connection without server’s identity verification is not recommended. According to MySQL 5.5.45+, ...
分类:
数据库 时间:
2018-08-12 14:00:25
阅读次数:
225
写了一个很简单的界面,console提示:vue.js:569 [Vue warn]: Cannot find element: #vue-app。找了半天才发现原因: ...
分类:
移动开发 时间:
2018-08-11 15:44:58
阅读次数:
281
配置文件<?xmlversion="1.0"encoding="UTF-8"?><!--日志级别以及优先级排序:OFF>FATAL>ERROR>WARN>INFO>DEBUG>TRACE>ALL--><!--Configuration后面的status,这个用于设置log4j2自身内部的信息输出,可以不设置,当设置成trace
分类:
其他好文 时间:
2018-08-11 10:54:21
阅读次数:
395
先上bug图片 bug说明:初装vue_cli3.0写了个组件,运行错误,显示如图, 代码提示:[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. ...
分类:
其他好文 时间:
2018-08-09 20:05:44
阅读次数:
896
【一】项目编译的时候报错 npm install npm WARN @mtfe/thrift@2.3.7 requires a peer of thrift@0.11.0 but none is installed. You must install peer dependencies yourse ...
分类:
其他好文 时间:
2018-08-08 15:39:54
阅读次数:
532
(progress、text、block) 组件基础效果 官方文档:传送门 Page({ /** * 页面的初始数据 */ data: { text:"Gary 微信小程序\n", icons:[ 'success', 'success_no_circle', 'info', 'warn', 'wa ...
分类:
微信 时间:
2018-08-08 13:37:19
阅读次数:
271
#!/bin/bash#用途:#1.当前目录的txt文件批量转csv#2.制表符转逗号分隔符#3.NULL去除#4.删除WARN警告for i in `ls ./*.txt` do sed -e 's/\t/,/g' -e 's/NULL//g' -e '/^WARN:/d' $i >$i.csv ...
分类:
系统相关 时间:
2018-08-05 00:32:46
阅读次数:
804
2018-08-02 14:01:18.021 WARN org.apache.catalina.loader.WebappClassLoaderBase Line:179 - The web application [ROOT] appears to have started a thread n ...
分类:
其他好文 时间:
2018-08-02 14:57:55
阅读次数:
127
babel的一些eslint方法废除了 问题 解决方案 在 中或者在该文件 中找到 ,删除掉 相关文档 "https://github.com/babel/eslint plugin babel" 中的Deprecated章节说说明 webpack的loaderUtils.parseQuery()被 ...
分类:
其他好文 时间:
2018-08-02 02:14:38
阅读次数:
641