Java 对象哈希映射库 JOhm

码农软件 · 软件分类 · ORM/持久层框架 · 2019-09-24 14:27:05

软件介绍

JOhm 是一个 Java 的对象哈希映射库,用于在 Redis 中存储 Java 对象。JOhm 基于 Jedis 开发。

示例代码:

jedisPool = new JedisPool(new Config(), "localhost"); 
JOhm.setPool(jedisPool);

User someOne = new User();
someOne.setName("Someone");
someOne.setAge(30);

JOhm.save(someOne);

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

Practical Vim, Second Edition

Practical Vim, Second Edition

Drew Neil / The Pragmatic Bookshelf / 2015-10-31 / USD 29.00

Vim is a fast and efficient text editor that will make you a faster and more efficient developer. It’s available on almost every OS, and if you master the techniques in this book, you’ll never need an......一起来看看 《Practical Vim, Second Edition》 这本书的介绍吧!

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具