上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 25 下一页

logger.error 标准用法

摘要: logger.error("error on complete task {}, variables={}", new Object[]{taskId, variables, e}); 阅读全文
posted @ 2018-02-08 14:34 rigidwang 阅读(801) 评论(0) 推荐(0) 编辑

javascript function call

摘要: var columns = [ {field: 'selectItem', radio: true}, {title: '菜单编号', field: 'menuCode', align: 'center', valign: 'middle', sortable: true, width: '12%' 阅读全文
posted @ 2018-01-12 14:14 rigidwang 阅读(147) 评论(0) 推荐(0) 编辑

jvm性能调优工具

摘要: https://my.oschina.net/feichexia/blog/196575 阅读全文
posted @ 2017-12-31 15:35 rigidwang 阅读(124) 评论(0) 推荐(0) 编辑

spring boot 单元测试

摘要: package com.wfl.weberp.activiti.controller; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTes... 阅读全文
posted @ 2017-12-19 20:58 rigidwang 阅读(319) 评论(0) 推荐(0) 编辑

activemq 分布式事务

摘要: https://www.cnblogs.com/zdd-java/archive/2017/11/19/7434831.html 阅读全文
posted @ 2017-12-15 14:28 rigidwang 阅读(336) 评论(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 阅读(477) 评论(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 阅读(149) 评论(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 阅读(288) 评论(0) 推荐(0) 编辑

K-Means 基本原理

摘要: http://www.cnblogs.com/zhzhang/p/5437778.html 阅读全文
posted @ 2017-09-25 16:23 rigidwang 阅读(109) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 25 下一页