上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 41 下一页
摘要: **PDF处理场景:** - pdf渲染 - pdf校验 - pdf加水印 - pdf获取页数 - pdf合并 - pdf拆分 - 修复受损pdf - pdf转png - 识别pdf中的字体 - pdf解密 ... ### 一、HTML页面渲染PDF 根据html页面渲染pdf,我使用过以下两种方案 阅读全文
posted @ 2023-10-01 08:42 larkwins 阅读(910) 评论(0) 推荐(0)
摘要: [Base64captcha](https://github.com/mojocn/base64Captcha) 几行代码就可以定义自己内容的图形验证码库,支持任意unicode字符的内容. ## 1. 文档&Demo - [English](https://godoc.org/github.com 阅读全文
posted @ 2023-10-01 08:42 larkwins 阅读(918) 评论(0) 推荐(0)
摘要: # 简介 使用 Markdown 书写结构化的文档和评论已经相当流行了,Web 服务需要将用户编写的 Markdown 文本转换为 html 以便浏览器渲染,还常常需要对 Markdown 语法进行自定义扩展以实现个性化的功能。 本期要介绍的 [**goldmark **](https://gith 阅读全文
posted @ 2023-09-29 21:16 larkwins 阅读(366) 评论(0) 推荐(0)
摘要: 本文主要介绍Go语言中的`singleflight`包,包括什么是`singleflight`以及如何使用singleflight合并请求解决缓存击穿问题。 [singleflight](https://pkg.go.dev/golang.org/x/sync/singleflight) 目前(Go 阅读全文
posted @ 2023-09-29 21:07 larkwins 阅读(386) 评论(0) 推荐(0)
摘要: ## 介绍 我们在日常开发中,常常会对JSON进行序列化和反序列化。Golang提供了`encoding/json`包对JSON进行`Marshal/Unmarshal`操作。但是在大规模数据场景下,该包的性能和开销确实会有点不够看。在生产环境下,JSON 序列化和反序列化会被频繁的使用到。在测试中 阅读全文
posted @ 2023-09-29 21:07 larkwins 阅读(2268) 评论(0) 推荐(1)
摘要: # 一、开源项目简介 # Sagoo IOT SagooIOT是一个基于golang开发的轻量级的物联网平台。支持跨平台的物联网接入及管理方案,平台实现了物联网开发相关的基础功能,基于该功能可以快速的搭建起一整套的IOT相关的业务系统。 # 二、开源协议 使用Apache-2.0开源协议 # 三、界 阅读全文
posted @ 2023-09-29 21:07 larkwins 阅读(1228) 评论(0) 推荐(1)
摘要: ## 项目链接 > [https://github.com/projectdiscovery/katana](https://github.com/projectdiscovery/katana) ## 项目简介 ![](https://mmbiz.qpic.cn/sz_mmbiz_png/BOAj 阅读全文
posted @ 2023-09-29 21:07 larkwins 阅读(830) 评论(0) 推荐(0)
摘要: 项目地址:[https://github.com/tsenart/vegeta](https://github.com/tsenart/vegeta) > [https://mp.weixin.qq.com/s/J0PiqTifr_rs_S2CzMRoWg](https://mp.weixin.qq 阅读全文
posted @ 2023-09-29 21:07 larkwins 阅读(48) 评论(0) 推荐(0)
摘要: # ◆ 一、开源项目简介 ![](https://mmbiz.qpic.cn/sz_mmbiz_png/RQueXibgo0KNH6A281w2suibhkebibiakFZAM97kypujbVw5UfL2Upib97JlricuGvWBzwPHzmQw5GGL1fG7XA4zPY3A/640?w 阅读全文
posted @ 2023-09-29 21:07 larkwins 阅读(542) 评论(0) 推荐(0)
摘要: 来自公司 sourcegraph 的 [**conc**](https://github.com/sourcegraph/conc)** (**[**https://github.com/sourcegraph/conc**](https://github.com/sourcegraph/conc, 阅读全文
posted @ 2023-09-29 21:07 larkwins 阅读(368) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 41 下一页