Go on on on and on...


  • Home

  • Categories

  • Tags

  • Archives

  • Message

  • About

  • Search

实践Jolokia

Posted on 2019-04-12 | In Java | Visitors

Jolokia is remote JMX with JSON over HTTP.

Read more »

实践JetCache

Posted on 2019-04-12 | In Java | Visitors

Introduction

Read more »

实践Javassist

Posted on 2019-04-12 | In Java | Visitors

Javassist Java bytecode engineering toolkit since 1999

Read more »

实践Fernflower

Posted on 2019-04-12 | In Java | Visitors

FernFlower (upstream) is the first actually working analytical decompiler for Java and probably for a high-level programming language in general.

Read more »

实践Dagger

Posted on 2019-04-12 | In Java | Visitors

秒懂依赖注入及 Dagger2 的实用技能(如何在Android中使用)

Read more »

实践Bytecode Viewer

Posted on 2019-04-12 | In Java | Visitors

Bytecode Viewer (Github) FIVE DIFFERENT JAVA DECOMPILERS, TWO BYTECODE EDITORS, A JAVA COMPILER,PLUGINS, SEARCHING, SUPPORTS LOADING FROM CLASSES, JARS, ANDROID APKS AND MORE.

Read more »

实践ASM

Posted on 2019-04-12 | In Java | Visitors

ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or to dynamically generate classes, directly in binary form. ASM provides some common bytecode transformations and analysis algorithms from which custom complex transformations and code analysis tools can be built. ASM offers similar functionality as other Java bytecode frameworks, but is focused on performance. Because it was designed and implemented to be as small and as fast as possible, it is well suited for use in dynamic systems (but can of course be used in a static way too, e.g. in compilers).

Read more »

实践持续集成测试之CircleCI

Posted on 2019-04-11 | In 测试 | Visitors

CircleCI

Read more »

实践Rancher

Posted on 2019-04-11 | In 云计算 | Visitors

Rancher is open-source software for delivering Kubernetes-as-a-Service.

Read more »

实践CD之Spinnaker

Posted on 2019-04-11 | In Java | Visitors

Spinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.

Read more »
1 … 60 61 62 … 113
Ray Wang

Ray Wang

My Blog

1123 posts
29 categories
RSS
© 2025 Ray Wang
Powered by Jekyll
Theme - NexT.Muse