会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
matas
博客园
首页
新随笔
联系
订阅
管理
1
2
下一页
2019年3月29日
redis安装,以及开机自动启动
摘要: tcl安装 # wget http://downloads.sourceforge.net/tcl/tcl8.6.1-src.tar.gz# tar -xzvf tcl8.6.1-src.tar.gz# cd /usr/local/tcl8.6.1/unix/# ./configure # make
阅读全文
posted @ 2019-03-29 10:08 matas
阅读(245)
评论(0)
推荐(0)
2018年10月8日
idea在springboot项目中显示Run Dashboard
摘要: 1.Run->Edit Configurations 2.在Templates【Defaults】-> Configurations available in Run Dashboard 中添加需要显示Dashboard的项目。
阅读全文
posted @ 2018-10-08 14:00 matas
阅读(1057)
评论(0)
推荐(0)
2018年5月3日
PowerDesigner执行脚本 name/comment/stereotype互转
摘要: 执行方法:工具栏->Tools -> Execute Commands -> Edit/Run Script (Ctrl+Shift+X) 1、Name转到Comment注释字段 2、将Comment内容保存到NAME中 3、name转stereotype 原文地址:https://www.cnbl
阅读全文
posted @ 2018-05-03 17:20 matas
阅读(184)
评论(0)
推荐(0)
2018年4月17日
centos6安装rabbitmq
摘要: 1.安装编译工具 2.安装erlang http://erlang.org/download/otp_src_18.3.tar.gz 3.配置erlang 4.安装rabbitmq 下载http://www.rabbitmq.com/releases/rabbitmq-server/v3.6.1/r
阅读全文
posted @ 2018-04-17 17:35 matas
阅读(171)
评论(0)
推荐(0)
2018年1月11日
IntelliJ IDEA 生成类注释和方法注释
摘要: 1.类注释 settings-> file and code templates-> files(Class) 代码: 2.方法注释 settings-> live templates Step 1.点击+ , 添加一个group 2.点击+, 添加一个 templates 3.abbreviati
阅读全文
posted @ 2018-01-11 00:16 matas
阅读(2863)
评论(0)
推荐(0)
2017年9月8日
dubbo注册ip混乱的问题
摘要: a) 通过hostname命令得到机器名 b) 通过vim /etc/hosts设置机器名对应的外网IP 127.0.0.1 localhost localhost.localdomain 外网IP VM_31_182_centos 127.0.0.1 localhost localhost.loc
阅读全文
posted @ 2017-09-08 10:31 matas
阅读(1035)
评论(0)
推荐(0)
2017年8月22日
VisualGC,JVMStat安装配置
摘要: 通过VisualGC工具可以通过图形化方式查看JVM垃圾收集的情况。 http://www.oracle.com/technetwork/java/jvmstat-142257.html 下载 http://www.oracle.com/technetwork/java/javasebusiness
阅读全文
posted @ 2017-08-22 13:45 matas
阅读(548)
评论(0)
推荐(0)
2017年6月12日
Centos6 克隆后简单的网络配置
摘要: 第一步:修改主机名 $ vi /etc/sysconfig/network 第二步: $ vi /etc/udev/rules.d/70-persistent-net.rules 注: ①注释掉第一网卡驱动红色标注地方 ②修改第二个网卡驱动name=“eth0” # PCI device 0x102
阅读全文
posted @ 2017-06-12 22:35 matas
阅读(1210)
评论(0)
推荐(0)
2017年4月7日
Node.js Websocket 区分不同的用户
摘要: 实现ws://serverIP:port/:param1/:param2 。通过param1,param2来管理不同的ws回话,以便实现群发和指定用户的消息推送 server.js 源自:http://stackoverflow.com/questions/16280747/sending-mess
阅读全文
posted @ 2017-04-07 00:13 matas
阅读(4349)
评论(1)
推荐(0)
2017年3月16日
centos6.5 安装emqtt
摘要: emqtt有监控界面,集群配置也非常简单。# yum -y update# yum install unzip vim wget xsltproc fop tk unixODBC unixODBC-devel make gcc gcc-c++ kernel-devel m4 ncurses-deve
阅读全文
posted @ 2017-03-16 17:35 matas
阅读(1100)
评论(0)
推荐(0)
1
2
下一页
公告