Go on on on and on...


  • Home

  • Categories

  • Tags

  • Archives

  • Message

  • About

  • Search

实践注释(Annotation)

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

秒懂 Java注解类型(@Annotation)

Read more »

实践序列号和反序列化

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

秒懂Java序列化与反序列化

Read more »

实践Retrofit

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

Retrofit A type-safe HTTP client for Android and Java

Read more »

实践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 »
1 … 69 70 71 … 122
Ray Wang

Ray Wang

My Blog

1216 posts
36 categories
RSS
© 2026 Ray Wang
Powered by Jekyll
Theme - NexT.Muse