• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






会飞の鱼

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

01 2019 档案

 
代码生成
摘要:live templates http://blog.jobbole.com/110607/ easy code https://www.oschina.net/p/easycode?origin=wechat 阅读全文
posted @ 2019-01-31 14:11 会飞の鱼 阅读(162) 评论(0) 推荐(0)
IDEA 工具从Json自动生成JavaBean
摘要:1、先安装GsonFormat插件:File-->Setting-->Plugins-->GsonFormat-->OK2、new 一个新的Class空文件,然后 Alt+Insert组合快捷键,会弹出一个对话框如下。在对话框里面写Json对象。单击OK。3、再单击OK。4、好啦,生成啦。 http 阅读全文
posted @ 2019-01-29 12:59 会飞の鱼 阅读(4960) 评论(0) 推荐(1)
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 阅读全文
posted @ 2019-01-18 11:37 会飞の鱼 阅读(146) 评论(0) 推荐(0)
jenkins 添加节点问题
摘要:没有 Launch agent via Java Web Start 选项 Manage Jenkins > Configure Global Security > TCP port for JNLP agents 选random 阅读全文
posted @ 2019-01-17 11:15 会飞の鱼 阅读(344) 评论(0) 推荐(0)
windows 启动ssh server
摘要:bitvise ssh server 阅读全文
posted @ 2019-01-15 18:14 会飞の鱼 阅读(1772) 评论(0) 推荐(0)
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 阅读全文
posted @ 2019-01-14 15:14 会飞の鱼 阅读(202) 评论(0) 推荐(0)
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 阅读全文
posted @ 2019-01-14 12:53 会飞の鱼 阅读(774) 评论(0) 推荐(0)
kibana test
摘要:https://www.cnblogs.com/yiwangzhibujian/p/7137546.html 阅读全文
posted @ 2019-01-12 17:11 会飞の鱼 阅读(131) 评论(0) 推荐(0)
elasticsearch 问题
摘要:elasticsearch 的端口默认绑定到 127.0.0.1 上,对外开放 http 端口就配置 http.host,对外开放 tcp 端口就配置 network.host [1]: max file descriptors [65535] for elasticsearch process i 阅读全文
posted @ 2019-01-12 10:40 会飞の鱼 阅读(157) 评论(0) 推荐(0)
elasticsearch 测试
摘要:https://www.yiibai.com/elasticsearch/elasticsearch-getting-start.html # curl -XPUT "http://localhost:9200/movies/movie/1" -d'> {> "title": "The Godfat 阅读全文
posted @ 2019-01-11 20:06 会飞の鱼 阅读(469) 评论(0) 推荐(0)
centos7升级内核
摘要:载入elrepo源,搜索内核更新资源,并进行更新操作。 具体实验步骤:# 载入公钥rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org# 安装ELReporpm -Uvh http://www.elrepo.org/elrepo-rel 阅读全文
posted @ 2019-01-10 13:58 会飞の鱼 阅读(421) 评论(0) 推荐(0)
pip 离线安装
摘要:pip download ansible -d . --trusted-host mirrors.aliyun.com pip install ansible-2.7.5.tar.gz --user --no-index --find-links=. 阅读全文
posted @ 2019-01-09 14:39 会飞の鱼 阅读(196) 评论(0) 推荐(0)
kubectl windows
摘要:https://storage.googleapis.com/kubernetes-release/release/v1.10.3/bin/windows/amd64/kubectl.exe 阅读全文
posted @ 2019-01-02 20:44 会飞の鱼 阅读(647) 评论(0) 推荐(0)