2021年1月11日
摘要:
/* Representation of a radix tree as implemented in this file, that contains * the strings "foo", "foobar" and "footer" after the insertion of each *
阅读全文
posted @ 2021-01-11 20:27
子虚乌有
阅读(223)
推荐(0)
2020年12月30日
摘要:
************************************************************************************** #define sdsEncodedObject(objptr) (objptr->encoding == OBJ_ENCOD
阅读全文
posted @ 2020-12-30 11:39
子虚乌有
阅读(121)
推荐(0)
2020年12月21日
摘要:
最轻松的一门,不过数据库还是需要继续学习 上午:59.00 下午:54.00 下次如果有时间准备去考一下 信安, 因为信安 比较有意思 :)
阅读全文
posted @ 2020-12-21 09:34
子虚乌有
阅读(172)
推荐(0)
2020年12月18日
摘要:
/* A redis object, that is a type able to hold a string / list / set */ redis对象,是用来保存 字符串,列表,集合的一种类型。 个人理解就是对这些不同的类型做一个统一的封装,这样对外面调用比较友好 /* The actual
阅读全文
posted @ 2020-12-18 17:18
子虚乌有
阅读(254)
推荐(0)
2020年11月26日
摘要:
/* The current RDB version. When the format changes in a way that is no longer * backward compatible this number gets incremented. */ #define RDB_VERS
阅读全文
posted @ 2020-11-26 16:44
子虚乌有
阅读(421)
推荐(0)
2020年11月18日
摘要:
Clients send commands to a Redis server as a RESP Array of Bulk Strings. 客户端发送命令到redis服务采用了Bulk Strings的RESP格式数组 For Arrays the first byte of the repl
阅读全文
posted @ 2020-11-18 21:02
子虚乌有
阅读(160)
推荐(0)
2020年11月17日
摘要:
今日看到redis的集群用到了Gossip 协议,于是网上搜索,大致看了这篇文章 https://zhuanlan.zhihu.com/p/41228196,其中关于概率这部分读起来总是不解, 如下所示 在文中的模型下,很显然最后都会被感染,因为只有两种类型,感染者和非感染者,而这里的被感染概率越来
阅读全文
posted @ 2020-11-17 16:44
子虚乌有
阅读(142)
推荐(0)
2020年11月11日
摘要:
“静态以太网地址不允许使用:“00:0C:29:AC:9A:19”。它与 VMware 预留的 MAC 冲突。” 在存储里面找到对应虚拟机的配置文件以.vmx结尾,本人的为 centos63.vmx 因为本人修改的是ethernet1的MAC地址,所以需要配置的是ethernet1相关的信息,这点特
阅读全文
posted @ 2020-11-11 20:15
子虚乌有
阅读(1810)
推荐(0)
摘要:
基本环境,centos6.5 basic server为了执行redis6.0.5编译好的程序,需要GLIBC_2.17 步骤从 http://ftp.gnu.org/gnu/glibc/ 下载文件glibc-2.17.tar.gz cd /make softcd softtar -zxvf gli
阅读全文
posted @ 2020-11-11 14:16
子虚乌有
阅读(327)
推荐(0)
2020年9月17日
摘要:
第二个题目 : 请计算出正确的验证码!该验证码即为key 答案: HELMXBPYS 通过ida 单步调试得到 第三个题目 : 移动安全 运行suanming.apk,找到密钥 125806
阅读全文
posted @ 2020-09-17 10:46
子虚乌有
阅读(103)
推荐(0)