textarea

Posted by 夏泽民

gin 使用html/template的时候panic,错误如下



gin 静态文件服务

Posted by 夏泽民

可以向客户端展示本地的一些文件信息, 例如显示某路径下地文件



base64

Posted by 夏泽民

图片处理在前端工作中可谓占据了很重要的一壁江山。而图片的 base64 编码可能相对一些人而言比较陌生,本文不是从纯技术的角度去讨论图片的 base64 编码。标题略大,不过只是希望通过一些浅显的论述,让你知道什么是图片的 base64 编码,为什么我们要用它,我们如何使用并且方便的使用它,并让你懂得如何去在前端的实际工作中运用它。



TiDB 的列式存储引擎是如何实现的?

Posted by 夏泽民

https://gocn.vip/topics/10794 TiDB 是一款分布式 HTAP 数据库,它目前有两种存储节点,分别是 TiKV 和 TiFlash。TiKV 采用了行式存储,更适合 TP 类型的业务;而 TiFlash 采用列式存储,擅长 AP 类型的业务。TiFlash 通过 raft 协议从 TiKV 节点实时同步数据,拥有毫秒级别的延迟,以及非常优秀的数据分析性能。它支持实时同步 TiKV 的数据更新,以及支持在线 DDL。我们把 TiFlash 作为 Raft Learner 融合进 TiDB 的 raft 体系,将两种节点整合在一个数据库集群中,上层统一通过 TiDB 节点查询,使得 TiDB 成为一款真正的 HTAP 数据库。 https://dev.to/spindriftboi/concurrency-in-go-using-goroutines-and-wait-groups-edi



stubs

Posted by 夏泽民

https://blog.jetbrains.com/phpstorm/2018/03/how-to-provide-stubs-for-phpstorm/ https://github.com/JetBrains/phpstorm-stubs/blob/master/standard/_types.php https://github.com/JetBrains/phpstorm-stubs



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required