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

Writing Windows VxDs and Device Drivers, Second Edition

Writing Windows VxDs and Device Drivers, Second Edition

Karen Hazzah / CMP / 1996-01-12 / USD 54.95

Software developer and author Karen Hazzah expands her original treatise on device drivers in the second edition of "Writing Windows VxDs and Device Drivers." The book and companion disk include the a......一起来看看 《Writing Windows VxDs and Device Drivers, Second Edition》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具