代码生成
摘要:live templates http://blog.jobbole.com/110607/ easy code https://www.oschina.net/p/easycode?origin=wechat
阅读全文
IDEA 工具从Json自动生成JavaBean
摘要:1、先安装GsonFormat插件:File-->Setting-->Plugins-->GsonFormat-->OK2、new 一个新的Class空文件,然后 Alt+Insert组合快捷键,会弹出一个对话框如下。在对话框里面写Json对象。单击OK。3、再单击OK。4、好啦,生成啦。 http
阅读全文
hbase安装
摘要:wget https://mirrors.tuna.tsinghua.edu.cn/apache/hbase/2.1.2/hbase-2.1.2-bin.tar.gz conf/hbase-env.sh中加入 export JAVA_HOME=/language/jdk1.8.0_181export
阅读全文
jenkins 添加节点问题
摘要:没有 Launch agent via Java Web Start 选项 Manage Jenkins > Configure Global Security > TCP port for JNLP agents 选random
阅读全文
hive 安装centos7
摘要:wget mirror.bit.edu.cn/apache/hive/hive-2.3.4/apache-hive-2.3.4-bin.tar.gz 解压到/usr/local/apache-hive 增加环境变量export HIVE_HOME=/usr/local/apache-hive 将bi
阅读全文
hadoop2.7.7 测试安装 centos7
摘要:useradd –m hadoop –s /bin/bash passwd hadoop 增加sudo权限 chmod u+w /etc/sudoers vi /etc/sudoers root ALL=(ALL) ALL hadoop ALL=(ALL) ALL chmod u-w /etc/su
阅读全文
kibana test
摘要:https://www.cnblogs.com/yiwangzhibujian/p/7137546.html
阅读全文
elasticsearch 问题
摘要:elasticsearch 的端口默认绑定到 127.0.0.1 上,对外开放 http 端口就配置 http.host,对外开放 tcp 端口就配置 network.host [1]: max file descriptors [65535] for elasticsearch process i
阅读全文
elasticsearch 测试
摘要:https://www.yiibai.com/elasticsearch/elasticsearch-getting-start.html # curl -XPUT "http://localhost:9200/movies/movie/1" -d'> {> "title": "The Godfat
阅读全文
centos7升级内核
摘要:载入elrepo源,搜索内核更新资源,并进行更新操作。 具体实验步骤:# 载入公钥rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org# 安装ELReporpm -Uvh http://www.elrepo.org/elrepo-rel
阅读全文
pip 离线安装
摘要:pip download ansible -d . --trusted-host mirrors.aliyun.com pip install ansible-2.7.5.tar.gz --user --no-index --find-links=.
阅读全文
kubectl windows
摘要:https://storage.googleapis.com/kubernetes-release/release/v1.10.3/bin/windows/amd64/kubectl.exe
阅读全文