Java代码质量工具 op4j

软件介绍

op4j(['op-ah])是一个帮助Java开发者提高代码质量,清洁和可读性的工具。尤其是用于数据转换,过滤,mapping和structure等…

一小段示例代码:

  // Without op4j
Set<String> set = new LinkedHashSet<String>(list);

// With op4j
Set<String> set = Op.on(list).toSet().get();

本文地址:https://codercto.com/soft/d/20581.html

Mastering Bitcoin

Mastering Bitcoin

Andreas M. Antonopoulos / O'Reilly Media / 2014-12-20 / USD 34.99

Mastering Bitcoin tells you everything you need to know about joining one of the most exciting revolutions since the invention of the web: digital money. Bitcoin is the first successful digital curren......一起来看看 《Mastering Bitcoin》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

在线进制转换器
在线进制转换器

各进制数互转换器

随机密码生成器
随机密码生成器

多种字符组合密码