摘要:
·Redis 常见数据类型 string 可存储三种类型值: 字符串 整数 浮点数 string是最基本的类型,value可以是数字、字符串或者二进制数据。string类型是二进制安全的。意思是redis的string可以包含任何数据。比如jpg图片或者序列化的对象 。 常用于缓存、计数、共享ses 阅读全文
posted @ 2023-11-10 12:13
Koduck
阅读(20)
评论(0)
推荐(0)
摘要:
map 简介 golang的map主要是基于hash-bucket实现 demoMap:=make(int,len) type hmap struct { // Note: the format of the hmap is also encoded in cmd/compile/internal/ 阅读全文
posted @ 2023-11-10 12:12
Koduck
阅读(53)
评论(0)
推荐(0)
摘要:
golang-epoll模型源码解析 epoll epoll is an io multipexing model in linux env. epoll generate epoll table. A new socket will be put into epoll table after bi 阅读全文
posted @ 2023-11-10 12:12
Koduck
阅读(27)
评论(0)
推荐(0)
摘要:
SQL Select SELECT column1, column2, ... FROM table_name; Select Distinct select unique uint SELECT DISTINCT column1, column2, ... FROM table_name; SEL 阅读全文
posted @ 2023-11-10 12:07
Koduck
阅读(43)
评论(0)
推荐(0)

浙公网安备 33010602011771号