自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

kongkong的专栏

流水账记录

  • 博客(10)
  • 资源 (26)
  • 收藏
  • 关注

原创 hamcrest test

import static org.hamcrest.MatcherAssert.*;import static org.hamcrest.Matchers.*;number test@Test public void mytest(){ int num = 50; /**数值匹配**/ //测试变量是否大于指定值 ...

2019-12-27 18:07:50 236

原创 idea生成uml图,带属性和方法

1. 鼠标右键 -> Diagrams -> Show Diagram...这里生成的图是没有属性和方法2. 设置属性 File -> Settings 选中Fields、Methods这样类的属性和方法,就在图上展示了...

2019-12-25 14:39:40 2844 1

原创 maven 忽略错误,忽略单元测试

单元测试报错,不影响打包 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> ...

2019-12-20 15:53:48 2108

原创 jacoco单元测试覆盖率

https://www.eclemma.org/jacoco/https://www.jacoco.org/https://www.jacoco.org/jacoco/trunk/doc/单模块maven配置<plugin> <groupId>org.jacoco</groupId> ...

2019-12-19 16:34:54 414

原创 jacoco多模块配置

test是一个projectjunit-test-a 是test下面的一个modulejunit-test-b是test下面的一个modulejunit-test-common是test下面的一个module,用于测试其他module,这里主要是测试junit-test-a,junit-test-btest module的pom ...

2019-12-19 15:33:51 3850 2

原创 git revert git checkout

本地未提交的文件git status -s现在要回退 AbstractApplicationContext 文件git checkout -- AbstractApplicationContext.javaAbstractApplicationContext 文件 已经回退了...

2019-12-11 14:35:17 357

原创 PathMatchingResourcePatternResolver 读取所有class文件

PathMatchingResourcePatternResolver 根据包路径得到所有匹配的类路径protected Set<Resource> doFindAllClassPathResources(String path) throws IOException { Set<Resource> result = new LinkedHashSet...

2019-12-10 18:20:45 1481

原创 避免idea自动导入* 的问题

File->settings->Editor->Code Style->java->imports设置 Class count to use import with '*' 值为500设置 Names count to use static import with '*' 值为300除了java.util.Date...

2019-12-10 15:59:25 1835

原创 gc日志可视化分析工具(jvm)

https://gceasy.io/https://github.com/chewiebug/GCViewer# 在target目录下会看到jar包,双击打开即可mvn clean install

2019-12-08 00:18:15 310

翻译 BaseSubscriber

import org.reactivestreams.Subscription;import reactor.core.publisher.BaseSubscriber;public class SampleSubscriber<T> extends BaseSubscriber<T> { public void hookOnSubscribe(S...

2019-12-02 19:27:04 835

汇编软件 包含DOSBox0.74-3-win32-installer

汇编软件 包含DOSBox0.74-3-win32-installer

2022-05-22

Dosbox0.74-3

Dosbox0.74-3

2022-05-22

canal.1.1.5包

canal.deployer-1.1.5.tar canal.admin-1.1.5.tar canal.deployer-1.1.5.tar canal.example-1.1.5.tar

2022-05-08

eclipse.paho.ui.app-1.0.2.win32.x86_64.zip

mqtt客户端测试工具

2021-12-03

org.eclipse.paho.ui.app-1.0.2-win32.x86_64.zip.zip

mqtt测试工具

2021-12-02

seata-server-1.4.2.zip

seata-server-1.4.2

2021-07-14

jdk-8u172-linux-x64.zip

linux版的jdk8

2021-07-14

sentinel-dashboard.jar

version: 1.8.1

2021-03-24

java8-261.zip

jdk-8u261-windows-x64

2021-03-07

EasyConnectInstaller

EasyConnect 7.6.7.0

2021-01-10

Git-2.30.0-64-bit

Git-2.30.0-64-bit

2021-01-04

Git-1.9.5-preview20150319

Git-1.9.5-preview20150319

2021-01-04

Jaspersoft Studio 6官方文档

IBCO Jaspersoft Studio User Guide Jasperreport6官方文档

2020-12-01

mysql5.7文档

mysql5.7文档

2020-11-09

seata-server-1.2.0.tar.gz

分布式事务seata服务,自己直接网上下载seata-server-1.2.0.tar.gz有点难下载,主要用于自己备份,方便下载

2020-06-29

navicat_premium12

Navicat Premium 12是一套数据库开发管理工具,支持连接 MySQL、Oracle等多种数据库,可以快速轻松地创建、管理和维护数据库。

2019-02-25

清理日志脚本

linux日志定时清理shell脚本, 可指定目录, 指定天数

2018-11-11

java reflection action

java reflection action

2014-11-22

Head First Design Patterns

Head First Design Patterns

2014-11-03

Manning.JUnit.in.Action.2nd.Edition

learning junit good book

2014-10-29

how to learn bash third edition

学习bash好书 OReilly.Learning.the.bash.Shell.3rd.Edition.Mar.2005.eBook-DDU.chm

2009-03-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除