1. 问题描述: 出现如下问题,执行报错信息 2. 查询问题 1. 检查报错方法体内,是否采用了@Param注解import org.apache.ibatis.annotations.Param; 2. 检查在<foreach>标签中的collection属性中是否与list一致 3. 检查for ...
分类:
其他好文 时间:
2018-11-26 17:24:01
阅读次数:
710
通过free -m查看当前内存 可用内存:Available memory=free+buffers+cached,即31068=759+66+30243 已用内存:Used memory=used-buffers-cached,即1030=31339-66-30243 我这里不使用zabbix自带 ...
分类:
系统相关 时间:
2018-11-26 11:50:33
阅读次数:
215
# 安装 sqoop # 环境变量 # node1 # 用户 sqoop 登录 mysql # 启动 hadoop # 导入表数据到HDFS # node1 # 如果包下面的错误请将 $HADOOP_HOME/etc/hadoop/yarn-site.xml 文件进行调整# ERROR tool.I ...
分类:
其他好文 时间:
2018-11-25 21:16:48
阅读次数:
212
Working with Excel Files in Python from: http://www.python excel.org/ This site contains pointers to the best information available about working with ...
分类:
编程语言 时间:
2018-11-24 14:20:27
阅读次数:
173
Docker Kubernetes YAML文件创建容器 通过创建Deployment来管理pods从而创建容器。它会同时创建容器、pod、以及Deployment ! 环境: 系统:Centos 7.4 x64 Docker版本:18.09.0 Kubernetes版本:v1.8 管理节点:192 ...
分类:
Web程序 时间:
2018-11-24 14:05:24
阅读次数:
188
一、安装 swagger editor 说明:安装swagger前需要安装node工具 工具安装 1. node 下载地址:http://nodejs.cn/ 根据自己的需要下载版本即可,本人电脑是: win7 64bit,所以下载后的文件是:node-v10.13.0-x64.msi (双击安装即 ...
分类:
其他好文 时间:
2018-11-21 21:09:45
阅读次数:
254
A step-by-step tutorial for setting up and testing a standard Django formset. A step-by-step tutorial for setting up and testing a standard Django for ...
分类:
其他好文 时间:
2018-11-21 19:43:10
阅读次数:
173
问题描述:新建.Net Core项目,出现System.NotSupportedException:“No data is available for encoding 1252(或Shift-JIS、GB2312). For information on defining a custom enc ...
分类:
Web程序 时间:
2018-11-21 12:21:12
阅读次数:
357
I get the error as follows: Seems like your server not started , check logs for issue Kill process run zookeeper Run Kafka ...
分类:
其他好文 时间:
2018-11-20 21:12:57
阅读次数:
1836
centos7安装bbr 安装 sudo wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh sysctl net.ipv4.t ...
分类:
其他好文 时间:
2018-11-17 21:01:46
阅读次数:
137