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://codercto.com/soft/d/15302.html

Algorithms to Live By

Algorithms to Live By

Brian Christian、Tom Griffiths / Henry Holt and Co. / 2016-4-19 / USD 30.00

A fascinating exploration of how insights from computer algorithms can be applied to our everyday lives, helping to solve common decision-making problems and illuminate the workings of the human mind ......一起来看看 《Algorithms to Live By》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具

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

HSV CMYK互换工具