Ruby 缓存和序列化库 Kashmir

码农软件 · 软件分类 · 缓存系统 · 2019-08-30 05:59:53

软件介绍

Kashmir 是一个 Ruby DSL,轻松搞定缓存和序列化。

示例代码:

class Person
include Kashmir

def initialize(name, age)
  @name = name
  @age = age
end

representations do
  rep :name
  rep :age
end
end

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

Algorithms Sequential & Parallel

Algorithms Sequential & Parallel

Russ Miller、Laurence Boxer / Charles River Media / 2005-08-03 / USD 59.95

With multi-core processors replacing traditional processors and the movement to multiprocessor workstations and servers, parallel computing has moved from a specialty area to the core of computer scie......一起来看看 《Algorithms Sequential & Parallel》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

SHA 加密
SHA 加密

SHA 加密工具

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

HEX HSV 互换工具