会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
rigidwang
上一页
1
···
9
10
11
12
13
14
15
16
17
···
26
下一页
activemq 分布式事务
摘要: https://www.cnblogs.com/zdd-java/archive/2017/11/19/7434831.html
阅读全文
posted @ 2017-12-15 14:28 rigidwang
阅读(354)
评论(0)
推荐(0)
sringboot 集成dobbo2.5.3
摘要: 1.sts 创建spring boot 工程,选择web组件 2.DubboService.java package com.example.demo; public interface DubboService { public String sayHello(); } 3.DubboServic
阅读全文
posted @ 2017-12-07 19:49 rigidwang
阅读(515)
评论(0)
推荐(0)
IpMacUtil mac 地址
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2017-12-04 13:35 rigidwang
阅读(1)
评论(0)
推荐(0)
jvm调优
摘要: 一、cpu飙升在线上有时候某个时刻,可能会出现应用某个时刻突然cpu飙升的问题。对此我们应该熟悉一些指令,快速排查对应代码。1.找到最耗CPU的进程指令:top2.找到该进程下最耗费cpu的线程指令:top -Hp pid3.转换进制printf "%x\n" 153324.过滤指定线程,打印堆栈信
阅读全文
posted @ 2017-10-18 11:29 rigidwang
阅读(168)
评论(0)
推荐(0)
spring boot 配置文件
摘要: # =================================================================== # COMMON SPRING BOOT PROPERTIES # # This sample file is provided as a guideline. Do NOT copy it in its # entirety to your own app...
阅读全文
posted @ 2017-10-13 11:19 rigidwang
阅读(306)
评论(0)
推荐(0)
K-Means 基本原理
摘要: http://www.cnblogs.com/zhzhang/p/5437778.html
阅读全文
posted @ 2017-09-25 16:23 rigidwang
阅读(124)
评论(0)
推荐(0)
shiro token 分析
摘要: 1.ShiroConfig.java 定义匿名用户可以访问的资源 filterMap.put("/webjars/**", "anon"); filterMap.put("/druid/**", "anon"); filterMap.put("/api/**", "anon"); filterMap
阅读全文
posted @ 2017-09-13 14:19 rigidwang
阅读(4688)
评论(0)
推荐(0)
angularjs 安装篇
摘要: 1.安装 npm prefix --查看安装目录,在win7下 npm install -g @angular/cli --全局安装
阅读全文
posted @ 2017-08-23 12:02 rigidwang
阅读(214)
评论(0)
推荐(0)
idea 快捷键
摘要: 参考:http://blog.csdn.net/qq_31655965/article/details/52788374 DEA的常用操作(快捷键) Alt+回车 导入包,自动修正 Ctrl+N 查找类 Ctrl+Shift+N 查找文件 Ctrl+Alt+L 格式化代码 Ctrl+Alt+O 优化
阅读全文
posted @ 2017-08-21 10:58 rigidwang
阅读(276)
评论(0)
推荐(0)
rabbitmq java queue
摘要: 1.连接抽象封装 package com.pccw.rabbitmq; import com.rabbitmq.client.Channel; import java.io.IOException; import com.rabbitmq.client.*; public abstract clas
阅读全文
posted @ 2017-08-17 11:30 rigidwang
阅读(204)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
26
下一页
导航
博客园
首页
联系
订阅
管理
公告