摘要:
Redis数据结构基础 Redis有5个基本数据结构,string、list、hash、set和zset。 [TOC] string 字符串 string 是 Redis 最简单的数据结构。 Redis 所有的数据结构都是以唯一的 key 字符串作为名称,然后通过这个唯一 key 值来获取相应的 v 阅读全文
posted @ 2019-01-14 21:38
yabushier
阅读(716)
评论(0)
推荐(0)
摘要:
Java中的值传递问题 参考网址地址 https://blog.csdn.net/bjweimengshu/article/details/79799485 值传递 & 引用传递的定义 值传递(pass by value) 是指在调用函数时将实际参数 复制 一份传递到函数中,这样在函数中如果对参数进 阅读全文
posted @ 2019-01-14 01:21
yabushier
阅读(173)
评论(0)
推荐(0)

浙公网安备 33010602011771号