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

Building Social Web Applications

Building Social Web Applications

Gavin Bell / O'Reilly Media / 2009-10-1 / USD 34.99

Building a social web application that attracts and retains regular visitors, and gets them to interact, isn't easy to do. This book walks you through the tough questions you'll face if you're to crea......一起来看看 《Building Social Web Applications》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

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

多种字符组合密码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具